@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      site_map.css
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */


#sm_left{
width:540px;
height:210px;
float:left;
}

#hidari{
width:260px;
height:210px;
padding-right:10px;
float:left;
}

#naka{
width:250px;
padding-left:10px;
padding-right:10px;
float:right;
}


#sm_right{
width:250px;
height:210px;
padding-left:10px;
float:right;
}


#sm_containt{
width:800px;
line-height:2.5;
padding-top:20px;
padding-bottom:20px;
clear:both;
}

#sm_main{padding-left:35px;}

.sm_ttl{
background-image:url(../img/arrow_12x12.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:18px;
}

#sm_00{padding-bottom:20px;}

#sm_00 a{
color:#333;
text-decoration:none;
}
#sm_00 a:hover{
color:#FF0066;
}


#sm_01 a{
color:#333;
text-decoration:none;
}
#sm_01 a:hover{
color:#FF0066;
}

#sm_02 a{
color:#333;
text-decoration:none;
}
#sm_02 a:hover{
color:#FF0066;
}


#sm_01{
border-right:1px solid #999;
border-right-style:dotted;
height:210px;
}

.sm_bottom{
border-bottom:1px solid #999;
border-bottom-style:dotted;
}