/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	基本スタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
body{
	padding: 0px;
	font-size: 14px;
	font-family:  "ＭＳ Ｐゴシック","Osaka", Arial, sans-serif;
	color: #444;
	background-color: #fff;
	margin:auto 0;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	line-height:1.2em;
}
#base{
	width:850px;
	margin:auto 0;
	text-align: left;
	background-color: #fff;
}
a:link { text-decoration: underline; color:#2e9cd1; }
a:hover { text-decoration: underline; color:#3fccff; }
a:active { text-decoration: underline; color:#3fccff; }
a:visited { text-decoration: underline; color:#2e9cd1; }
a:hover { text-decoration: none; color:#3fccff; }
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	ヘッダースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#header{
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	width:850px;
	height:20px;
}
#header th h1{
	color:#fff;
	font-size: 12px;
	padding-left:10px
}
#header td{
	text-align:right;
	color:#fff;
	font-size: 12px;
	padding-right:10px;
	color:#0f60a3;
}
.header a:link { text-decoration: none; color:#d3b3b8; }
.header a:hover { text-decoration: none; color:#fff; }
.header a:active { text-decoration: none; color:#fff; }
.header a:visited { text-decoration: none; color:#d3b3b8; }
.header a:hover { text-decoration: underline; color:#fff; }
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	メニュースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#menu {
	background-image: url(../img/menu_top_bg.jpg);
	background-repeat: no-repeat;
	width:830px;
	height:52px;
	margin-left:20px;
	text-align:right;
}
#menu a:hover img{
	opacity:0.0;
	filter: alpha(opacity=0);
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	フッタースタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#footer{
	margin:auto 0;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
.footer_contents{
	text-align: center;
	padding:30px 0px;
	color: #26B6EC;
}
.footer_contents a:link { text-decoration: none; color:#fff; }
.footer_contents a:hover { text-decoration: none; color:#0068c1; background-color: #fff;}
.footer_contents a:active { text-decoration: none; color:#0068c1; background-color: #fff;}
.footer_contents a:visited { text-decoration: none; color:#fff; }
.footer_contents a:hover { text-decoration: underline; color:#0068c1; background-color: #fff;}
.copyright{
	text-align: center;
	margin:30px 0px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	コンテンツスタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.info_img a:hover img{
	opacity:1.0;
	filter: style=0;
}
#contents_base{
	width:830px;
	background-color: #fff;
	margin:20px 0px 40px 20px;
	text-align:right;
	background-image: url(../img/bg_topcontents.jpg);
	background-repeat: repeat-x;
}
#contents{
	text-align:left;
	padding:20px 0px;
}
.section{
	margin:40px 0px;
}
.section p{
	margin:5px 0px;
}
.section p img{
	vertical-align:middle;
}
.section table td{
	font-size: 14px;
	font-family:  "ＭＳ Ｐゴシック","Osaka", Arial, sans-serif;
	vertical-align:top;
	line-height:1.5em;
	padding:10px 10px 0;
}
.section table td img{
	vertical-align:middle;
}
