@charset "utf-8";



/* Base

---------------------------------------------*/

body {

	text-align: center;

	font-size: 80%;

	color: #606060;

	margin: 0px;

	padding: 0px;

	line-height: 1.4;

	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'EE EゴシチE',sans-serif;

	background: url(../images/common/back.gif) repeat left top;

}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {

	margin: 0;

	padding: 0;

	font-weight: normal;

	list-style: none;

}



img { border: none; vertical-align: bottom; }



a:link    { color: #666666; text-decoration: none; }

a:visited { color: #666666; text-decoration: none; }

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

a:active  { color: #FF9E46; text-decoration: none; }







/*-------------------

     Head >> top.layout

--------------------*/





/* Content

---------------------------------------------*/

#container {

	position: relative;

	width: 854px;

	margin: 0px auto;

	text-align: left;

	background : url(../images/common/base_back.gif) repeat-y left top;

}



/* --ClearFix-- */

#container:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}

* html #container {

	height: 1px;

	/*\*//*/

	height: auto;

	overflow: hidden;

	/**/

}





/*-------------------

     Navigation >> top.layout

--------------------*/









/*-------------------

     content >> top.layout

--------------------*/











/* Foot

---------------------------------------------*/

#footWrap {

	width: 100%;

	text-align: center;

	background : url(../images/common/foot_back.jpg) repeat-x center bottom;

}

#foot {

	width: 854px;

	height: 360px;

	margin: 0px auto;

	text-align: right;

	position: relative;

	background : url(../images/common/base_foot.jpg) no-repeat center top;

}



#foot #footNav{

	font-size: 85%;

	padding: 125px 25px 0px 0px;

	

}

#foot #footNav li {

	display: inline;

}









#foot .footImage {

	position: absolute;

	top: 69px;

	left: 0px;

}



#address {

	float: right;

	margin-top: 20px;

	margin-right: 25px;

	display: inline;

	line-height: 1.1;

}

/* --ClearFix-- */

#address:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}

* html #address {

	height: 1px;

	/*\*//*/

	height: auto;

	overflow: hidden;

	/**/

}



#address p {

	float: left;

	margin-left: 20px;

	display: inline;

}



.copyright {

	color: #707070;

	position: absolute;

	right: 25px;

	bottom: 90px;

	clear: right;

}





