@charset "utf-8";
/*base*/
html {
}
body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", Osaka;
	color:#111;
	/*background:#313131 url(../img/background/mesh.gif) center top repeat-y;*/
	background-color:#313131;
	text-align:justify;
	text-justify:distribute;
	font-size:0.8em;

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


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


#WRAPPER {
	width:840px;
	margin-right:auto;
	margin-left:auto;
	background:transparent;
	position:relative;
}

a:link {color:#0000ff} 
a:visited {color:#000088} 
a:hover {color:#ff0000} 
a:active {color:#ff0000} 


#header{
	width:840px;
	height:166px;
	background:transparent url(../img/background/mesh.gif) center top repeat-y;
	display:block;
}

#bottomNavi {
	clear:both;
	margin:0px 0px 0px 0px;
}

#mainImage{
	display:none;
}

#maincontent {
	clear:both;
	margin:0px;
	padding:5px 20px;
	position:inherit;
	background:transparent url(../img/background/mainBack.gif) left top repeat-y;
}

#main {
	padding:0px 0px 0px 0px;
	clear:both;
	margin:0;
}

#main2 {
	padding:0px 0px 0px 0px;
	clear:both;
	margin:0;
}

#footer {
	background:transparent url(../img/background/mainBackBottom.gif) left top no-repeat;
	clear:both;
	margin:0px;
	padding:60px 0px 0px 0px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=./img/footer/footer.png);
	_width:840px;
}
#footer img {
	margin:0px 0px 0px 0px;
	padding:0px;
	_visibility:hidden;

}

/*navi*/

/*
#topicpath .tohome {
	text-transform:uppercase;
}


#main .totop, #footer .totop {
	text-align:right;
	clear:both;
	margin-right:0px;
	padding-right:0px;
	padding-top:5px;
}
#main #topicpath a, #main .totop a {
	border-bottom:0px none #FFF;
}


#tothistop {
	clear:both;
	padding:10px 0px 0px 0px;
	text-align:right;
	margin:0px;
}

*/


/*----------common-------*/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.bold_big {
	font-weight:bold;
	font-size:1.2em;
}
