@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
/*共通設定*/
/*------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック";
	list-style-type:none;
}

img{
	border:none;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	background-color: #F0F0F0;
	border-width: 0px 0px 0px 20px;
	border-style: solid;
	border-color: #999;
	font-size: large;
	padding-left:5px;
	margin-bottom:10px;
}

.stext{
	font-size: 12px;
}

#right_box h2{
	margin:0;
	font-size: 18px;
	color:#666;
	background-color: #F0F0F0;
	border-width: 0px 0px 0px 20px;
	border-style: solid;
	border-color: #999;
	padding-left:5px;
}

#right_box ul li{
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:10px;
	margin-left: 20px;
}


/*------------------------------------------------------*/
/*大枠ボックス構成*/
/*------------------------------------------------------*/

body{
	font-size:small;
	text-align:center;
	background-color:#666;
}
#wrapper{
	width:840px;
	margin:0px auto;
	background-color:#FFF;
	text-align:left;
}
#header{
	width:840px;
	height:80px;
}
#navi{
	width:840px;
	height:50px;
}
#main_visual{
	clear:both;
	width:840px;
	height:250px;
}
#left_box{
	width:220px;
	float:left;
}
#right_box{
	width:620px;
	background-color:#FFF;
	float:right;
}
#footer{
	clear:both;
	width:840px;
	height:30px;
	padding-top:10px;
	background-color:#FCC;
	text-align:center;
}

/*------------------------------------------------------*/
/*グローバルナビ設定*/
/*------------------------------------------------------*/

#navi ul li{
	float:left;
	width:139px;
	height:50px;
	padding-right: 1px;
}

#navi ul li a{
	color:#888;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/navi_bg_off.gif);
	text-align: center;
	display: block;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.stext {
	font-size: small;
	line-height: 14px;
}

#navi ul li a:hover {
	background-image: url(../images/navi_bg_on.gif);
}

/*------------------------------------------------------*/
/*サイドナビ設定*/
/*------------------------------------------------------*/
#left_box h2 a {
	color: #888;
	text-decoration: none;
	background-image: url(../images/snavi_bg_off.gif);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left_box h2{
	clear:both;
	width:120px;
	height:40px;
	font-size:12px;
	letter-spacing:1px;
	margin:10px;
}
#left_box h2 a:hover {
	background-image: url(../images/snavi_bg_on.gif);
}
