@charset "UTF-8";

/*
構造(ID付きのDIV)の設定
前ページ共通なので、改変しないこと */

#containar {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF0000;
}

#header {
	width: 980px;
	background-image: url(../img/common/black_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#contents{
	width: 980px;
	background-image: url(../img/common/white_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

#whole_wrap{
	width: 920px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 20px;
	background-image: url(../img/common/skyblue_gradation.png);
	background-position: left 30px;
	background-repeat: repeat-x;
	height: 500px;
}

#wrap{
	width: 590px;
	background-color: #CCFF00;
	float: left;
	margin-left: 20px;
}

#contents_middle {
	width: 290px;
	background-color: #EADCAE;
	float: right;
	margin: 0px;
}

#contents_left {
	float: left;
	width: 290px;
	background-color: #ADB96E;
	margin-top: 0px;
	margin-right: 10;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_double{
	width: 590px;
	float: left;
	margin-left: 20px;
	padding-top: 15px;
}

#contents_right {
	float: right;
	width: 280px;
	margin-right: 20px;
}

#footer {
	clear: both;
	width: 980px;
	background-image: url(../img/common/black_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#foot_link{
	position:static;
	margin-left:60px;
	margin-right:60px;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#copyright{
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}

#footshadow{
	background-image: url(../img/common/foot_shadow.png);
	background-position: right top;
	text-align: left;
	height: 10px;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-repeat: no-repeat;
}

/*
レイアウト調整用 */
body{
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#000000,EndColorStr=#666666); */
background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAMgCAYAAADiDQiHAAABnUlEQVRIiZXEU4IjUBAAwHBi27Y5sW174vtfYfcG/brrozgcDucfBxuXyyXG4/GA+Hw+MYFAACQUCon9/PwAiUQifGKxmJVEIsEnlUqBZDIZMblcDqRQKIgplUoglUpFTK1WA2k0GnxarZaVTqfDp9frWRkMBnxGoxHIZDIRM5vNQBaLhZjVagWy2Wz47HY7K4fDgc/pdLJyuVz43G43kMfjIeb1eoF8Ph8xv98PFAgE8AWDQVahUAhfOBxmFYlE8EWjUaBYLEYsHo8DJRIJYslkEiiVSuFLp9OsMpkMvmw2yyqXy+HL5/PECoUCULFYxPf7+8uqVCrhK5fLQJVKhVi1WgWq1WrE6vU6UKPRINZsNoFarRa+drvNqtPp4Ot2u0C9Xo9Yv98HGgwGxIbDIdBoNCI2Ho+BJpMJvul0ymo2m+Gbz+dAi8WC2HK5BFqtVsTW6zXQZrMhtt1ugXa7Hb79fs/qcDjgOx6PQKfTidj5fAa6XC7Ertcr0O12I/b39wd0v9/xPR4PVs/nE9/r9QJ6v9/EPp8P0Pf7ZfQfJhfvWImfSV4AAAAASUVORK5CYII=");
background-repeat:repeat-x;
background-color:#666666;
}

a{
	text-decoration: none;
}
input{
	height:20px;
	font-size: 16px;
	text-align: left;
}
label{
	font-size: 14px;
	margin-top: 15px;
	display: block;
	margin-bottom: 2px;
	width: 200px;
	height: 16px;
}

.clear{
	clear: both;
}

/*ヘッダ、フッタのリンクカラー */
div#header a:link, div#foot_link a:link, div#copyright a:link{
	color: #FFFFFF;
}
div#header a:visited, div#foot_link a:visited, div#copyright a:visited{
	color: #FFFFFF;
}

/*
ヘッダの配置 */

.site_logo{
	float: left;
	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 2px;
}



div#header dl{
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	float: right;
	
}

div#header dd{
	font-size: 13px;
	float: left;
	font-weight: bold;
	text-indent: 22px;
	display: block;
	height:1.1em;
	padding-right: 5px;
}
div#header dd a:hover{
	text-decoration: underline;
}


.faq{
	background-image: url(../img/common/mini_faq.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.inq{
	background-image: url(../img/common/mini_inq.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.hme{
	background-image: url(../img/common/mini_home.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
コンテンツの修飾 */
#wrap_h2{
	background-image: url(../img/common/h2_m.png);
	background-position: left top;
	height: 50px;
	width: 920px;
	background-repeat: repeat-x;
}

#wrap_h2 h2{
	color: #FFFFFF;
	display: block;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
	background-image: url(../img/common/h2_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap_h2 span{
	display: block;
	width: 110px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
	font-size: 14px;
	background-image: url(../img/common/fukidashi_mini.png);
	padding-bottom: 3px;
	background-repeat: no-repeat;
}
.head_right{
	float: right;
}
.hatena{
}

/* 
フォームボタンの設定*/

.send_buttton{
	background-image: url(../img/common/next_btn.png);
	display: block;
	height: 30px;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-indent: 25px;
}



/* 右ワクの吹き出し囲み */
.r_fukidashi{
	width:280px;
	position:fixed;
	}
.r_fukidashi_top{
	display: block;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 0px;
	height: 60px;
	width: 280px;
}
.r_fukidashi_middle{
	background-color: #FFFFFF;
	display: block;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.r_fukidashi_bottom{
	display: block;
	background-image: url(../img/atena/r_guide_hip.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	}
#contents_right h4{
	font-size: 15px;
	font-weight: bold;
	color: #009900;
	margin-bottom: 10px;
}


/*
フッタの配置 */

/* フッタの5段リンク */
div#foot_link dl{
	float:left;
	width:150px;
	margin-left: 20px;
}
div#foot_link dt{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}
div#foot_link dd{
	font-size: 12px;
	text-indent: 15px;
	margin-bottom: 5px;
}
div#foot_link span{
	display: block;
}

/* フッタのcopyright並列リンク */
div#copyright dl{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;

}
a:link、a:active、a:visited、a:hover{
	font-size: 11px;
	}
div#copyright dd{
	font-size: 11px;
	float: left;
	padding-right:0.5em;
	display:block;
height:1em;
}
div#copyright dd a:hover{
	text-decoration: underline;
}
div#copyright .cr{
	margin-right:70px;
	margin-left:100px;
	font-family:Arial,'Lucida Grande',sans-serif;
}
