@charset "utf-8";
/* CSS Document */


#guide {
	width:740px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	}
	
#guide #tit_box {
	margin-top:10px;
	width:700px;
	height:37px;
	margin:10px auto 0 auto;
	}


#guide #digest_box{
	width:auto
	height:auto;
	margin:3px auto 0 10px;
	font-size:12px;
	font-weight: bold;
	letter-spacing:1px;
	line-height:15px;
	}

#guide #come{
	font-size:12px;
	line-height:15px;
	width:700px;
	height:auto;
	margin:20px auto 0 auto;
	}
	
#guide #point-title01{
	width:700px;
	height: auto;
	margin:0 auto;
	}

#guide h3{
	font-size:18px;
	margin:20px auto 10px auto;
	width:650px;
	}

#guide #body_tx1{
	width:650px;
	height:auto;
	font-size:16px;
	line-height:20px;
	margin:0  auto 0px auto;
	}
	
#guide table{
	margin-top:20px;
	}

#guide td{
	font-size:14px;
	line-height:20px;
	}
	
	
#guide #next {
	background-image: url(../images/next_bt2.jpg);
	height: 25px;
	padding-top:5px;
	width: 114px;
	margin:10px 0 0 626px;
	text-align: center;	
	}

#guide .active{
	color:#F00;
	font-weight:bold;
	}

/*グローバルメニューのCSS*/
#navi {list-style: none;}

#navi li {
	float: left; /*これを消すと縦メニュー*/
	background:url(../images/menu_back.jpg);
	height:15px;
	font-size:12px;
	text-align:center;
	padding:5px;/*調整*/ 
	margin-right: 1px; /*調整*/
}

/*グローバルメニューのCSS-END*/
