@charset "utf-8";

/*
==================================================
基本スタイルシート(全ページ共通ヘッダー・フッター部分)
==================================================
*/





/*デフォルト
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
*{
	padding:0px;
	margin:0px;
	}
body {
	font-size:small;
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.7;
	color:#333333;
	background:#ffffff;
	}
h1	{
	font-size:150%;}
h2	{
	font-size:120%;}
h3	{
	font-size:110%;}

/*--画像--*/
img{
	border:none;
	margin:0px;
	background-color:transparent;
	}

/*--リンク--*/
a:link,a:visited {
	color:#0099cc;
	text-decoration:none;
	-moz-outline-style:none;
	overflow:hidden;
	}
a:hover,a:active,a:after {
	color:#0099cc;
	text-decoration:underline;
	-moz-outline-style:none;
	overflow:hidden;
	}

/*--リスト--*/
ul,ol,dl,dt,dd,li{
	color:#333333;
	list-style:none;
	}

/*--clearfix--*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
	}





/*レイアウト
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
#header_wrap{
	background:url("/data/images/header_bg.png") repeat-x;
	height:85px;
	}
	#header{
		width:750px;
		margin:0px auto;
		}

#contents_wrap{
	background:#ffffff;
	}
	#contents{
		width:750px;
		margin:0px auto 50px;
		}
	.wrap{
		width:750px;
		margin:50px auto 90px;
		}
	.privacy{
		border:1px solid #dddddd;
		background:#F4F8F9;
		padding:20px 30px;
		margin-bottom:30px;
		}

#footer_wrap{
	background:#ffffff;
	color:#666666;
	text-align:center;
	padding:5px 0px 0px;
	margin-bottom:30px;
	background-image: -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.1+ */
	background-image: -ms-linear-gradient(top, #eeeeee, #ffffff); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff')"; /* IE8+ */
	background-image: linear-gradient(top, #eeeeee, #ffffff);
	}
	.footer{
		width:750px;
		margin:0px auto;
		}



/*ヘッダー
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
#header h1{
	padding-top:2px;
	}
.progresscurrent {
	color: #ff3333;
}

/*コンテンツ
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
.title{
	width:750px;
	height:85px;
	background:url("/data/images/title_bg.png");
	}
.title h2{
	font-size:200%;
	text-shadow: #cccccc 1px 1px 3px;
	line-height:65px;
	width:1000px;
	float:left;
	}
.title img{
	width:220px;
	height:27px;
	display:block;
	float:right;
	margin-top:20px;
	}


#contents table{
	width:750px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin:10px auto 10px;
	}
#contents table td,
#contents table th{
	padding:5px 10px;
	text-align:left;
	margin:0px;
	}

#contents table th{
	background:#eeeeee;
	border-top:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	font-weight:lighter;
	}
#contents table td{
	border-top:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
	border-bottom:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	}
.must{
	border-left:#f20000 2px solid !important;
	}
.em{
	color:#f20000;
	font-size:90%;
	margin-left:10px;
	}
.ex{
	color:#999999;
	}
.input300{
	width:300px;
	}
.input100{
	width:100px;
	}
.input_radio,
.checkbox{
	margin:0px 3px 0px 0px;
	}
.textarea{
	width:450px;
	height:100px;
	}


.btn_wrap{
	text-align:center;
	}

.submitbutton {
	font-size: 12px;
	color: #ffffff;
	padding:3px 40px;
	background:#0047b2;
	background: -moz-linear-gradient(
		top,
		#4d80ce 0%,
		#0047b2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4d80ce),
		to(#0047b2));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #0047b2;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	margin-right:20px;
	cursor:pointer;
}
._qf_Confirm_back {
	font-size: 12px;
	color: #333333;
	padding:3px 20px;
	background:#eeeeee;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#eeeeee));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #dddddd;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(000,000,000,0.3);
	cursor:pointer;
}


.wrap p{
	margin:10px auto;
	}
.wrap h3{
	color:#0046b2;
	font-weight:lighter;
	font-size:180%;
	}

.link_arrow{
	background: url("/data/images/link_arrow.gif") no-repeat scroll left center transparent;
 	line-height: 28px;
	padding-left: 20px;
	}
.targetblank{
	background:url("/data/images/targetblank.gif") no-repeat scroll right center transparent;
	padding-right:22px;
	}
.link_pdf{
	background:url("/data/images/link-pdf.gif") no-repeat scroll right center transparent;
	padding-right:22px;
	}
.privacy_text{
	text-align:left;
	}
.privacy_link{
	text-align:center;
	}


/*フッター
-----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------*/

.gs_seal{
	width:480px;
	float:left;
	}
.seal{
	width:120px;
	height:60px;
	float:left;
	}
.seal_text{
	width:350px;
	float:left;
	padding-left:10px;
	font-size:85%;
	text-align:left;
	line-height:1.4;
	}
.copyright{
	width:270px;
	float:right;
	text-align:right;
	}






















