@charset "utf-8";

/*トップページ*/

img {
	border-style: none;
}

/*----------------------------------------------------------------- */

.topContents:after
 { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;}
.topContents
 { display: block; *height:100% }
/* no ie mac \*/
* html .topContents
 { height: 1%; }
.topContents
 { display: block; }
/* */

/*----------------------------------------------------------------- */

.topPage {
	background-image: url(/common/img/top/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left 100px;
}
.topPage .container .topMainImage {
	margin: 0px;
}
.topPage .container .topContents {
	padding: 24px 37px 24px 41px;
	position: relative;
}
.topContents .topContentsL {
	float: left;
	width: 350px;
}
.topContents .topContentsR {
	float: right;
	width: 350px;
}
.topNews {
	margin: 18px 0px;
	width: 350px;
}
.topNews .topNewsTitle {
	margin: 0px;
	padding: 0px 0px 6px 2px;
	border-bottom: 1px solid #CCCCCC;
}
.topNews .topNewsSummary {
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	margin-top: 12px;
}
.topNews .topNewsSummary .newsData {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.topNews .topNewsSummary a {
	color: #666666;
	text-decoration: none;
}
.topNews .topNewsSummary a:hover {
	color: #990000;
	text-decoration: none;
}

.topBanner2 {
	margin: 32px 0px 15px;
}
.topBanner2 .topBanner2L {
	margin-right: 5px;
}
.topBanner2 .topBanner2R {
	margin-left: 5px;
}
.topBanner3 {
	margin: 19px 0px;
}
