@charset"utf-8";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* RESET */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	margin:0;
	padding:0;
	width:100%;
	line-height:2.2;
	color:#333333;
	font-size:20px;
	text-align:center;
	font-family: Meiryo, 'ＭＳ Ｐゴシック', Arial, 'ヒラギノ角ゴ Pro W3', sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul , ol, ul{
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

span{
display:inline;
}

a {
	margin:0;
	padding:0;
	line-height:20px;
	color:#000000;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
a:hover{
text-decoration: underline;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
    vertical-align:middle;
}
.back_gray {
	background-color: #DDD;
	color: #000000;
	padding-left: 20px;
	border: 1px solid #C6C6C6;
}


button{
	display:inline-block;
	background:none;
	border:0;
}

img,a img{
  vertical-align:top;
  line-height:0;
  font-size:0;
  border:0;
  border-image-width:0;
  background:transparent;
}

object,embed{
  vertical-align:top;
}
section{margin:0 auto 150px;}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* UTILITY */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
h1{margin:0 auto;text-align:center;}
h2{margin:0 auto 50px;}
h3{margin:0 auto 50px;}

.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
/*float*/
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear {
	clear:both;
	line-height:0;
}
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* WinIE7 MacIE5 */
.clearfix{
	display:inline-table;
	zoom:100%;
}
/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/*margin-bottom*/
.mb10{
	margin:0 auto 10px !important;
}
.mb15{
	margin:0 auto 15px !important;
}
.mb20{
	margin:0 auto 20px !important;
}
.mb25{
	margin:0 auto 25px !important;
}
.mb30{
	margin:0 auto 30px !important;
}
.mb35{
	margin:0 auto 35px !important;
}
.mb38{
	margin:0 auto 38px !important;
}
.mb40{
	margin:0 auto 40px !important;
}
.mb45{
	margin:0 auto 45px !important;
}
.mb50{
	margin:0 auto 50px !important;
}
.mb60{
	margin:0 auto 60px !important;
}
.mb60_dot {
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-left: 20px;
}
.mb10_dot {
	background-image: url(images/do2t.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}


.mb70{
	margin:0 auto 70px !important;
}
.mb80{
	margin:0 auto 80px !important;
}
.mb90{
	margin:0 auto 90px !important;
}
.mb100{
	margin:0 auto 100px !important;
}
.mb110{
	margin:0 auto 110px !important;
}
.mb120{
	margin:0 auto 120px !important;
}
.mb150{
	margin:0 auto 150px !important;
}
/*color*/
.black{
	color:#000000;
}
.red{
	color:#CC0000;
}
/*font-weight*/
.bold{
	font-weight:bold;
}
/*font-size*/
.fs40{
	font-size:40px;
}
.fs45{
	font-size:45px;
}
.fs50{
	font-size:50px;
}
.fs55{
	font-size:55px;
}
/*width*/
.w67{
	width:67%;
}
/*underbar*/
.underline{
	text-decoration:underline;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* WRAPPER */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#wrapper{
	margin:0 auto;
	width:100%;
	text-align:left;
}

#header{
	margin:0 auto;
	width:100%;
	height:1132px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#header_inner{
	margin:0 auto;
	padding-top: 6px;	width:1000px;
	height:1132px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#contents{
	margin:0 auto;
	padding:0;
	text-align:center;
}
#contents_inner{
	margin:0 auto;
	padding:50px;
	width:900px;
	text-align:left;
	background:url('images/ContentBg.png') repeat-y;
}

#Area2 ul{}
#Area2 ul li.head{
	height:33px;
}
#Area2 ul li.body{
	padding:20px;
	background:url('images/top_23.png') repeat-y;
}
#Area2 ul li.foot{
	height:20px;
}

#Area3 dl{
	margin-bottom:70px;
	padding:50px 20px 20px;
	background:#f1f1f1;
}

#Area6 dl{
	margin-bottom:70px;
}


#Area8 p{
	line-height:40px;
}
#Area8 dl{
	margin-bottom:70px;
}


