@charset "utf-8";
/* CSS Document */

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	text-align: center;
	color: #666;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px;
	padding: 0px;
}

	
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* ---------- /body ---------- */
/* ---------- anchor ---------- */

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #669900;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #660;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */

/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
/* ---------- /clear---------- */
	
/* ---------- font ---------- */
.fs10{
	font-size: 10px;
}
.fs14{
	font-size: 14px;
}	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #930;
} 
.fc02{
	color: #630;
} 
.fc03{
	color: #fff;
} 
.bold{
	font-size: 12px;
	font-weight: bold;
}
/* ---------- /font ---------- */

/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 0 5px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px solid #DCDCB8;
	border-right: 0px solid #DCDCB8;
	border-bottom: 0px solid #DCDCB8;
	border-left: 0px solid #DCDCB8;
}
/*下余白指定*/
.mb_10{
	margin-bottom: 10px;
}
/*上余白指定*/
.mt_10{
	margin-top: 10px;
}
/*上下余白指定*/
.mtb_10{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*左右余白指定*/
.mrl_10{
	margin-right: 10px;
	margin-left: 10px;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */
#header {
	margin: 0px;
	padding: 0px 20px;
	width: 860px;
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #CCCC99;
	height: 90px;
}
#header h1{
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#rogo {
	font-size: 18px;
	color: #660;
}
#rogo a{
	font-size: 20px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*
---------- ナビゲーション ---------- */
#menu{
	background-image: url(../img/waku_bg.gif);
	overflow:hidden;
	background-color: #DCDCB8;
	width: 100%;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px 50px 0px 20px;
	height: 20px;
	background-image: url(../img/waku_bg.gif);
	float: right;
}

#menu li{
	float: left;
	margin: 0;
}

#menu li a{
	display: block;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/menu_01.gif) repeat-x left top;
	vertical-align: middle;
}

#menu li a:hover{
	background: url(../img/menu_02.gif) repeat-x left top;
	color: #444;
}

/*
---------- コンテンツ ---------- */
#content {
	margin: 0px auto;
	width: 820px;
	background-image: url(../img/waku_in_middle.gif);
	padding: 0px 40px;
	overflow:hidden;
	clear: both;
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 190px;
	margin-top: 20px;
	margin-right: 10px;
}
/*サイドメニュー*/
#submenu{
	width: 190px;
	padding-bottom: 20px;
}

#submenu h2{
	background-image: url(../img/submenu_h2.gif);
	height: 25px;
	width: 170px;
	padding-left: 30px;
	padding-top: 5px;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #FFF;
}

#submenu ul{
	list-style: none;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#submenu li{
	margin: 0;
}

#submenu li a{
	display: block;
	width: 150px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 40px;
	text-decoration: none;
	color: #630;
	background-image: url(../img/submenu_li_bg.gif);
	background-position: left top;
}

#submenu li a:hover{
	color: #690;
	background-image: url(../img/submenu_li_bg.gif);
	background-position: right bottom;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #993;
	margin-top: 20px;
	padding: 10px;
	background-color: #DBE2C9;
}

/*
---------- メイン ---------- */
#main{
	float: right;
	width: 590px;
	padding-left: 19px;
	margin-top: 20px;
	border-left: 1px solid #DCDCB8;
}
#main h2{
	background-image: url(../img/tit_bg.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 560px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 10px;
}
#main h3{
	height: 30px;
	width: 540px;
	font-weight: bold;
	padding-top: 8px;
	color: #660;
	border: 1px dashed #C1B081;
	background-color: #EFEED8;
	padding-right: 20px;
	padding-left: 20px;
}
.main_box{
	margin: 10px;
}
.main_box2{
	margin: 10px;
	border: 1px solid #C1B081;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #690;
	border-right: 0px dashed #690;
	border-bottom: 0px dashed #690;
	border-left: 0px dashed #690;
}
.line_01{
	background-image: url(../img/line_01.gif);
	margin: 10px;
	clear: both;
	height: 40px;
	width: 550px;
}

/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin: 15px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box{
	width: 820px;
	text-align:left;
	color: #333;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box a{
	color: #333;
}
#footer_box a:hover{
	color: #FFF;
}
