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

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	margin:0;
	padding:0;
	line-height:1.4em;
	color:#666;
		background:url(../img/bg_all.jpg) no-repeat top left;
}
*{ 
    zoom:1; 
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

img{
	border:none;
	border:0;
}

h1,h2,h3,h4,h5,h6,img,ul,li,table,tr,td,div,p{
	margin:0;
	padding:0;
}

ul,li{
	list-style:none;
	list-style-image:none;
}

a{
	color:#666666;
}

a:hover{
	text-decoration:none;
}

/*-------------------------------------*/
#wrapper{
	width:100%;

}

#headArea{
	width:812px;
	margin:0 auto 13px;
	padding:130px 0 0 0;
}

#contentArea{
	width:812px;
	margin:0 auto 15px;
	background:url(../img/bg_content.jpg) #DCDAD4 repeat-x top left;
}

#naviBlock{
	padding:10px 0 10px 24px;
	width:240px;
}


#footArea{
clear:both;
	width:812px;
	margin:0 auto;
}

#footImgBlock{
	width:240px;
	border-right:#999999 solid 1px;
	margin:0 20px 0 0;
}

#footTextBlock{

}

.fR{
	float:right;
}

.fL{
	float:left;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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