@charset "utf-8";

/*
Contents
*/
#contents {
	background: url(/img/bg_contents_home.gif) left top repeat-y;
}

/*
h2
*/
h2.access {
	background: url(/img/h2_access.jpg) left top no-repeat;
}

#access01,
#access02,
#access03 {
	width: 570px;
	margin: 25px 0 0 0px;
}
#access01 {
	height: 280px;
}

#access01 p {
	width: 165px;
	margin-bottom: 10px;
}

#accessrealis {
	float: right;
	width: 360px;
	height: 250px;
	border: 1px solid #E0E0E0;
	padding: 4px;
}
.companyname {
	font-size: 110%;
	line-height: 1em
}
.soeji {
	font-size: 60%;
	color: #666;
}


table {
	width: 570px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
th,td {
	margin: 3px 0;
	padding: 5px 4px;
	border-bottom: 1px dotted #999;
}
th {
	white-space: nowrap;
	background-color: #F2EEEE;
}


#access03 {
	margin-bottom: 30px;
}
#access03 ul {
	list-style-type: none;
}
#access03 ul li {
	padding: 10px 0;
	font-size: 80%;
}
#access03 ul li img {
	vertical-align: middle;
	margin-right: 10px;
}
#access03 ul li a {
	text-decoration: none;
}
#access03 ul li a:hover {
	text-decoration: underline;
}
