@charset "UTF-8";
@import url(textsettings_jp.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */


/* マージンをリセット */
body, div {
  margin: 0;
  padding: 0;
}

/* 配置の基準の設定 */
#container, #main, #mainbox {
  position: relative;
}
/* 背景写真型のコンテンツは絶対配置 */
#container, #navibox {
  position: relative;
}

#mainimgbox {
  display: block;
  position: absolute;
}

/* ナビゲーション，フッタでは折り返しを抑制 */
#navi, #footer {
  white-space: nowrap;
}

/* ナビゲーション，フッタの箇条書きは横並びリスト */
#navi ul, #footer ul, #footer_gl ul {
  margin: 0;
  list-style: none;
}

#navi ul li, #footer ul li, #footer_gl ul li {
  display: inline;
}

/* 回り込み解除設定 */
#header, #navi, .contents, #footer {
  clear: both;
}
/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}

.imgbox {
  padding: 0;
  
}

/* 画像のみのボックスの画像の余白は「なし」にしておく */
.imgbox img {
  margin: 0;
  padding: 0;
  border: none;
}
/* サムネイルリストはマーカなし，余白なし */
.thumbnail {
  margin: 0 auto;
}
a, img, area {
	text-decoration: none;
	border: none;
	outline: 0;
	text-decoration: none;
}
/* ---------------------------------------------------------------- *
	レイアウト
 * ---------------------------------------------------------------- */

body {
	margin-top: 0px;
	background-color: #000;
	color: #999;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;	
}

#header #top_right {
	width: 549px;
	height: 95px;
	margin: 0;
	padding: 0;
	background: #000 url(../images/common/clear_fireklips.jpg) right top no-repeat;
	float: right;
}
#logo {
	width: 211px;
	height: 95px;
	margin: 0;
	padding: 0;
	float: left;
}
#container #header #logo h1 {
	font-size: 0px;
	margin: 0;
	padding: 0;
}
#container #header {
	margin: 0;
	padding: 0;
	height: 95px;
	width: 800px;
}
#header #top_right h2 {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
	text-indent: 30px;
	border:none;
}


#main {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
.contents {
	border: 10px solid #CCC;
	margin: 0;
	padding: 0 20px 20px;
	position: relative;
}
.contents_gl {
	border: 10px solid #CCC;
	margin: 0px;
	padding: 0px 10px 20px;
	position: relative;
}

#main .contents .title {
	text-align: center;
	padding:15px 0;
}
#main .contents .title h3 {
	font-size: 150%;
	color: #FF9900;
}


#footer {
	font-size: small;
	text-align: center;
	margin: 10px auto 20px auto;
	padding: 0;
	width: 800px;
}

div.go2eng {
	font-size: 10px;
	text-align: right;
	width: 750px;
}
div.go2eng a {
	color: #CCC;
}
div.go2eng a:hover {
	color: #fff;
}



/* ---------------------------------------------------------------- *
	ナビゲーション部分
 * ---------------------------------------------------------------- */

#navi {
	/* Note：上下マージンの折りたたみに注意 */
  margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/common/nvbg_n.jpg) repeat-x;
	width: 800px;
}

#navi ul {
  margin: 0px;
  padding: 0px;
  height: 25px;
}

#navi ul li {
  margin: 0px;
  padding: 0px;
  float: left;
}

#navi ul li a {
	margin: 0px;
	/* --- ナビゲーション１項目あたりのクリッカブル領域をテキスト部分だけでなくボックス単位とするためには display: block;と指定する --- */
  display: block;
  font-weight: bold;
	padding: 3px 15px 0px 15px;
	text-decoration: none;
	color: #CCC;
}

#navi a:hover {
  text-decoration: none;
	background: url(../images/common/nvbg_o.jpg) repeat-x;
	color: #FFF;
}

/* ---------------------------------------------------------------- *
	other
 * ---------------------------------------------------------------- */

hr {
height: 1px;
background-color: #999;
border: none;
color: #999;
}
div.board {
	width: 740px;
	height: 250px;
	padding: 120px 0 60px 0 ;
	font-size: 20px;
}
div.board p {
	width: 510px;
	margin: 0 auto;
	border: thin dashed #CCC;
	padding: 40px;
}
div.board .back {
	font-size: 12px;
	border: none;
}
p.back {
	text-align: center;
}

div#closewin {
	background-color: #999;
	height: 20px;
	width: 300px;
	padding: 10px;
	text-align: center;
}

div.topics {
	padding: 10px 0px;
	width: 740px;
	position: relative;
}
div.topics .img_box1 a img {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
div.topics .img_box1 a:hover img{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF66CC;
}

/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}


/* （clearfix） */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; 
}

.clearfix { display:inline-block;}

/* Hides from IE-mac \ */
*html.clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

#navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div#top_right h2:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
p:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
hr:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
