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

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	background-color: #9C3;
	background-image: url(../img/bg.gif);
	text-align: center;
	color: #666;
	background-repeat: repeat-x;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	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: #0CC;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #F90;
}
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: #099;
} 
.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 dashed #0CC;
	border-right: 0px dashed #0CC;
	border-bottom: 0px dashed #0CC;
	border-left: 0px dashed #0CC;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */
#header{
	background-image: url(../img/head_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
#header h1{
	font-size: 10px;
	color: #666;
	padding-left: 20px;
}
#rogo {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#rogo a{
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}
/*

---------- コンテンツ ---------- */
#contents{
	margin-top: 0px;
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 200px;
	padding-right: 30px;
}
/*サイドメニュー*/
#globalNavi{
	background-color: #FFC;
}

#globalNavi h2{
	height: 30px;
	width: 180px;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #090;
	background-image: url(../img/sidebar_h2_bg.gif);
	background-repeat: no-repeat;
}

#globalNavi ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#globalNavi li{
	margin: 0;
}

#globalNavi li a{
	display: block;
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 40px;
	text-decoration: none;
	color: #333;
	background-image: url(../img/navi_li_bg.gif);
	background-position: left top;
}

#globalNavi li a:hover{
	color: #096;
	background-image: url(../img/navi_li_bg.gif);
	background-position: right bottom;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #9C0;
	padding: 10px;
	margin: 15px;
	background-color: #FFF;
}

/*
---------- メイン ---------- */
#main{
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	background-color: #FFF;
	width: 590px;
}
#main h2{
	background-image: url(../img/main_h2.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 15px;
	color: #666;
	width: 570px;
}
#main h3{
	background-image: url(../img/main_h3.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 550px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 10px;
	color: #21A3A3;
}
.main_box{
	margin: 0px;
	padding: 10px;
}
.main_box2{
	margin: 0px;
	border: 1px solid #E4E4D7;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #E4E4D7;
	border-right: 0px dashed #E4E4D7;
	border-bottom: 0px dashed #E4E4D7;
	border-left: 0px dashed #E4E4D7;
}
#main_top{
	background-image: url(../img/main_top.gif);
	padding: 0px;
	height: 20px;
	width: 630px;
	float:right;
	margin: 0px;
	background-repeat: no-repeat;
}
#main_bottom{
	background-image: url(../img/main_bottom.gif);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 630px;
	background-repeat: no-repeat;
}
/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin-right: 30px;
	width: 870px;
	margin-top: 10px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(../img/footer.gif);
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box{
	width: 820px;
	text-align:left;
	padding: 30px 15px 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box a{
	color: #060;
}
#footer_box a:hover{
	color: #FFF;
}

/*
---------- サブッページ ---------- */

/*テーブル見本*/
.table-c {
	border-collapse: collapse;
	width: 90%;
	font-size: 12px;
	margin: 20px;
	text-align: left;
}
.table-c th    {
	color: #090;
	font-weight: bold;
	padding: 10px;
	border-bottom: 3px solid #0CC;
}
.table-c td    {
padding: 10px;
color: #666;
border-bottom: 1px solid #CCC;
}
