@charset "UTF-8";

/* reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS Document */



body{
	font-family: メイリオ, Meiryo, ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;	
	color:#333;
	background-color:#F1F1F1;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

p {
	line-height:150%;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	background:url(img/bg2.jpg) repeat-y;	
	min-height:1000px;
	height:auto !important;
	height:1000px;
}
#contant {
	width:980px;
	margin:0 auto;	
}

.box1 {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 30px 25px;
}
.index {
	width:910px;
	margin: 10px auto;
	background-color:#FFFFED;	
	padding:15px;
}
.index h3 {
	color:#F60;
	font-size:30px;
	margin:0 0 5px 0;
}
.index span {
	font-weight:bold;
}
.index span.tit {
	font-size:18px;
}
.index p {
	margin-bottom:20px;
	font-size:95%;
}
span.marker {
	background-color:#FF7;
}
.voice_box {
	margin:20px;	
}
.voice_box h3 {
	font-size:120%;
	color:#630;	
}
.voice_box img {
	float:left;	
}
.voice_box p {
	float:right;
	width:350px;
	padding:5px;	
	font-size:80%;
	background-color:#EFEFEF;
	min-height:180px;
}
.voice_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#form_box {
	width:860px;
	margin:0 auto;
	padding-bottom:100px;
}
iframe {
	margin:0 auto;
	width:850px;
	height:180px;
}
#graph {
	width:640px;
	height:280px;
	padding:70px 340px 0 0;
	background:url(img/bg_graph.gif) no-repeat;
}
#privacy_box {
	width:850px;
	margin:20px auto;
	padding:5px;
	border:1px solid #ccc;
	background-color: #FFFFEF;
}
#privacy_box h3{
	font-size:120%;
	font-weight:bold;
	border-bottom:2px solid #F90;
	padding:5px;
	margin:0 0 5px 0;
}
.profile {
	width:575px;
	float:right;
}
.profile p{
	font-size:12px;
	margin-bottom:10px;
	margin-right:20px;
}
.reason h3{
	margin:10px 30px;
	font-size:140%;
	border-bottom:2px solid #060;
}
.reason p {
	margin:0px 30px 10px;
}
.bt {
	float:right;
}

.faq {
	margin:30px;
}
.faq h2 {
	font-size:220%;
	margin-bottom:20px;
	text-align:center;
}
.faq h3 {
	font-size:150%;
	margin-bottom:10px;
	padding:15px;
	background-color:#CBF3FF;
}
.faq p {
	margin-bottom:30px;
	padding:15px;
	background-color:#F5F5F5;
}

.ssl {
	width:860px;
	margin: 10px auto;
	background-color: #F5F5F5;
	border-radius:10px;
}
.ver_ssl {
	width:200px;
	float:left;
	padding: 0 0 0 50px;
	text-align:right;
}
.txt_ssl {
	margin: 40px 0 0 0;
	width:600px;
	float:right;
	font-size:14px;
}
#form_area {
	width:860px;
	margin:0 auto;
}


/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #CC9900;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow: hidden;
}
/* End hide from IE-Mac */