/* CSS:社会的責任｜インデックス */

/* コンテンツ左 */
#wrapper #contents div.main_img {
	margin:0 auto 0 auto;
}

/* テキスト */
#wrapper #contents div.text_box {
	width:593px;
	margin:0 auto 0 auto;
}
#wrapper #contents div.text_box p {
	line-height:18px;
	padding:10px 0px 10px 0px;
}
#wrapper #contents div.text_box p span.blue {
	color:#000099;
	font-weight:bold;
}
/* テキスト(logo) */
#wrapper #contents div.bottom {
	width:593px;
	margin:5px auto 0 auto;
}
#wrapper #contents div.bottom p {
	line-height:18px;
}
#wrapper #contents div.bottom div.logo {
	float:left;
}
/* 一番下 */
#wrapper #contents div.box {
	width:593px;
	margin:20px auto 0 auto;
}
#wrapper #contents div.box p {
	line-height:18px;
	padding:10px 0px 10px 0px;
}
#wrapper #contents div.box p span.blue {
	color:#000099;
	font-weight:bold;
}





/* サイドバー右 */
/* ナビ（コンテンツ右） */
#wrapper #sidebar #menu ul {
	width:175px;
	margin-left:25px;
	margin-bottom:30px;
}
#wrapper #sidebar #menu ul li {
	width:175px;
	height:30px;
	list-style:none;
}
#wrapper #sidebar #menu ul li a {
	width:175px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
/* 社会的責任 */
#wrapper #sidebar #menu ul li a.csr {
	background:url(../img/csr_menu_01.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.csr-current,
#wrapper #sidebar #menu ul li a:hover.csr {
	background:url(../img/csr_menu_01.gif) no-repeat 0 -30px;
}
/* コンプライアンス */
#wrapper #sidebar #menu ul li a.compliance {
	background:url(../img/csr_menu_02.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.compliance-current,
#wrapper #sidebar #menu ul li a:hover.compliance {
	background:url(../img/csr_menu_02.gif) no-repeat 0 -30px;
}
/* 環境 */
#wrapper #sidebar #menu ul li a.environment {
	background:url(../img/csr_menu_03.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.environment-current,
#wrapper #sidebar #menu ul li a:hover.environment {
	background:url(../img/csr_menu_03.gif) no-repeat 0 -30px;
}
/* 品質 */
#wrapper #sidebar #menu ul li a.quality {
	background:url(../img/csr_menu_04.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.quality-current,
#wrapper #sidebar #menu ul li a:hover.quality {
	background:url(../img/csr_menu_04.gif) no-repeat 0 -30px;
}