#Area9 dt{
	margin-bottom:20px;
	border-bottom:1px solid #333333;
}
#Area9 dd{
	margin-bottom:130px;
	line-height:40px;
}

#Area11 ul li.head{
	height:33px;
}
#Area11 ul li.body{
	padding:0 30px;
	background:url('images/top_23.png') repeat-y;
}
#Area11 ul li.foot{
	margin-bottom:30px;
	height:20px;
}
#Area11 ul li img{float:left;padding-right:30px;}

#Area12 ul{margin-bottom:30px;}
#Area12 ul li.head{
	height:33px;
}
#Area12 ul li.body{
	padding:20px;
	background:url('images/top_23.png') repeat-y;
}
#Area12 ul li.foot{
	height:20px;
}


.nav_foot{
	padding-bottom:60px;
	font-size:15px;
	text-align:center;
}
.nav_foot li{
	display:inline;
}
.nav_foot li a{
	color:#333333;
}


#footer{
	height:52px;
	background:url('images/FooterBg.png') 0 0 repeat-x;
}
#footer_inner{
	width:1000px;
	height:52px;
	background:url('images/FooterBg.png') 0 0 repeat-x;
}

/*********************************************************************************************
/:::::::::: FORM.html
********************************************************************************************/
#wrapper.Form{
	margin:0 auto;
	width:100%;
	text-align:left;
}

#wrapper.Form #header{
	margin:0 auto;
	width:100%;
	height:284px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#wrapper.Form #header_inner{
	margin:0 auto;
	padding-top: 6px;
	width:1000px;
	height:284px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#wrapper.Form .contact_head{
	padding:50px 0;
	text-align:center;
	background:url('images/ContentBg.png') repeat-y;
}
#wrapper.Form #contents{
	margin:0 auto;
	padding:0;
	text-align:center;
}
#wrapper.Form #contents_inner{
	margin:0 auto;
	padding:50px;
	width:900px;
	text-align:left;
	background:url('images/ContentBg.png') repeat-y;
}

#FormArea1 form{
	margin:0 auto;
	width:450px;
	text-align:left;
	font-size:17px;

}
#FormArea1 input[type=text]{
	padding:10px;
	width:363px;
	font-size:17px;
	background:#FFFBE9;
	
}
#FormArea1 textarea[name=bikou]{
	padding:10px;
	width:363px;
	font-size:17px;
	background:#FFFBE9;
	
}
#FormArea1 select{
	padding:10px;
	width:130px;
	font-size:17px;
	background:#FFFBE9;
}
#FormArea1 input[type=submit]{
	margin:0 150px;
	width:150px;
	height:30px;
}
#FormArea1 input[type=submit]:hover{
	cursor:pointer;
	opacity:0.8;
}

#FormArea1 input[type=text],
#FormArea1 textarea[name=bikou],
#FormArea1 select,
#FormArea1 input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}


/*********************************************************************************************
/:::::::::: Tanks.php
********************************************************************************************/
#wrapper.Thanks{
	margin:0 auto;
	width:100%;
	text-align:left;
}

#wrapper.Thanks #header{
	margin:0 auto;
	width:100%;
	height:284px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#wrapper.Thanks #header_inner{
	margin:0 auto;
	padding-top: 6px;
	width:1000px;
	height:284px;
	background:url('images/HeaderBg.png') 0 0 repeat-x;
}
#wrapper.Thanks .contact_head{
	padding:50px 0;
	text-align:center;
	background:url('images/ContentBg.png') repeat-y;
}
#wrapper.Thanks #contents{
	margin:0 auto;
	padding:0;
	text-align:center;
}
#wrapper.Thanks #contents_inner{
	margin:0 auto;
	padding:50px;
	width:900px;
	text-align:left;
	background:url('images/ContentBg.png') repeat-y;
}
#wrapper.Thanks .thanks_wrapper {
	font-family: 'ＭＳ Ｐゴシック', Meiryo,Arial, 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size: 25px;
	color: #333;
}
