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

/* CSS Document */
*{
	background-color:transparent;
	border:0;
	color:#000000;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;	
	text-decoration:none;
	}
h1,h2,h3,h4,h5,h6 {font-weight:bolder; margin: 0; padding: 0;}
ul {list-style-type: none; margin-left: 0; padding-left: 0;}
ol {list-style-type: none; margin-left: 0; padding-left: 0;}
li { display:inline; }
a:link img,a:visited img {border: none;}
form {display: block; margin: 0; width: 100%;}
div.fC {clear:both;}
iframe{ border:none;}
/*- clearfix ------------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*- body ------------------------------------------------------------------------------------------------------------------------*/
body{ background:url(img/bg.gif) repeat-x 0 0; }
#base{
	width:828px;
	margin:0 auto;
	background:url(img/body_bg.gif) repeat-y 0 0;
}
#container{
	width:810px;
	background:url(img/body_head_bg.gif) no-repeat 0 0;
	padding:4px 9px 4px 9px;
}

/*- header ------------------------------------------------------------------------------------------------------------------------*/
#header{
	background:url(img/header_img.jpg) no-repeat 0 0;
	width:810px;
	height:269px;
}
#header h1{ text-align:right; padding-top:14px; margin-right:5px; }
#header h1 a { font-size:11px; color:white; }
#header p,#header h2{ text-indent:-1000em; }

/*- marquee ------------------------------------------------------------------------------------------------------------------------*/
#marquee_box{
	position:relative;
	margin-top:20px;
	background:url(img/marquee_bg.gif) no-repeat 0 0;
	width:810px;
	height:37px;
}
#marquee_box marquee{
	position:absolute;
	top:12px;
	right:10px;
	width:700px;
	font-size:12px;
	color:#cc6600;
}

/*- text ------------------------------------------------------------------------------------------------------------------------*/
#text{
	margin-top:20px;
}
#text h3,#text h4{
	text-indent:-1000em;
	height:15px;
	margin-bottom:5px;
	margin-left:30px;
}
#text h3 { background:url(img/lovework.gif) no-repeat 0 0; width:169px; }
#text h4 { background:url(img/scout.gif) no-repeat 0 0; width:158px; }
#text p{
	font-size:12px;
	color:#666666;
	margin:0 30px 20px 30px;
	line-height:1.4em;
}

/*- link ------------------------------------------------------------------------------------------------------------------------*/
#link{ background:url(img/link_title.jpg) no-repeat 0 0; width:810px; padding-top:80px; }
#link h5{ text-indent:-1000em; }
#link p{
	font-size:12px;
	margin:0 0 16px 165px;
}
#link p span{ font-weight:bolder; color:red; }

#flame{
/*	position:relative;*/
	width:810px;
	height:664px;
	overflow:hidden;
}
#flame iframe{
	width:810px;
	height:664px;
	/*- ベースの高さ664pxにポジションの-値を加算した値を入力 -*/
	/*- 例)ポジション=top:-100pxの場合は664px + 100px = 764px -*/
/*	position:absolute;
	top:-170px;
	height:834px;*/
}

/*- footter ------------------------------------------------------------------------------------------------------------------------*/
p#exit_link { text-align:right; margin:10px 5px 20px 0; }
p#exit_link a{
	color:#aa7b09;
	font-size:12px;
	text-decoration:underline;
}

#footter{
	background:url(img/footter.jpg) no-repeat 0 0;
	width:810px;
	height:21px;
	padding-top:54px;
}
#footter address{
	text-align:center;
	font-size:12px;
	color:white;
}
