@charset "shift_jis";

/*----------------------------------------*/
/* reset */
/*----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
li{list-style:none;}

p {
	margin-bottom: 1.1em;
}

/*----------------------------------------*/
/* clear */
/*----------------------------------------*/

.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}

.clearbox {
	width: 900px;
	overflow: hidden;
	position: relative;
}

.cl {  
    display: inline-block;  
}  

.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  

/*----------------------------------------*/
/* base */
/*----------------------------------------*/

html{
	overflow-y: scroll; 
	height:100%;
}

a {
	color: #FFFF99;
	text-decoration:none;
}
    
a:link {/*未訪問のリンク*/
	color:#FFFF99;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#99CCFF;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#f26522;
	text-decoration:none;
}


body {
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	background-color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック","MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*----------------------------------------*/
/* footer */
/*----------------------------------------*/

#footer {
	margin: 0px;
	width: 98%;
	height: 70px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../img/under/under_title.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.topics-ico {
	float: left;
	top: 45px;
	position: absolute;
	left: 10px;
	display: block;
	height: 20px;
	width: 50px;
}

.text14-ore {
	font-size: 100%;
	color: #F26522;
	line-height: 140%;
}
.text12 {
	font-size: 85%;
	color: #333;
	line-height: 130%;
}

.text13_blue {
	font-size: 108%;
	color: #039;
}
.red {
	color: #C00;
}

.about-link {
	font-size: 77%;
	color: #333;
	line-height: 130%;
}
.about-link  a{
	color: #03C;
}

.flame {
	border: 2px solid #F26522;
	padding: 3px;
}

