body{
	color:#666;
	font-family: Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height:160%;
	padding:0px;
	margin:0px;

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

img{
	margin:0px;
	padding:0px;
	vertical-align:bottom;

}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

a {
	text-decoration: none;
	color:#68401d;
	}

a:hover {
	color:#3b6996;
	text-decoration: underline;
	text-decoration: none;
	}

.sub a {
	text-decoration: none;
	color:#68401d;
	}

.sub a:hover {
	color:#3b6996;
	text-decoration: underline;
	text-decoration: none;
	}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* 共通
--------------------------------*/

.clear{
	clear:both;	
}

#wrap{
	width:800px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../common_img/bg.gif);
	background-repeat:repeat-y;
	background-position: top right;
	}

#wrap #top{
	width:545px;
	padding: 0px;
	margin:0px;
	text-align:right;
	font-size:11px;
	color:#666;
	position:absolute;
	top:3px;
	left:243px;
	}

#wrap #header{
	width:800px;
	height:140px;
	margin:0px auto;
	text-align: left;
	position:relative;
	}

#wrap #header #page_title{
	width:230px;
	padding: 0px 0px 0px 10px;
	position:absolute;
	top:0px;
	left:2px;}

#wrap #header ul{
	height:51px;
	width:778px;
	margin:80px 0px 0px 14px;}

#wrap #header ul li{
	display: inline;
	float:left;
	height:51px;}

#wrap #header ul li a{
	display: inline;
	float:left;
	height:51px;}

#wrap #header ul li#menu01 a{
	width:111px;
	background-image: url(../common_img/menu01_on.jpg);}

#wrap #header ul li#menu02 a{
	width:111px;
	background-image: url(../common_img/menu02_on.jpg);}

#wrap #header ul li#menu03 a{
	width:111px;
	background-image: url(../common_img/menu03_on.jpg);}

#wrap #header ul li#menu04 a{
	width:111px;
	background-image: url(../common_img/menu04_on.jpg);}

#wrap #header ul li#menu05 a{
	width:111px;
	background-image: url(../common_img/menu05_on.jpg);}

#wrap #header ul li#menu06 a{
	width:111px;
	background-image: url(../common_img/menu06_on.jpg);}

#wrap #header ul li#menu07 a{
	width:112px;
	background-image: url(../common_img/menu07_on.jpg);}

#wrap #header ul li a:hover
,#wrap #header ul li a:focus
,#wrap #header ul li a:active{
	text-indent:-9999em;
	overflow:hidden;
	background-position: left bottom;
}

/* フッター
--------------------------------*/
#footer{
	margin:0px 12px;
	background-color:#99cc99;
	padding:10px 0px 15px 0px;
	text-align:center;
	color:#fff;
	font-size:11px;
}


/* 回り込み解除
----------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}