@charset "UTF-8";
@import url("../screen.css");

/*----------------------------------------------------------------------------------------
	entry
----------------------------------------------------------------------------------------*/
div#document {
	background: url(../../../access/images/document_bg.gif) no-repeat center top;
}

div#contents_menu {
	background: url(../../../access/images/menu_h2.gif) no-repeat 48px 0;
}

div#item div#access {
	background: url(../../../access/images/access_bg.gif) no-repeat 0 0;
	width:500px;
	height:70px;
}

div#item div#access h2 {
	margin:0;
	padding:0;
	font-size:12px;
	visibility:hidden;
}

div#item  h3 {
	background:url(../../images/h3.gif) no-repeat left bottom;
	width:443px;
	height:35px;
	color:#8b3a57;
	font-size:14px;
	margin:0;
	padding:30px 0 0 45px;
	clear:left;
}

div#item div.access {
	width:500px;
	clear:left;
}

div#item div.access .img,
div#item div.access .data {
	float:left;
}

div#item div.access .img {
	width:180px;
}

div#item div.access .img p {
	margin:0;
	padding:0 0 10px 0;
}

div#item div.access .data {
	width:320px;
}

div#item div.access .data ul {
	padding:5px 8px;
	margin:0;
	background-color:#edead4;
}

div#item div.access .data ul li {
	list-style-type:none;
	padding-left:12px;
	background:url(../../images/li.gif) no-repeat 0 7px;
}

div#item div.access .data ul li em {
	font-size:10px;
}

div#item div.access .data table {
	border-top:1px solid #949494;
	border-left:1px solid #949494;
	font-size:10px;
	line-height:1.5em;
	margin-top:10px;
}

div#item div.access .data table td {
	border-right:1px solid #949494;
	border-bottom:1px solid #949494;
	padding:2px 5px;
	background-color:#FFF;
}

div#item div.access .data table th {
	border-right:1px solid #949494;
	border-bottom:1px solid #e2b6be;
	background-color:#cd7d8c;
	padding:1px 5px;
	color:#FFF;
	font-weight:normal;
	width:60px;
}

div#item p.contact {
	text-align:center;
	margin:0;
	padding:30px 0 0 0;
	clear:left;
}


