@charset "utf-8";
html {
	height:100%;
}
body {
	height:100%;
	margin: 0 0 0 0 ;
	padding:0 0 0 0 ;
	color: #130303;
	background:#eeeae0 url(../img/bg_all.jpg) repeat-x;
	font-size: 78%;
	line-height: 180%;
	font-family: "Helvetica" , "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック", "sans-serif" ;
	}

h1,h2,h3,h4,p,div,table,th,td,dt,ul,li,ol,dd,dt {
	margin:0;
	padding:0;
	font-size: 100%;
	line-height: 180%;
	}

img {
	border:none;
	}

.clear {
	clear:both;
	}

a:link ,
a:active ,
a:visited {
	text-decoration:none;
	color: #130303;
	}

a:hover {
	text-decoration: underline;
	color: #a28467;
	}


/* ===== clearfix ===== */

/*通常の指定*/ 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

/*IE6,7用*/ 
.clearfix {
	min-height: 1px;
	}

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


/* ====================================================================================
    Layout
======================================================================================= */

#wrap {
	width:950px;
	height:100%;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:#FFF;
	}


/* ====================================================================================
    Header
======================================================================================= */
#header{
	width:930px;
	height:30px;
	margin:0 0 10px 0;
	padding:10px;
	}

#header h1{
	width:189px;
	height:34px;
	float:left;
}

#header .headinfo {
	width:310px;
	float:right;
	margin-left:10px;
	}
#header .headbnr {
	width:120px;
	float:right;
	margin:0;
	padding:0;
	}
#header ul{
	width:300px;
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#header li{
	float:right;
	margin:0 0 0 10px;
	padding:0;
	line-height:1.4em;
	}

/* ====================================================================================
    Global Menu
======================================================================================= */

#menu{
	width:950px;
	height:43px;
	margin:0 0 60px 0;
	padding:0;
	}

#menu ul{
	list-style:none;
	}
#menu li{
	float:left;
	}



/* ====================================================================================
    Footer
======================================================================================= */

#footer{
	width:930px;
	margin:0;
	padding:5px 10px;
	background:url(../img/footer_line.gif) bottom repeat-x;
	color:#A08466;
	}

#footer a:link { text-decoration:none; color: #A08466;}
#footer a:visited { text-decoration:none; color: #A08466;}
#footer a:hover { text-decoration: underline; color: ##C7B6A4; }
#footer a:active { text-decoration:none; color: #A08466;}

#footer span.btm_menu{
	font-size:11px;
	}
#footer span.copyright{
	float:right;
	font-size:10px;
	}