/* CSS Document */
html{
	height:100%;
	margin:0;
	padding:0;
}

body{
margin:0;
padding:0;
height:100%;
font-size:12px;
line-height:18px;
color:#666;
background-image:url(images/back.jpg);
background-attachment:fixed;
background-repeat:repeat-x;
}

h1{
	margin:0;
	margin-left:10px;
	padding:0;
	psition:absolute;
}

img{
	border:0px;
}

a{/*リンクされた文字*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#333;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


#main{
	width:700px;
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header{
	margin:0;
	padding:0;
}

#header ul{
	width:740px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
	border-bottom:solid #666 1px;
}

#header li {
	margin: 0;
	padding: 0;
	float: left;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	font-size: 13px; /* 文字サイズ */
	font-weight:bold;
}

#header ul li a {
	border-right: 1px solid #21314B;
	padding: 9px 21px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #476bb5;
	text-decoration: none;
}

#header ul li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #B4C3E2;
}

/* ClearFix */

#header ul{
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

#header ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#footer{
	bottom:0px;
	margin:0px;
	padding:0;
	width:700px;
	height:60px;
}

#footer .top{
	width:700px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:right;
	border-bottom:solid #666 2px;
}

#footer p{
	margin:0;
	padding:0;
}

#main h2{
margin-bottom: 1em;
margin-top:20px;
padding: 5px 10px;
border-bottom: 1px dashed #476bb5;
border-left: 5px solid #476bb5;
background-color: #EEE;
font-size: 14px;
color:#333;
} 

#main h3{
margin-bottom: 1em;
margin-top:20px;
margin-left:15px;
padding: 5px 0px;
border-bottom: 1px dashed #B3C2E1;
font-size: 12px;
color:#333;
} 

#main dl{
	margin-left:30px;
}

#main dt{
	float: left;
	width: 8em;
	margin-bottom:10px;
}
#main dd {
	margin-left: 3em;
	margin-bottom:10px;
}

#main dt.red{
	color:#ff0000;
}

#main p.txt{
	margin-left:15px;
}

#main table.hyo{
	margin-left:15px;
	border-collapse:collapse;
}

#main table.hyo th{
	background-color: #EEE;
	border: 1px solid #666;
	padding:5px;
}

#main table.hyo td{
	padding:5px;
	border: 1px solid #666;
}

.imgfloat_r{
	float:right;
	margin:0 40px;
}

.imgfloat_l{
	float:left;
	margin:0 40px;
}

.imgfloat_r2{
	float:right;
	margin:10px 0px 40px 20px;
}

.imgfloat_r,.imgfloat_r2,.img_float_l:after{
	clear: both;
}

.sitsudo_back{
	width:97%;
	height:auto;
	padding:5px 20px 0 0;
	background-image:url(images/sitsudo_back.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-12px;
; color: #000000; font-size: 14px
}