@charset "shift_jis";

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

a {
	color:#FF7F00;
	text-decoration:underline;
}
a:hover {
	color:#1AC3EE;
	text-decoration:none;
}

.lblue { color:#1AC3EE;}
.dblue { color:#004C66;}

/* カラム -------------------------------------------------------------- */

html, body {
	height:100%;
	background-color:#fff;
}

#Wrapper {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
}
#Wrapper2 {
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
}

#contents {
	width:1000px;
	text-align:left;
	padding:0;
	margin:0 auto;
}

#logo {
	float:left;
	margin:72px 0 0 0;
	padding:0;
	}

#footer {
	background-image: url(../img/bg_foot.jpg);
	background-repeat: repeat-x;
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
}
#foot {
	width:1000px;
	height:240px;
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
	color:#666;
}
#bnlink table{
	margin:0;
	padding:0;
	width:1000px;
	border:none;
}
#bnlink table td {
	background-color:#CCC;
	margin:0;
	padding:0;
}
#bnlink table td img {
	width:200px;
}

#Main {
	width:1000px;
	text-align:left;
	padding:0;
	margin:18px auto 0 auto;
}

#Page {
	width:1000px;
	text-align:left;
	padding:0;
	margin:18px auto 0 auto;
	background-color:#FFF;
	border-radius:10px;
}
#Page section {
	padding:30px;
}

/* ヘッダメニュー -------------------------------------------------------------- */
#head {
	margin:0;
	padding:0;
	background:url(../img/bg_head.jpg) no-repeat;
	height:144px;
}

#head ul#head_bt {
	margin:0;
	padding:0;
	width:617px;
	height:27px;
	float:right;
	text-indent: -9999px;
}

#head ul#head_bt li {
	text-decoration: none;
	display: block;
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
	text-indent: -9999px;
	height: 27px;
	width: 102px;
	overflow: hidden;
}
#head ul#head_bt li a {
	background-image:url(../img/navi.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding:0;
	height: 27px;
	margin: 0px;
}

#head ul#head_bt .home a {
	background-position:0 0;
}
#head ul#head_bt .m01 a {
	background-position:-103px 0;
}
#head ul#head_bt .m02 a {
	background-position:-206px 0;
}
#head ul#head_bt .m03 a {
	background-position:-309px 0;
}
#head ul#head_bt .m04 a {
	background-position:-412px 0;
}
#head ul#head_bt .m05 a {
	background-position:-515px 0;
}

#head ul#head_bt .home a:hover, #head ul#head_bt .home .rlon {
	background-position:0 -27px;
}
#head ul#head_bt .m01 a:hover, #head ul#head_bt .m01 .rlon {
	background-position:-103px -27px;
}
#head ul#head_bt .m02 a:hover, #head ul#head_bt .m02 .rlon {
	background-position:-206px -27px;
}
#head ul#head_bt .m03 a:hover, #head ul#head_bt .m03 .rlon {
	background-position:-309px -27px;
}
#head ul#head_bt .m04 a:hover, #head ul#head_bt .m04 .rlon {
	background-position:-412px -27px;
}
#head ul#head_bt .m05 a:hover, #head ul#head_bt .m05 .rlon {
	background-position:-515px -27px;
}

	
/* 左メイン -------------------------------------------------------------- */

#news {
	text-align:left;
	width:660px;
	border-top:4px solid #117400;
	padding:10px;
}
#news ul {
	padding:0;
	margin:15px 0 0 0;
}
#news ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	display:block;
}
#news ul .dy {
	font-size:13px;
	width:100px;
	color:#999;
	font-weight:bold;
}
#news ul .tx {
}


/* ページ --------------------------------------------------------------------- */

#pan {
	font-size:11px;
	margin:0 0 15px 0;
}
#pan a:hover {
	color:#F60;
	text-decoration:none;
}

#contents a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#foot a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#foot a:hover {
	color:#666;
	text-decoration:underline;
}
#foot a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.line {
	background:url(../img/bg_line.gif) repeat-x 0 50%;
	height:21px;
	clear:both;
}
.arlink a {
	color:#009843;
	text-decoration:underline;
}
.arlink a:hover {
	color:#F60;
	text-decoration:none;
}

.rlov img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.table01 td {
	border-collapse: collspse;
	border:1px solid #CCC;
	padding:10px;
}
.table01 th {
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:10px;
	background-color:#EFEFEF;
	text-align:left;
}

td.bdt {
	border-bottom:dotted 1px #1AC3EE;
	height:30px;
}
td.bdt01, th.bdt01 {
	border-bottom:dotted 1px #1AC3EE;
	height:50px;
	vertical-align:middle;
	padding-right:20px;
}
td.bdt02, th.bdt02 {
	border-bottom:dotted 1px #1AC3EE;
	height:160px;
	vertical-align:middle;
	padding-right:20px;
}