@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* メインエリア
============================================================================================================ */
div#imageArea {
	background: url(../../images/main_bg.jpg) repeat-x center;
}
div#imageArea ul {
	position: relative;
	width: 910px;
	height: 272px;
	margin: 0 auto;
	background-image: url(../../images/main_image.jpg);
}
div#imageArea ul li {
	position: absolute;
}
div#imageArea ul li#navi01 {top: 9px;left: 301px;}
div#imageArea ul li#navi02 {top: 114px;left: 370px;}
div#imageArea ul li#navi03 {top: 9px;left: 437px;}
div#imageArea ul li#navi04 {top: 114px;left: 506px;}
div#imageArea ul li#navi05 {top: 9px;left: 573px;}
div#imageArea ul li#navi06 {top: 114px;left: 642px;}
div#imageArea ul li#navi07 {top: 9px;left: 709px;}
* html div#imageArea ul li img {
	behavior: url(/common/js/iepngfix.htc);
}


/* コンテンツ
============================================================================================================ */
div#contentsContainerIndex {
	width: 910px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
}
div#contentsContainer {
	position: relative;
	padding-bottom: 40px;
}


/* メインエリア
============================================================================================================ */
div#mainArea {
	width: 460px;
	margin-left: 221px;
	padding: 38px 0 0;
}
* html div#mainArea {
	display: inline;
}
div#mainArea h3 {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #bfbfbf;
}
div#mainArea p {
	padding: 10px 0 5px;
}
div#mainArea dl {
	zoom: 1;
}
div#mainArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainArea dt,
div#mainArea dd {
	float: left;
}

/* キャッチ
----------------------------------------------------------------------------------------- */
div#catchSection {
	zoom: 1;
}
div#catchSection:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#catchSection p {
	padding: 22px 0 0;
}
div#catchSection p.ph {
	margin-left: 15px;
	padding-top: 0;
	float: right;
}

/* マスコミ
----------------------------------------------------------------------------------------- */
div#media {
	margin-top: 10px;
	background-image: url(../../images/media_box_bg.gif);
}
div#media div {
	background: url(../../images/media_box_top.gif) no-repeat top;
}
* html div#media div {
	zoom: 1;
}
div#media ul {
	padding: 10px 10px 8px;
	background: url(../../images/media_box_bottom.gif) no-repeat bottom;
}
div#media ul li {
	margin-bottom: 2px;
}
div#media ul li a {
	display: block;
	padding: 2px 5px 1px 22px;
	color: #2d2d2d;
	font-weight: bold;
}
* html div#media ul li a {
	zoom: 1;
}
div#media ul li a:link, div#media ul li a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
div#media ul li a:hover, div#media ul li a:active {
	color: #ff7105;
	text-decoration: underline;
}

div#media ul li.even {
	background-image: url(../../images/media_bg01.gif);
}
div#media ul li.odd {
	background-image: url(../../images/media_bg02.gif);
}
div#media ul li.even a {
	background: url(../../images/media_bg01_bottom.gif) no-repeat bottom;
}
div#media ul li.odd a {
	background: url(../../images/media_bg02_bottom.gif) no-repeat bottom;
}



/* サイドエリア
============================================================================================================ */
div#sideArea {
	top: -27px;
}



/* レフトエリア
============================================================================================================ */
div#leftArea {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 10px;
	background: url(../../images/left_box_bottom.gif) no-repeat left bottom;
	line-height: 1.5;
}
* html div#leftArea h3 img {
	behavior: url(/common/js/iepngfix.htc);
}
div#leftArea dl {
	width: 200px;
	padding-top: 2px;
	background-image: url(../../images/left_box_bg.gif);
}
div#leftArea dt {
	padding: 8px 0;
	text-align: center;
}
div#leftArea ul {
	padding: 0 12px 0 7px;
	zoom: 1;
}
div#leftArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#leftArea li {
	float: left;
	padding-left: 0.8em;
	font-size: smaller;
	white-space: nowrap;
}
