@charset "utf-8";
/* CSS Document */

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */
body {
	background-image: url(../img/bg2.jpg);
	text-align: center;
	color: #333;
	background-repeat: repeat-x;
	font: 12px/1.5 "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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: #099;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #999;
}
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: #09C;
} 
.fc02{
	color: #399;
} 
.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-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */
#header{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
#header h1{
	font-size: 12px;
	color: #666;
	padding-left: 10px;
}
#rogo {
	font-size: 20px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rogo a{
	color: #666;
	text-decoration: none;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
/*
---------- ナビゲーション ---------- */

ul#globalNavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:absolute;
	top: 200px;
}

ul#globalNavi li {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	text-align: center;
	width: 120px;
}

ul#globalNavi li a {
	padding: 8px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #0CC;
	text-decoration: none;
	height: 24px;
}

ul#globalNavi li a:hover {
	background-color: #6CF;
	color: #FFF;
}

/* ClearFix */

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*
---------- コンテンツ ---------- */
#contents{
	padding: 30px 20px 20px;
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 200px;
}
/*サイドメニュー*/
#submenu{
	width: 200px;
	padding-bottom: 20px;
}

#submenu h2{
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #6CC;
}

#submenu ul{
	list-style: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#submenu li{
	margin: 0;
}

#submenu li a{
	display: block;
	width: 160px;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 40px;
	text-decoration: none;
	color: #666;
	background-image: url(../img/submenu_li_bg.jpg);
	background-position: left top;
}

#submenu li a:hover{
	color: #09C;
	background-image: url(../img/submenu_li_bg.jpg);
	background-position: right bottom;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #CCC;
	margin-top: 20px;
	padding: 10px;
	background-color: #F5F5F5;
}

/*
---------- メイン ---------- */
#main{
	float: right;
	width: 640px;
}
#main h2{
	height: 30px;
	width: 620px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6CC;
}
#main h3{
	background-image: url(../img/main_h3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 8px;
	color: #099;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_box{
	margin: 10px;
}
.main_box2{
	margin: 10px;
	border: 1px solid #CCC;
	padding: 10px;
}
.main_box2 hr{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#main dl.new{
  width: 630px;
  height: 150px;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #6CC;
  background: #ffffff;
}

#main dt{
  font-size: 100%;
  font-weight: bold;
  color: #666666;
  padding-top: 3px;
}

#main dd{
  font-size: 100%;
  border-bottom: 1px solid #6CC;
  padding-bottom: 3px;
}

/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
/*

---------- フッター ---------- */
#footer{
	clear: both;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_bg.jpg);
}
#footer_box{
	width: 820px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #999;
}
#footer_box a{
	color: #0CC;

}
#footer_box a:hover{
	color: #09C;

}
