@charset "utf-8";

/****************************************************************************
　基本レイアウトCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.06.17
****************************************************************************/

/*--------------------------------------------------------
　デフォルトテキストリンク設定
--------------------------------------------------------*/
body a{text-decoration: none;}
body a:link {color:#333;}
body a:visited{text-decoration: none; color:#333;}
body a:hover{text-decoration: underline; color:#AA0000;}
body a:active{text-decoration: none;}

*{ margin:0; padding:0; color:#333;}

body {
	width: 100%;
	background:url(../common/bg.gif) 0 0 repeat;
}

h1 {
	width:840px;
	font-size:65%;
	text-align:right;
	margin: 15px auto 2px auto;
}

#wrapper {
	width: 854px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#Set {
	width: 854px;
	margin: 0 auto;
	background:url(../common/bg_loop.gif) 0 0 repeat-y;
	padding: 10px 0 0 0;
}

#Main {
	clear:both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#Main img{
	vertical-align:bottom;
}



#Main .top{
	width: 776px;
	border:12px solid #ADA8A4;
	margin: 0;
	padding: 0;
}

#subNavi {
	border-bottom:1px dotted #999;
}

#subMenu {
	width: 752px;
	height: 42px;
	background:url(../image/emenu_loop.jpg) 0 0 repeat-x;
	margin: 0 auto;
	padding: 0;
}
#subMenu a img {
	margin: 0;
	padding: 0;
	float:left;
	vertical-align:bottom;
}
#subMenu img {
	margin: 0;
	padding: 0;
	float:left;
	vertical-align:bottom;
}


#Main div.setT {
	width: 182px;
	height: 337px;
	float: left;
	margin: 20px 0 10px 10px;
	text-align:center;
}

#Main div.setM {
	width: 184px;
	height: 337px;
	float: left;
	background:url(../image/seal_top_bg.jpg) 0 0 no-repeat;
	position: relative;
	margin: 10px 0 10px 5px;
}
#Main div.setM img{
	margin: 0;
	padding: 0;
	display:block;
	vertical-align:bottom;
}
div.M01a img{ position:absolute; top:10px; left:20px; }
div.M01b img{ position:absolute; top:10px; left:8px; }
div.M01c img{ position:absolute; top:10px; left:18px; }
div.M02 img{ position:absolute; top:50px; left:20px; }
div.M03 img{ position:absolute; top:100px; left:20px; }
div.M04 img{ position:absolute; top:245px; left:20px; }
div.M05 img{ position:absolute; top:290px; left:15px; }
div.M06 img{ position:absolute; top:290px; left:92px; }

/*　ロールオーバー明度設定　*/
.setM a:hover img{
	opacity:0.6;
	filter: alpha(opacity=65);
}



/*--------------------------------------------------------
　通常枠設定
--------------------------------------------------------*/
#ContentsA {
	width: 736px;
	margin: 15px auto;
}

#ContentsA img{
}

/*　ロールオーバー明度設定　*/
#ContentsA a:hover img{
	opacity:0.6;
	filter: alpha(opacity=65);
}

#ContentsA h4{
	width: 700px;
	background: url(../image/guidetop_h4.jpg) left 2px no-repeat;
	padding-left: 23px;
	margin-bottom: 5px;
	font-size: 88%; 
	font-weight: bold;
}



/*--------------------------------------------------------
　余白無し設定
--------------------------------------------------------*/
#ContentsB {
	width: 776px;
	margin: 15px auto 0 auto;
}

#ContentsB img{
	float:left;
}

/*　ロールオーバー明度設定　*/
#ContentsB a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#ContentsB .SET{
	width: 776px;
	background-color:#9C0;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align:center;
}

/* ご利用ガイド追加 */
.guidetop_left{
	float:left;
	width:327px;
	margin:20px 0 0 35px;
	display:inline;
}

.guidetop_right{
	float:left;
	width:343px;
	margin:-15px 0 0 23px;
	display:inline;
}

.ml60{margin-left:60px;}

/* パンフレット */
.pamphlet_main{
	width:777px;
	height:449px;
	background:url(../image/pamphlet_image2.jpg) no-repeat;
	position:relative;
}

.pamphlet_main a.pamphlet_link1{
	text-indent:-9999px;
	width:231px;
	height:143px;
	display:block;
	position:absolute;
	top:17px;
	left:67px;
	overflow:hidden;
}

.pamphlet_main a.pamphlet_link2{
	text-indent:-9999px;
	width:190px;
	height:147px;
	display:block;
	position:absolute;
	top:6px;
	left:498px;
	overflow:hidden;
}

/* FAQ */
.faq_left{
	float:left;
	width:306px;
	margin:0 0 0 60px;
	display:inline;
}

.faq_left img{margin-top:10px;}

.faq_right{
	float:right;
	width:306px;
	margin:0 30px 0 0;
	display:inline;
}

.faq_right img{margin-top:10px;}


.question{
	width:655px;
	height:34px;
	background:url(../image/faq6_t.jpg) no-repeat;
	margin:25px 0 0 40px;
}

.question .question1{
	float:left;
	width:550px;
	font-size:82%;
	font-weight: bold;
	margin:11px 0 0 40px;
	vertical-align:middle;
	line-height:1.0;
	display:inline;
}

.question .question2{
	float:right;
	width:50px;
	font-size:82%;
	margin:11px 0 0 0;
	vertical-align:middle;
	line-height:1.0;
	display:inline;
}

.answer{
	margin:10px 0 0 50px;
	width:630px;
	font-size:82%;
}
.answer a{text-decoration: none;}
.answer a:link {text-decoration: underline; color:#AA0000;}
.answer a:visited{text-decoration: underline; color:#AA0000;}
.answer a:hover{text-decoration: underline; color:#F00;}
.answer a:active{text-decoration: none;}
