@charset "UTF-8";

/* about us
----------------------*/
/* info */
div.aboutus p.comment{
	width:680px;
	margin:15px 0 15px 0;
}

div.aboutus table.info{
	width:453px;
	border-right:1px solid #CCCCCC;
}
div.aboutus table.info th{
	width:100px;
	vertical-align:middle;
	color:#FFF;
	font-weight:normal;
	background:#7693B5;
	border-bottom:1px solid #BBC9DA;
}
div.aboutus table.info td.top{
	border-top:1px solid #CCCCCC;
}
div.aboutus table.info td{
	padding:6px 10px 6px 10px;
	border-bottom:1px solid #CCCCCC;
}
div.aboutus table.info td.bg-gray{
	padding:6px 10px 6px 10px;
	background:#F6F6F6;
}
div.aboutus table.info th.last{
	border-bottom:1px solid #7693B5;
}

/* open */
div.aboutus table.open{
	width:453px;
	margin:20px 0 0 0;
	border-right:1px solid #CCCCCC;
}
div.aboutus table.open th{
	padding:6px 10px 6px 10px;
	color:#FFF;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #BBC9DA;
	background:#7693B5;
}
div.aboutus table.open th.time{
	width:140px;
}
div.aboutus table.open th.bg-gray{
	background:#F6F6F6;
}
div.aboutus table.open td.time{
	width:140px;
}
div.aboutus table.open td{
	padding:6px 10px 6px 10px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
div.aboutus table.open td.bg-gray{
	background:#F6F6F6;
}
div.aboutus table.open td.open{
	background:url("../images/ico_open.gif") no-repeat 50% 50%;
}
div.aboutus table.open td.bg-gray-open{
	background:url("../images/ico_open.gif") no-repeat 50% 50% #F6F6F6;
}
div.aboutus p.attention{
	margin:10px 0 10px 0;
}
div.aboutus p.attention span{
	color:#B72D3D;
}

/* access map 
-------------------*/
div.accessmap ul{
	width:660px;
	margin:10px 0 0 10px;
}
div.accessmap ul li{
	padding:0 0 0 10px;
	background:url("../../images/common/ico_circle_blue.gif") no-repeat 0 6px;
}
div.accessmap p{
	width:392px;
	margin:20px 0 0 0;
	border:4px solid #597BA5;
}