@charset "utf-8";



/* -------------------------------------------- */
/* Layout */
/* -------------------------------------------- */

#main #content {
	padding: 15px 0 50px 0;
}

#main #sidebar {
	padding: 8px 0 40px 0;
}



/* Navigation(Global) */
/* -------------------------------------------- */
#gNav li.top a {background-position: 0 -41px;}



/* Main Visual */
/* -------------------------------------------- */

#mv {
	height: 371px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
#mv img {
	display: block;
}



/* Index */
/* -------------------------------------------- */

#content ul#homeIndex {
	width: 610px;
	margin: 0 0 25px 3px;
	padding: 0;
	list-style: none;
}
#content ul#homeIndex li {
	float: left;
	display: inline;
	width: 305px;
	height: 133px;
	margin: 0;
	padding: 0;
}
#content ul#homeIndex li a {
	display: block;
	width: 305px;
	height: 133px;
	overflow: hidden;
	text-decoration: none;
}
#content ul#homeIndex li h2 {
	margin: 0;
	padding: 0;
	font-size: 1px !important;
	line-height: 0;
	text-indent: -9999px;
}
#content ul#homeIndex li p {
	margin: 52px 0 0 34px;
	padding: 0;
	font-size: 85%;
	line-height: 1.6;
}
#content ul#homeIndex li.station p {
	margin: 68px 0 0 34px;
}

#content ul#homeIndex li.news {
	background: url("../img/cn_news.jpg") 0 0 no-repeat;
}
#content ul#homeIndex li.station {
	background: url("../img/cn_station.jpg") 0 0 no-repeat;
}
#content ul#homeIndex li.company {
	background: url("../img/cn_company.jpg") 0 0 no-repeat;
}
#content ul#homeIndex li.csr {
	background: url("../img/cn_csr.jpg") 0 0 no-repeat;
}
#content ul#homeIndex li.shops {
	background: url("../img/cn_shops.jpg") 0 0 no-repeat;
}
#content ul#homeIndex li.recruit {
	background: url("../img/cn_recruit.jpg") 0 0 no-repeat;
}



/* Local Navi */
/* -------------------------------------------- */

/* QR */

#sidebar div.qr {
	float: left;
	height: 61px;
	margin: 4px 11px 0 0;
	padding: 0 0 0 74px;
	background: url("../img/qrcode.gif") left no-repeat;
}
#sidebar div.qr p {
	padding: 14px 0 0 0;
	font-size: 65%;
	line-height: 1.4;
}



/* Heading */
/* -------------------------------------------- */

#content h2 img {
	display: block;
}

#content .head {
	width: 614px;
	margin: 0 0 4px 0;
}
#content .head h2 {
	float: left;
	width: 520px;
	margin: 0;
}
#content .head a.button {
	float: right;
	display: block;
	width: 94px;
}



/* Topics */
/* -------------------------------------------- */

#content dl.topics {
	width: 600px;
	margin: 0 0 0 7px;
}
#content dl.topics dt {
	margin: 0;
	padding: 10px 4px 0 4px;
	color: #4ba547;
	font-size: 75%;
	line-height: 1.3;
}
#content dl.topics dd {
	margin: 4px 0 0 0;
	padding: 0 4px 11px 4px;
	font-size: 75%;
	line-height: 1.3;
	background: url("../img/line_01.gif") left bottom repeat-x;
}


