@charset "utf-8";
/* CSS Document */

/*  TOP   */

#top_head	{
	clear:both;
	width:900px;
	height:79px;
	* height:78px;/*IE6*/
	position: relative;
	background:url(../images/silhouette.gif) no-repeat right 17px;
	}
#top_head .btn_head_inquiry	{
	position:absolute;
	right:0;
	top: 8px;
	display:block;
	width:100px;
	height:22px;
	background:url(../images/btn_head_inquiry.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
}
#top_head .btn_head_inquiry:hover	{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#top_logo {
	position:absolute;
	top: 34px;
	left: 40px;
}

#top_silhouette {
	position:absolute;
	right:0px;
	top: 17px;
}

#top_service {
	float: left;
	width: 308px;
	margin: 10px 0;
}
#top_service img{
	border:none;
}
#top_service h2 {
	margin-bottom: 20px;
}
#top_service ul li {
	margin-bottom: 3px;
	list-style-type: none;
}


#top_news {
	float: right;
	width: 502px;
	margin: 10px 0px 10px 0px;
}

#top_news a {
	color: #3D3D87;
	text-decoration: none;
}
#top_news a:hover {
	color: #3366ff;
	text-decoration: underline;
}


#top_news h2 {
	margin-bottom: 15px;
}

#top_news dl{
width:465px;
overflow:hidden;
padding:10px 0 0 0;
}
#top_news dl dt{
clear:both;
float:left;
width:80px;
margin:0 0 10px;
}
#top_news dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 80px;
}
.top_info dl dd a:link{text-decoration:underline;}
.top_info dl dd a:visited{text-decoration:underline;}
.top_info dl dd a:hover{text-decoration:underline;}
.top_info dl dd a:active{text-decoration:underline;}

#top_news img.icon {
	margin-right: 8px;
	vertical-align:text-top;
	}

#top_privacy{
	float: right;
	width: 200px;
	margin: 0px;
	}
#top_privacy a{
	color:#999;
	font-weight:bold;
	text-decoration:underline;
	}
#top_privacy p.top_privacy{
	font-size:80%;
	* font-size:100%;/*IE6*/
	color:#999;
	margin-top:5px;
}
#top_privacy img{
	float:right;
	margin-left:10px;
}
#top_group {
	float: right;
	width: 502px;
	margin: 0px 0 20px 0;
}
#top_group h2 {
	margin-bottom: 0px;
}

#top_group img{
	margin:5px;
	}

/*150211メインイメージJS*/
/*-----------------------------------------------
スライダーその1
-----------------------------------------------*/
#slider {
	position: relative;
	margin: 0 auto 10px;
	width:900px;
	height:470px;
}
				.bx-prev, .bx-next {
					top: 0;
					width: 36px;
					height: 36px;
					position: absolute;
					cursor: pointer;
					text-indent:-9999em;
				}
				/*.bx-next {
					right: 0;
					top:30%;
					background: url(../img/btnNext.png) no-repeat center center;
				}*/
				/*.bx-prev {
					left: 0;
					top:30%;
					background: url(../img/btnPrev.png) no-repeat center center;
				}*/

/*----↓大イメージ----*/
.bg_img {
	margin: 0 auto;
	width: 900px;
	height:320px;
}
/*----↓サムネイル----*/
.bx-pager {
	width: 900px;
	height:104px;
	position:absolute;
	bottom:0;
	left:0;
}
.bx-pager a {
	float:left;
	width: 104px;
	height: 104px;
	margin:0 4px;
}
.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.bx-pager a.active img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.maintext{
	width:570px;
	height:18px;
	background: url(../img/maintext.png) no-repeat;
	position:absolute;
	top:334px;
	left:164px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
}

