/*
########################################################
  Navigation style
########################################################
*/

.sitebox{
	width:710px;
	margin:0 auto;
}

.sitebox02{
	width:223px;
}

.sashtop01{
	background:url(../images/sash01_top.gif) no-repeat;
	background-position:top;
	padding-top:4px;
}

.sashbtm01{
	background:url(../images/sash01_btm.gif) no-repeat;
	background-position:bottom;
	padding-bottom:6px;
}

.sashbk01{
	background:url(../images/sash01_mid.gif) repeat-y;
	padding:8px 0 8px 15px;
}

.sashtop02{
	background:url(../images/sash02_top.gif) no-repeat;
	background-position:top;
	padding-top:4px;
}

.sashbtm02{
	background:url(../images/sash02_btm.gif) no-repeat;
	background-position:bottom;
	padding-bottom:6px;
}

.sashbtm03{
	background:url(../images/sash03_btm.gif) no-repeat;
	background-position:bottom;
	padding-bottom:6px;
}

.sashbk02{
	background:url(../images/sash02_mid.gif) repeat-y;
	padding:8px 0 8px 15px;
}

.maparrow{
	background:url(../../common/images/ico/ico_aroow02.gif) no-repeat 0 50%;
	padding-left:20px;
}

.siteinner{
	border-bottom:#D5D5D5 solid 1px;
	border-left:#D5D5D5 solid 1px;
	border-right:#D5D5D5 solid 1px;
	padding:10px 0;
}

.siteinner ul{
}

.siteinner ul li{
	background:url(../../common/images/ico/ico_arrow.gif) no-repeat 0 10px;
	padding-left:12px;
	line-height:200%;
}

.siteinner02{
	border:#D5D5D5 solid 1px;
	padding:10px 0;
	width:186px;
}

.siteinner02 ul li{
	background:url(../../common/images/ico/ico_arrow.gif) no-repeat 0 10px;
	padding-left:12px;
	line-height:200%;
}


.mapblock{
	width:200px;
	float:left;
	padding-left:35px;	
}

.mapblock p{
	background:url(../../common/images/ico_section.gif) no-repeat 0 50%;
	padding-left:10px;
}

.sitebox p,
.mapblock p,
.siteunitbox p{
	font-weight:bold;
}

.mapblock p{
	margin-bottom:5px;
}

.siteunitbox{
	float:left;
}




