@charset "UTF-8";


/*各要素全体のリセット - YUI Reset CSS 参照*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
li,ul,ol { 
	margin: 0 !important;
	padding: 0 !important;
}
table {
	border-collapse: collapse ;
	border-spacing: 0 ;
}
td{
vertical-align:top;
}
fieldset,img { 
	border: 0 ;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal ;
	font-weight: normal ;
}
ol,ul,li {
	list-style: none ;
}
caption,th {
	text-align: left ;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100% ;
	font-weight: normal ;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0 ;
}
a:focus{ outline: none ; }

.bordernone{
	border:none !important;
}


/*表示フォントの調整*/

body {
	font-family : "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	line-height:20px;
	background:#FFFFFF url(../image/bg_img_01.jpg) left top repeat-x;
}
select, input, button, textarea, button {
	font-family : "ＭＳ Ｐゴシック", sans-serif;
}
table {
	font-size: inherit ;
	font: 100% ;
}

h1,h2,h3,h4,h5,h6 {
}

p {
}

ul {
	padding: 0 0 0 1.5em ;
	list-style-type: disc ;
	list-style-position: outside ;
}
ol {
	padding: 0 0 0 2em ;
	list-style-type: decimal ;
	list-style-position: outside ;
}
li {
}

dl {
}
dt {
}
dd {
}

p,li,dd,td {
}

img {
	border : none ;
	vertical-align: bottom !important ;
}

form {
}
select,input,textarea,option {
	vertical-align: middle ;
	background:#ffffcc;
	font-size:15px;
	padding:2px 0;
}

hr {
	clear: both ;
	background: #ffffff ;
	color: #ffffff ;
	border-top: 0px none #ffffff ;
	border-right: 0px none #ffffff ;
	border-left: 0px none #ffffff ;
	border-bottom: 1px solid #999999 ;
}

address {
}

em {
	font-style: normal ;
	font-weight: bold ;
}
strong {
	font-size: 14px ;
	font-style: normal ;
	font-weight: bold ;
}
big {
	font-size: 18px ;
	font-weight: bold ;
}
small {
	font-size: 10px ;
	font-size: 10px ;
}

/*テキスト位置*/

.tl { text-align: left !important ; } /*左*/
.tr { text-align: right !important ; } /*右*/
.tc { text-align: center !important ; } /*中央*/


/*上下寄せ*/

.vt { vertical-align: top ; } /* 上寄せ */
.vt img { vertical-align: top ; }
.vm { vertical-align: middle ; } /* 中央寄せ */
.vm img { vertical-align: middle ; }
.vb { vertical-align: bottom ; } /* 下寄せ */
.vb img { vertical-align: bottom ; }


/*floatとクリア*/

.fl { float: left ; } /*左回り込み*/
.fr { float: right ; } /*右回り込み*/
/*brなどの空要素を入れずにfloatの回り込みを解除する指定(親要素にfcbと指定)*/
.fcb {
	display: inline-block ;
}
.fcb:after {
	content: "." ;
	font-size: 0.1em ;
	line-height: 0 ;
	display: block ;
	height: 0 ;
	visibility: hidden ;
	clear: both ;
}
/* \*/
* html .fcb {
    height: 1% ;
}
.fcb {
    display: block ;
}
/* */

.clear {clear:both;}

