@charset "utf-8";

/* メニュー */

#header .menu_top { position: relative;}
#header .menu_top li {
position: absolute;
display: block;
}

#header .menu_top li.mt_copy {
	width: 430px;
	height: 52px;
	top: 50px;
	left: 245px;
	z-index: 96;
}

#header .menu_top li.mt_01 {
	width:248px;
	height: 248px;
	top: 130px;
	left: 5px;
	z-index: 97;
}

#header .menu_top li.mt_02 {
	width:248px;
	height: 248px;
	top: 130px;
	left: 257px;
	z-index: 98;
}

#header .menu_top li.mt_03 {
	width:248px;
	height: 248px;
	top: 130px;
	left: 510px;
	z-index: 100;
}

#header .menu_top li.mt_04 {
	width: 174px;
	height: 172px;
	top: 241px;
	left: 709px;
	z-index: 99;
}

#header .menu_top li.mt_01 a,
#header .menu_top li.mt_02 a,
#header .menu_top li.mt_03 a {
	text-indent: -9999px;
	outline: none;
	display: block;
	width:248px;
	height: 248px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header .menu_top li.mt_01 a {background-image: url(/inc/images/top/01.png);}
#header .menu_top li.mt_02 a {background-image: url(/inc/images/top/02.png);}
#header .menu_top li.mt_03 a {background-image: url(/inc/images/top/03.png);}

#header .menu_top li.mt_01 a:hover,
#header .menu_top li.mt_02 a:hover,
#header .menu_top li.mt_03 a:hover {
	background-position: 0px -248px;
}




/* メイン */


#container {
	padding-top: 0px !important;
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#main_top {
	width: 900px;
	position: absolute;
	top: -25px;
	left: 0px;
}

#main_top .t_left {
	width: 448px;
	float: left;
}

#main_top .t_left .comment {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 30px;
}

#main_top .t_left .faq {
	width: 448px;
	height: 119px;
	background-image: url(/inc/images/top/faq_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 17px 0px 0px 15px;
}

#main_top .t_left .faq li {
	background-image: url(/inc/images/top/faq_aicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #4c6b80;
	font-weight: bold;
	margin-bottom: 5px;
}

#main_top .t_right {
	width: 422px;
	float: right;
}


h2 {
	font-size: 0px;
	line-height: 0px;
}

.company {
	background-image: url(/inc/images/top/company_b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 4px 0px 20px;
	margin-bottom: 30px;
}

.company dl {
	background-image: url(/inc/images/top/faq_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin: 0px !important;
	padding-bottom: 10px;
}


.company dt {
	font-size: 0px;
	line-height: 0px;
}

.company dt img,
.company dd img {
	margin-bottom: 7px;
}

.company .version01 {
	color: #536441;
	width: 270px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.company .version02 span {
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.company .version02 {
	color: #507471;
}

.company .version02 a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
	display:inline-block;
}

.company ul {
	padding: 12px 0px 15px 0px;
}

.company ul li {
	float: left;
	padding-right: 5px;
	font-size: 0px;
	line-height: 0px;
}

.company p { margin: 0px;}

.news {
	background-image: url(/inc/images/top/news_b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 20px 15px 20px;
}

.news li span.date {
	color: #7a7a7a;
	display: block;
	width: 80px;
	float: left;
}

.news li span.title {
	display: block;
	width: 300px;
	float: right;
}

