@charset "Shift_JIS";
/*初期化*/

body,form,fieldset{
	margin: 0;
	padding: 0;
	font-family : "ＭＳ Ｐゴシック",Tahoma,"ヒラギノ丸ゴ Pro W4",Osaka;
	font-size:mediam;
}
body{
background-color:#eee;
}

fieldset{
	border: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,dl,dd{
	margin: 0;
	padding: 0;
}

blockquote,li,dt,dd{
	margin-left: 1em;
}

input,textarea{
	font-size: 1em;
}

/*全般設定*/

td,th{
	text-align: left;
	vertical-align: top;
}

img{
	border:0;
}

p{
line-height:1.5em;
}

.img_right{ /*画像右寄せ*/
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img_left{ /*画像左寄せ*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img_center{ /*画像中央*/
	text-align:center;
	margin: 10px;
}

caption{text-align:left;}

a:link{color:#0066FF;}
a:visited{color:#FF8A00;}
a:hover{color:#626262;}
a:active{color:#626262; }

#all{
width: 1000px;
height: auto;
background-color: #fff;
}

#header{
background-image:url(./image/header.jpg);
background-repeat:no-repeat;
height: 149px;
width: 1000px;
}

#menu{
background-image: url(./image/side.jpg);
background-repeat: no-repeat;
width: 200px;
height: 1350px;
float:left;
padding:0 8px 0 3px;
}

#menu h1{
border-left: 4px solid #FF8A00;
margin: 6px 0 2px;
padding-left:5px;
color: #626262;
font-size:15px;
font-weight:none;
}

#menu h2{
margin: 0 3px 0 7px;
font-size: 14px;
color: #626262;
}

#menu a:link{color:#626262;}
#menu a:visited{color:#626262;}
#menu a:hover{color:#FF8A00;}
#menu a:active{color:#FF8A00; }

#main{
width: 750px;
padding: 0 15px;
color: #3D3D3D;
float:right;
background-color:#fff;
}

#main h1{
font-size: 24px;
font-weight:bold;
color: #5491D9;
border-bottom: 1px dotted #5491D9;
margin-top:15px;
margin-bottom: 5px;
clear:both;
}

#main h2{
border-left: 4px solid #FF8A00;
margin: 10px 0 5px;
padding-left:5px;
color: #626262;
font-size:18px;
font-weight:none;
clear:both;
}

#main h3{
margin: 10px 0 5px;
padding-left:0px;
color: #842727;
font-size:18px;
font-weight:none;
clear:both;
}

#main h4{
background-image:url(./image/h3.gif);
background-repeat:no-repeat;
margin: 10px 0 3px;
padding-left:15px;
color: #626262;
font-size:18px;
font-weight:none;
}

#main h6{
border-bottom: 1px solid #222;
margin: 30px 0 3px 5px;
color: #626262;
font-size:16px;
font-weight:none;
}

#footer{
clear:both;
border-top: 2px dotted #222;
padding-top:10px;
padding-bottom:30px;
width:1000px;
background-color:#fff;
}

#footer p{
text-align:right;
font-size:10px;
}

.date{
color:#FFAE00;
}

.bred{
font-size: 11px;
color: #FFAE00;
}

.bred a:link{color:#FF8A00;}
.bred a:visited{color:#FF8A00;}
.bred a:hover{color:#626262;}
.bred a:active{color:#626262; }

.backtotop{
background-image: url(./image/backtotop.gif);
background-repeat: no-repeat;
padding-left: 30px;
font-size:16px;
padding-top:5px;
font-weight: bold;
padding-bottom: 10px;
}

.backtotop a:link{text-decoration:none; color:#EE8411;}
.backtotop a:visited{text-decoration:none; color:#EE8411;}
.backtotop a:hover{text-decoration:none; color:#EE8411;}
.backtotop a:active{text-decoration:none; color:#EE8411;}

.column{
border:1px solid #842727;
padding:7px;
line-height:1.5em;
}

.table_line{
border:1px solid #222;
border-collapse: collapse;
}

.table_line th{
background-color:#FEFEE2;
}

.table_line th,td{
padding: 5px;
border:1px solid #222;
}

.table_line ol,ul,li{
padding: 0;
margin: 0 0 0 10px;
}

.check{
list-style-image:url(./image/check.gif);
}

#board{
background-color: #F2DC91;
margin: 10px 5px 0 0;
padding: 5px;
}

#board p{
font-weight: bold;
font-size: 14px;
}
.textblock {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	background-color: #FF66CC;
	padding: 10px;
	width: 40%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
