@charset "utf-8";
/* CSS Document */
/*ページのレイアウト用css*/
body{
	background-image:url(../img/25.gif);	/*壁色と壁紙設定*/
	background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/
	font:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin:0px;
	padding:0px;
}


h2{
	font-size:18px;
	color:#ffffff;
	background-image:url(../img/15.gif);
	line-height: 35px;
	padding-left:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
}
h3 {
	background-image: url(../img/24.gif);
	width: 200px;
	margin-right: 2px;
	margin-left: 4px;
	height: 45px;
	line-height: 45px;
	text-indent: 1em;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 2px;
	background-repeat: repeat;
}


p{
      font-size:90%;/*全体の文字サイズ*/
	  line-height:150%;/*全体で使う、文字と文字の行間*/
}

p img{
      float:left;
          margin-left:5px;  /*写真の左にスペースを空ける*/
	  margin-right:15px;  /*写真と文字の間隔*/
}


a{
	text-decoration:none;
	text-align: center;
}
a:hover {
	color: #FF0000;/*リンクの文字の上にマウスが来た時この色に変わる*/
	text-decoration: none;
}


#contents{
	width:852px;
	margin:0 auto;   /*縦に繰り返し*/
	position:relative;
	font-size:80%;
	background-color: #FFC;
}


/*ヘッダー部分の設定*/
#header{
	background-image:url(../img/15.gif); /*ヘーダー*/
	background-position:right top;
	background-repeat:repeat;
	height:145px; /*ヘーダーの高さ*/
}
#header h1 {
	font-size: 24px;
	color: #FFF;
	float: right;
	width: 520px;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 46px;
}


#header p {
	font-size: 18px;
	color:#ffffff;
	padding-top: 5px;
	padding-left: 25px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}



/*上部メニューボタンの設定*/
#navbar{
	width: 100%;
	height:30px;
	position:absolute;
	top:113px;
	text-align: center;
	color: #999;

      }


#navbar ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:30px;
	color: #999;
}

#navbar li{
	float:right;
	width:75px;  /*メニューボタンの幅*/
	text-align:center;
	padding:0;
	  }
      
#navbar a{
      color:#ffffff;/*メニューボタンの文字の色*/
	  display:block;
	  }
#navbar a:hover{
   color:#8E0036; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }




/*メイン部分の設定*/

#main{
	width:610px;
	margin-top:15px;
	margin-left:15px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}




/*サイドメニューの設定*/

#side{
	width:205px;/*サイドの幅（変更するときはコンテンツ背景も変更すること）*/
	position:absolute;
	top:160px;/*上からの位置*/
	left:640px;
}

#side ul{
	font-size:16px;
	line-height:45px;
	padding-left:15px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #FFF;
}
#side ul a:hover {
	color: #C00;	/*サイドのカーソルオーバー時の文字色*/
}


#side ul{
	list-style-type:none;
	padding-left: 2px;
}
#side li{
	margin-left: 8px;
}
#side li a{
	color:#FFF;/*サイドの文字色*/
	border-bottom:solid 1px #666666;/*文字の下に線を入れる設定*/
	width:190px;
	display:block;
	background-image: url(../img/045.jpg);
	background-repeat: no-repeat;
}
#side li a:hover {
	border-bottom:solid 1px #666666;/*文字の下に線を入れる設定*/
	width:190px;
	display:block;
	background-image: url(../img/035.jpg);
	background-repeat: no-repeat;
}
#side .ad_list li{
     background-image:none;
	 padding-left:0;
}
#back {
	text-align: center;
	width: 852px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}





/*下部のフッター部分の設定*/
address{
	font-size:14px;
	font-style:normal;
	text-align:center;
	padding-top:5px;
}

address{
	background-color:#666666;
	color:#ffffff;
	width:852px;
	border:none;
	line-height: 45px;
	height: 45px;
	  }
address a{
      color:#ff9999;
	  }



* {
	margin: 0px;
	padding: 0px;
}
