@charset "Shift_JIS";
/*初期化*/

body,form,fieldset{
	margin: 0;
	padding: 0;
	font-family : "メイリオ","ＭＳ Ｐゴシック",Tahoma,"ヒラギノ丸ゴ Pro W4",Osaka;
}

body{
background-color:#ccc;
text-align:center;
font-size:smaller;
}

fieldset{
	border: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	margin: 0;
	padding: 0;
}

ul,ol{
margin-left:10px;
}

.box{list-style-image:url(./image/box.gif);}
.q{list-style-image:url(./image/q.gif);}
.a{list-style-image:url(./image/a.gif);}

blockquote,li,dt,dd{
	margin-left: 1em;
}

input,textarea{
	font-size: 1em;
}

p{
line-height:1.3em;
}

/*全般設定*/

td,th{
	text-align: left;
	vertical-align: top;
	padding : 4px;
}

.table1{
border-collapse: collapse;
border: 1px solid #6581C0;
}

.table1 th{
color:#fff;
background-color:#6581C0;
text-align:center;
}

.table1 a{color:#444;}

img{
	border:0;
}

.img_right{ /*画像右寄せ*/
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img_left{ /*画像左寄せ*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear{
clear:both;
}
.text_right{
text-align:right;
}

.text_center{
text-align:center;
}

th{text-align:right;
}

h2{
color:#FF9C31;
padding-left: 0px;
padding-top: 5px;
font-size:16px;
}

h3{
color:#274799;
padding-left: 0px;
padding-top: 5px;
font-size:16px;
}

hr{
border-top:1px solid #6581C0;
border-bottom:none;
border-left:none;
border-right:none;
color:#fff;
}

a{color:#6581C0;}

caption{font-weight:bold;text-align:left;}
/* 表示設定 */
#all{
width:100%;
height:auto;
text-align:left;
background-color:#fff;
margin:0 auto;
}

#header{
display:none;
}

#menu{
display:none;
}

#main{
width:90%;
margin:5px 0;
background-color:#fff;
height:auto;
}

*:first-child+html #main{
margin-top:-3px;
}

#main_left{
display:none;
}

#top_center{
float:left;
height:auto;
}

#top_center h1{
background-image:url(./image/h1_back.gif);
background-repeat:repeat-x;
font-size: 18px;
}

#main_right{
float:left;
width:90%;
}

#main_right h1{
font-size: 18px;
}

#main_right h2{
color:#FF9C31;
background-image:none;
padding-left: 0px;
padding-top: 5px;
font-size:16px;
}

.border{
border:none;
width:90%;
}

.contents{
padding:10px;
}

.contents2{
padding:10px;
}

#top_right{
width:50%;
float:left;
padding-left:7px;
height:auto;
}

.husen{
height:auto;
background-image:url(./image/husen.gif);
background-repeat:repeat-y;
}

.husen img{
display:none;
}

.text{
padding:0 11px 0 3px;
font-size:smaller;
}

#footer{

clear:both;
}
