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

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

/* ---------- body ---------- */
body {
	background-image: url(../img/bg.gif);
	text-align: center;
	color: #111;
	background-repeat: repeat-x;
	font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 5px 0px 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: none;
	color: #06C;
}
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;
}
.fs11{
	font-size: 13px;
        line-height: 22px;
}
.fs14{
	font-size: 14px;
}
.fs18{
	font-size: 18px;
}
.fs28{
	font-size: 28px;
}		
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #930;
} 
.fc02{
	color: #0c6;
} 
.fc03{
	color: #fff;
} 
.fc04{
	color: #c33;
} 
.fc05{
	color: #03f;
} 
.fc06{
	color: #f00;
} 
.fc07{
	color: #900;
} 
.fc08{
	color: #906;
} 
.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 10px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:120%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px solid #EAEAEA;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#wrapper{
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: no-repeat;
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */


#rogo {
	margin: 0px;
	height: 120px;
	padding: 20px 20px 20px;
}
#rogo a{
	color: #03f;
	text-decoration: none;
	font: 28px "Times New Roman", Times, serif;
        font-style: italic;
}
#rogo h1{
	font-size: 10px;
	color: #999;
	padding-top: 10px;
}
/*

---------- コンテンツ ---------- */
#contents{
	margin-top: 0px;
	width: 900px;
	padding: 0px;
	background-image: url(../img/contents_bg.gif);
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 220px;
}
/*サイドメニュー*/
#globalNavi{
	padding-right: 10px;
	padding-left: 0px;
}

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

#globalNavi li{
	margin: 0;
}

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

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

/*
---------- メイン ---------- */
#main{
	float: right;
	padding-right: 30px;
	margin: 0px;
	width: 620px;
	padding-left: 30px;
	padding-top: 30px;
}
#main h2{
	background-image: url(../img/main_h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: normal;
	padding-top: 10px;
       	color: #099;
        font: 18px "Meiryo UI", Times, serif;
        font-style: italic;
}
#main h3{
	background-image: url(../img/main_h6.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: normal;
	padding-top: 10px;
	color: #111;
	margin-bottom: 10px;
        font: 18px "Meiryo UI", Times, serif;
        font-style: italic;
}
#main h4{
	background-image: url(../img/main_h4.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 35px;
	font-weight: bold;
	padding-top: 5px;
	color: #900;
        font: 20px "Meiryo UI", Times, serif;
        font-style: italic;
}
#main h5{
	background-image: url(../img/main_h5.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 35px;
	font-weight: bold;
	padding-top: 5px;
	color: #099;
        font: 22px "Meiryo UI", Times, serif;
        font-style: italic;
}
.main_box{
	margin: 0px;
	padding: 10px;
}
.main_box2{
	margin: 0px 0px 10px;
	border: 1px solid #E4D7E4;
	padding: 10px;
        width: 600px;
        height: 500px; 
        overflow: auto;
}
.main_box2 hr{
	border-top: 1px dashed #E4E4D7;
	border-right: 0px dashed #E4E4D7;
	border-bottom: 0px dashed #E4E4D7;
	border-left: 0px dashed #E4E4D7;
}
.main_box3{
	margin: 0px 0px 10px;
	border: 1px solid #E4D7E4;
	padding: 10px;
        width: 580px;
        height: 190px; 
        overflow: auto;
}
.main_box3 hr{
	border-top: 1px dashed #E4D7E4;
	border-right: 0px dashed #E4D7E4;
	border-bottom: 0px dashed #E4D7E4;
	border-left: 0px dashed #E4D7E4;
}
.main_box4{
	margin: 0px 0px 10px;
	border: 1px solid #0099FF;
	padding: 10px;
        width: 580px;
        height: 150px; 
        overflow: auto;
}
.main_box4 hr{
	border-top: 1px dashed #00CCFF;
	border-right: 0px dashed #00CCFF;
	border-bottom: 0px dashed #00CCFF;
	border-left: 0px dashed #00CCFF;
}
.main_box5{
	margin: 0px 0px 10px;
	border: 2px solid #E4D7E4;
	padding: 10px;
        width: 580px;
        height: 150px; 
        overflow: auto;
}
.main_box5 hr{
	border-top: 1px dashed #E4D7E4;
	border-right: 0px dashed #E4D7E4;
	border-bottom: 0px dashed #E4D7E4;
	border-left: 0px dashed #E4D7E4;
        padding: 5px 0px;
}
.main_box6{
	margin: 0px 0px 10px;
	border: 1px dashed #000000;
	padding: 10px;
        width: 580px;
        height: 400px; 
        overflow: auto;
}
.main_box7{
	margin: 0px 0px 10px;
	border: 3px dashed #E4D7E4;
	padding: 10px;
        width: 580px;
        height: 400px; 
        overflow: auto;
}

#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;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(../img/footer.gif);
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#footer_box{
	width: 820px;
	text-align:left;
	padding: 30px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	color: #099;
}
#footer_box a{
	color: #099;
}
#footer_box a:hover{
	color: #9C3;
}

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

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