@charset "utf-8";

/*
Company CSS
*/

h2.access {
	width: 830px;
	height: 160px;
	background-image: url(../img/h2_access.jpg);
	text-indent: -9999px;
}
h2.company {
	width: 830px;
	height: 160px;
	background-image: url(../img/h2_company.jpg);
	text-indent: -9999px;
}
h2.sitepolicy {
	width: 830px;
	height: 160px;
	background-image: url(../img/h2_sitepolicy.jpg);
	text-indent: -9999px;
}
h2.privacy {
	width: 830px;
	height: 160px;
	background-image: url(../img/h2_privacy.jpg);
	text-indent: -9999px;
}
h4#bus {
	color: #333;
	background: #CCC;
	border-left: 4px solid #666666;
}

td dl dd {
	margin-bottom: 10px;
}

#access {
	background-image: url(/img/access.jpg);
}

p.accessmap {
	text-align: center;
}


p.syomei {
	text-align: right;
}

ul.list {
	font-size: 80%;
	margin-left: 30px;
}

#contents ol {
	list-style-type: decimal;
	margin: 0.5em 1em 0.5em 2.5em;
}
#contents ol li {
	font-size: 80%;
	line-height: 1.3em;
	list-style-type: decimal;
	margin-bottom: 3px;
}
#contents ol li ol li {
	font-size: 100%;
	list-style-type: lower-alpha;
}

#popupimg {
	width: 320px;
	height: 240px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: -322px;
	top: -242px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	z-index: 0;
}

ol#mapno {
	margin-left: 15px;
	list-style-type: none;
}
ol#mapno li {
	list-style-type: none;
	padding-left: 17px;
	background-position: left top;
	background-repeat: no-repeat;
}
li.no01 {
	background-image: url(/img/mapno1.gif);
}
li.no02 {
	background-image: url(/img/mapno2.gif);
}
li.no03 {
	background-image: url(/img/mapno3.gif);
}
li.no04 {
	background-image: url(/img/mapno4.gif);
}
li.no05 {
	background-image: url(/img/mapno5.gif);
}
li.no06 {
	background-image: url(/img/mapno6.gif);
}


table.bus {
	width: 100%;
}
table.bus th,
table.bus td {
	text-align: center;
}

/* Sub menu */
#navi ul li#mcompany ul {
	display: block;
}
.access #navi ul li#mcompany ul {
	display: none;
}
