@charset "utf-8";
/* CSS Document */

/*------------------------------------------*/
/* 共通設定　*/
/*------------------------------------------*/

*{
margin: 0;
padding: 0;
line-height: 1.6;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
list-style-type:none;
}



*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


img{
border:none;
}



body{
	background-color: #FFF;
	font-size: small;
	text-align: center;
	background-image: url(image/main_back.gif);
	background-repeat: repeat-x;
}


#wrapper{
width: 765px;
margin:0px auto;
padding: 0 5px;
text-align: left;
background-color: #FFF;
}


/*---------- ヘッダー ----------*/

#header{
	width: 765px;
	height: 90px;
	background-color: #FFF;
}

h1{
	font-size: 11px;
	color: #666;
}

h2{
	font-size:10px;
	color:  #666;
	text-align: left;
}

/*---------- ヘッダーレフト ----------*/


#header_left{
	float:left;
	}
	
#header_left a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header_left a:hover{
  font-size: 12px;
  color: #F00;
  text-decoration: none;
}
	
#header_right{
	margin-top: 15px;
	float:right;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
}

#header_right p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: right;
}



#main_visual{
	width: 765px;
	height: 211px;
	margin-bottom: 5px;
}




/*--------メインナビ--------*/

#navi{
	width: 765px;
	height: 39px;
	margin: 10px 0 5px 0;
	clear:both;
}

#navi ul li{
	float: left;
}

/*-----------サイドバー----------*/

#left_box{
	width: 208px;
	float: left;
}

h3{
	margin-bottom: 6px;
}



#left_box ul{
	background: #CCC;
	line-height: 1.5;
	color: #000;
}

#left_box ul li{
	padding-bottom: 2px;
}
	

#left_box ul li a{
	display: block;
	width: 178px; /* forWinIE6 */
	padding: 8px 10px 8px 20px;
	background: url(image/arrow_big.gif) 7px 11px no-repeat;
	text-decoration: none;
	
}

#left_box ul li a:hover,
#left_box ul li a:focus {
	background: #E6E6E6 url(image/arrow_big.gif) 7px 11px no-repeat;
}


#left_box ul li ul{
	margin-left:20px;
	font-size: 90%;
}

#left_box ul li ul li{
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E5E5E5;
}

#left_box ul li ul li a{
	width: 164px; /* forWinIE6 */
	padding: 6px 10px 6px 14px;
	background: url(image/arrow_small.gif) 5px 13px no-repeat;
}

#left_box ul li ul li a:hover,
#left_box ul li ul li a:focus {
	background: #E6E6E6 url(image/arrow_small.gif) 5px 13px no-repeat;
}

h4{
	margin-top: 5px;
}


/*----------ライトボックス ----------*/

#right_box {
	float: right;
	padding: 0px 0 5px 0;
	font-size: 12px;
	width: 547px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 160%;
	border-top: 1px;
}


#right_box h2 {
  height: 31px;
  margin: 0 0 10px 0;
  padding: 15px 0 0 20px;
  font-size: 16px;
  color: #583822;
  background-image: url(image/kiirobar.gif);
  background-repeat: no-repeat;
}

#right_box h4 {
  height: 31px;
  margin: 0 0 10px 0;
  padding: 9px 0 0 20px;
  font-size: 14px;
  color: #000;
  background-image: url(image/titlebar_aka.jpg);
  background-repeat: no-repeat;
}

.genkou_moji {
	font-size: 14px;
	font-weight: bolder;
	color: #00F;
	letter-spacing: 95%;
}







/*　-------フッター------------　*/


#footer {
  clear: both;
  width: 765px;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #FFF;
  background-color: #999;
}

#footer .footer_navi {
  padding: 5px 0 2px 0;
  margin: 0;
  font-size: 11px;
  color: #666;
  background-color: #FFF;
 }

#footer .footer_navi a {
  color: #000;
  font-size: 11px;
  text-decoration: none;
 }

#footer .footer_navi a:hover {
  color: #C00;
}
#right_box table tr td ol {
	font-weight: bolder;
}
