@charset "Shift_JIS";

/*　リセット
--------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,th{
	font-style: normal;
	font-weight: normal;
}

img{
	border: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*　全体の設定
--------------------------------------------------------*/

body{
	text-align: center;
}

/*--------------------▽大枠*/

#base{
	width: 810px;
	_width: 812px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: left;
}


/*　リンク
--------------------------------------------------------*/

a{ text-decoration: none; }
a:link{ color: #00f; }
a:visited{ color: #00f; }
a:hover{  position: relative; 
          top: 2px; 
          left: 2px;
          color: #c60; }


/*　ヘッダーの設定
--------------------------------------------------------*/

#header{
	width: 810px;
	_width: 812px;
	height: 530px;
	background: url(img/header.jpg) no-repeat;
}

h1{
	position: relative;
	top: 0px;
	right: 5px;
	font-size: 9pt;
	text-align: right;
}

h2{
	position: relative;
	top: 450px;
	right: 5px;
	font-size: 9pt;
	text-align: right;
}

h2 a{ color: #666!important; }
h2 a:visited{ color: #666!important; }
h2 a:hover{ color: #666!important; }



/*--------------------▽ボタン*/

#header .button{
	position: relative;
	top: 342px;
	left: 10px;
}


/*　コンテンツの設定
--------------------------------------------------------*/

#contents{
	clear: both;
	width: 810px;
	_width: 812px;
}

#contents p.content-nav{
	margin:15px 0px 0px 15px;
}

.center {
	text-align: center; 
	margin: 0px 0px 20px 0px;
}


#contents h3 {
	background: #CCFFCC;
	padding-left: 0 0 10px 0;
	font-size: 1.5em;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}



#contents h3.headbanner {
	clear: both;
	height: 30px;
	margin: 30px 0 0 0;
	padding: 10px 0 20px 0;
	background: url(img/h3_bg.gif) no-repeat #fff;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

/*--------------------▽セクション*/

#contents .section{
	margin: 0px 30px 40px 30px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	background-image:url(img/line.gif);
	border:none;

}
#contents .section p {	
	margin: 0px 0px 0px 0px;
}

#contents .section p.more {
	line-height: 28px;
	text-align: center;
}
#contents .section p.button {
	text-align: center;
}

#contents .section img{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#contents .section img.float{
	float:none;
}

#contents .section a{
	text-decoration: underline; 
	font-size: 18pt; 
}

/*--------------------▽ボタン*/

#contents .button{
	margin: 0 0 40px 0;
	text-align: center;
}

#mybutton{
	margin: 0 0 40px 0;
	text-align: center;
}



/*　メニューの設定
--------------------------------------------------------*/

#menu{
	clear: both;
	width: 810px;
	_width: 812px;
	background: url(img/menu_bg.gif) repeat-x #f8f8f7;
	padding: 20px 0 0 0;
    overflow: hidden;
}

#menu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#menu ul{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#menu li{
	
}

#menu li.sidetitle {
	margin: 0 0 10px 10px;
}

#menu li a{
	width: 390px;
	padding-left:10px;
	padding-bottom:5px;
	color: #666;
	float:left;
}

#menu li a:hover{
text-decoration: underline;
float:left;
}


/*　フッターの設定
--------------------------------------------------------*/

#footer{
	clear: both;
	width: 810px;
	_width: 812px;
	padding: 20px 0 10px 0;
	background: #f8f8f7;
}

#footer p{
	margin: 0 15px;
	color: #666;
	font-size: 10pt;
	line-height: 140%;
	text-align: right;
}

#footer p a{ color: #666; }


/*　回り込み
--------------------------------------------------------*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}

/*--------------------▽回り込みの解除*/

.clear{ clear: both; }


/*　装飾
--------------------------------------------------------*/

.b{	font-weight: bold; 
	font-size: 16px; }

.red{
	color: #cc0000!important; 
	 font-weight: bold; 
	font-size: 16px; 
}
.blue{ color: #003399!important; }
.pink{ color: #fe4d81!important; }
.orange{ color: #ff6600!important; }

.line{
	background: #ff3;
	color: #000;
	font-size: 16px; 
}

p.content-nav{
margin-top:-30px;
}

