@charset "utf-8";
@import url("import.css");
@import url("gray_contents.css");
/* -----------------------------------------------------------
CSS Information

 ! File name:      sitemap.css
 ! Style Info:     サイトポリシーページ(sitemap.html)
----------------------------------------------------------- */
a.icon_go2 {
	margin-left: 10px;
	padding-left: 34px;
	background: url(../img/icon_go.gif) no-repeat 0% 20%;
}
/* level0
--------------------------------------- */
ul.level0{
	padding: 20px 10px 25px;
}


ul.level0 li{
	width:295px;
	padding: 10px 0px 5px 5px;
	border-bottom: 1px solid #CCC;
}


ul.level0 li#link_top{
	width:650px;
	margin-bottom: 10px;
	padding-left: 0px;
}


ul.level0 li.f_left{
	width: 300px;
	padding-right: 40px;
	float: left;
	border-bottom: none;
}

ul.level0 li.f_left2{
	width: 300px;
	padding-right: 40px;
	float: right;
	border-bottom: none;
}


ul.level0 li.clr{
	clear: both;
}

/* dt
-------------------------------- */
ul.level0 dt{
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding:0px 0px 3px 3px;
	font-weight: bold;
	font-size: 1.2em;
}

dl#contact_list dt{
	padding: 10px 0px 5px 5px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	font-size: 1em;
}
dl#contact_list li{
	width: 270px;
	padding: 10px 0px 3px 30px;
	border-bottom: 1px dotted #CCC;
}


dl#ir_list dt{
	border-bottom-color: #ED1B2E;
}
dl#blandpolicy_list dt{
	border-bottom-color: #00AB4E;
}
dl#company_list dt{
	border-bottom-color: #1091E8;
}

dl#business_list dt{
	border-bottom-color: #847758;
}


ul.level0 li.none-border{
	padding: 0;
	border: none;
}

/* level1
--------------------------------------- */
ul.level1{
	padding: 0px 0px 25px 0px;
}


ul.level1 li{
	width: 285px;
	padding: 10px 0px 3px 15px;
	border-bottom: 1px solid #CCC;
}


/* level2
--------------------------------------- */
ul.level2{
	padding: 0px 0px 10px 0px;
}


ul.level2 li{
	width:260px;
	padding: 10px 0px 3px 40px;
	border-bottom: 1px dotted #CCC;
}

/* level3
--------------------------------------- */
ul.level3{
	padding: 0px 0px 10px 0px;
}


ul.level3 li{
	width:240px;
	padding: 10px 0px 3px 60px;
	border-bottom: 1px dotted #CCC;
}



a.popup{
	background:url("../img/icon_external.gif") no-repeat scroll 0 50% transparent;
	margin-left:10px;
	padding-left:24px;
}