/*for clearFix*/
.cf:after { 
   display: block ;
   height: 0 ;
   visibility: hidden ;
   clear: both ;
   content:".";
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf {
   display: inline-block ;
}
/*MacIE \*/
* html .cf {
	height: 1em ;
}
.cf {
	display: block ;
}

/*----------------------------
	ページスタイル
----------------------------*/



/*横幅パーセンテージ*/

.w5 { width: 5% ; }
.w10 { width: 10% ; }
.w15 { width: 15% ; }
.w20 { width: 20% ; }
.w25 { width: 25% ; }
.w30 { width: 30% ; }
.w33 { width: 33% ; }
.w34 { width: 34% ; }
.w35 { width: 35% ; }
.w40 { width: 40% ; }
.w45 { width: 45% ; }
.w50 { width: 50% ; }
.w55 { width: 55% ; }
.w60 { width: 60% ; }
.w65 { width: 65% ; }
.w70 { width: 70% ; }
.w75 { width: 75% ; }
.w80 { width: 80% ; }
.w85 { width: 85% ; }
.w90 { width: 90% ; }
.w95 { width: 95% ; }
.w100 { width: 100% ; }


/*各上下左右マージン指定*/

.mt0 { margin-top: 0px !important ; }
.mt5 { margin-top: 5px !important ; }
.mt10 { margin-top: 10px !important ; }
.mt15 { margin-top: 15px !important ; }
.mt20 { margin-top: 20px !important ; }
.mt25 { margin-top: 25px !important ; }
.mt30 { margin-top: 30px !important ; }
.mt35 { margin-top: 35px !important ; }
.mt40 { margin-top: 40px !important ; }
.mt45 { margin-top: 45px !important ; }
.mt50 { margin-top: 50px !important ; }
.mb0 { margin-bottom: 0px !important ; }
.mb5 { margin-bottom: 5px !important ; }
.mb10 { margin-bottom: 10px !important ; }
.mb15 { margin-bottom: 15px !important ; }
.mb20 { margin-bottom: 20px !important ; }
.mb25 { margin-bottom: 25px !important ; }
.mb30 { margin-bottom: 30px !important ; }
.mb35 { margin-bottom: 35px !important ; }
.mb40 { margin-bottom: 40px !important ; }
.mb45 { margin-bottom: 45px !important ; }
.mb50 { margin-bottom: 50px !important ; }
.ml0 { margin-left: 0px !important ; }
.ml5 { margin-left: 5px !important ; }
.ml10 { margin-left: 10px !important ; }
.ml15 { margin-left: 15px !important ; }
.ml20 { margin-left: 20px !important ; }
.ml25 { margin-left: 25px !important ; }
.ml30 { margin-left: 30px !important ; }
.ml35 { margin-left: 35px !important ; }
.ml40 { margin-left: 40px !important ; }
.ml45 { margin-left: 45px !important ; }
.ml50 { margin-left: 50px !important ; }
.mr0 { margin-right: 0px !important ; }
.mr5 { margin-right: 5px !important ; }
.mr10 { margin-right: 10px !important ; }
.mr12 { margin-right: 12px !important ; }
.mr15 { margin-right: 15px !important ; }
.mr20 { margin-right: 20px !important ; }
.mr25 { margin-right: 25px !important ; }
.mr30 { margin-right: 30px !important ; }
.mr35 { margin-right: 35px !important ; }
.mr40 { margin-right: 40px !important ; }
.mr45 { margin-right: 45px !important ; }
.mr50 { margin-right: 50px !important ; }

.pt0 { margin-top: 0px !important ; }
.pt5 { margin-top: 5px !important ; }
.pt10 { margin-top: 10px !important ; }
.pt15 { margin-top: 15px !important ; }
.pt20 { margin-top: 20px !important ; }
.pt25 { margin-top: 25px !important ; }
.pt30 { margin-top: 30px !important ; }
.pt35 { margin-top: 35px !important ; }
.pt40 { margin-top: 40px !important ; }
.pt45 { margin-top: 45px !important ; }
.pt50 { margin-top: 50px !important ; }
.pb0 { margin-bottom: 0px !important ; }
.pb5 { margin-bottom: 5px !important ; }
.pb10 { margin-bottom: 10px !important ; }
.pb15 { margin-bottom: 15px !important ; }
.pb20 { margin-bottom: 20px !important ; }
.pb25 { margin-bottom: 25px !important ; }
.pb30 { margin-bottom: 30px !important ; }
.pb35 { margin-bottom: 35px !important ; }
.pb40 { margin-bottom: 40px !important ; }
.pb45 { margin-bottom: 45px !important ; }
.pb50 { margin-bottom: 50px !important ; }
.pl0 { margin-left: 0px !important ; }
.pl5 { margin-left: 5px !important ; }
.pl10 { margin-left: 10px !important ; }
.pl15 { margin-left: 15px !important ; }
.pl20 { margin-left: 20px !important ; }
.pl25 { margin-left: 25px !important ; }
.pl30 { margin-left: 30px !important ; }
.pl35 { margin-left: 35px !important ; }
.pl40 { margin-left: 40px !important ; }
.pl45 { margin-left: 45px !important ; }
.pl50 { margin-left: 50px !important ; }
.pr0 { margin-right: 0px !important ; }
.pr5 { margin-right: 5px !important ; }
.pr10 { margin-right: 10px !important ; }
.pr12 { margin-right: 12px !important ; }
.pr15 { margin-right: 15px !important ; }
.pr20 { margin-right: 20px !important ; }
.pr25 { margin-right: 25px !important ; }
.pr30 { margin-right: 30px !important ; }
.pr35 { margin-right: 35px !important ; }
.pr40 { margin-right: 40px !important ; }
.pr45 { margin-right: 45px !important ; }
.pr50 { margin-right: 50px !important ; }



#header{
width:840px;
margin:0 auto;
height:81px !important;
}

#header h1{
float:left;
padding:20px 0 0 0;
}

#header div{
float:right;
}


#header{zoom:1;}
#header:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
#header{display:inline-table;}
/* Hides from IE-mac \*/
* html #header {height: 1%;}
#header {display: block;}
/* End hide from IE-mac */

h2{
margin:0 auto;
width:840px;
}


.container{
width:848px;
margin:0 auto;
background:#ecdfbc url(../image/bg_img_02.jpg) left top repeat-y;
padding:0 0 0 0 ;
}


.com{
padding:11px 13px 0 12px;
width:775px;
height:141px !important;
background:#ecdfbc url(../image/bg_img_03.jpg) left top repeat-y;
margin:0 auto;
}

.comleft{
float:left;
}

.comright{
float:right;	
}

.com{zoom:1;}
.com:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.com{display:inline-table;}
/* Hides from IE-mac \*/
* html .com {height: 1%;}
.com {display: block;}
/* End hide from IE-mac */

h3{
margin:0px auto 20px;
width:838px;
}

.mt14{
margin:14px 0 0 0;
}

.auto_780{
margin:0 auto;
width:780px
}

h4{
margin:30px auto 10px;
width:800px;
}

.bgarea01{
margin:0 auto;
width:800px;
height:214px;
background:url(../image/img_08.jpg) left top no-repeat;
}

h5{
margin:30px auto 10px;
width:838px;
}

.right_800{
width:800px;
margin:10px auto;
text-align:right;
}

.right_802{
width:800px;
margin:10px auto;
text-align:right;
}


h6{
margin:30px auto 10px;
width:838px;
}

.auto_802{
margin:0 auto;
width:802px
}


.bgarea02{
background:url(../image/bg_img_04.jpg) left top no-repeat;
width:401px;
height:80px;
padding:7px 0 0 0;
}

.bgarea03{
background:url(../image/bg_img_05.jpg) left top no-repeat;
width:401px;
height:80px;
padding:7px 0 0 0;
}


.commaster{
width:848px;
height:180px !important;
margin:0 auto;
padding:30px 0 0 0;
background:url(../image/bg_img_06.jpg) left top no-repeat;
}