@charset "utf-8";

/* Base
-------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

/*透過PNG*/
* html img {
	behavior: expression(IEPNGFIX.fix(this));
}



body {
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*\*/
	letter-spacing: 0.075em;
	/**/
}
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: #268E5F; text-decoration: none; }
a:visited { color: #268E5F; text-decoration: none; }
a:hover   { color: #268E5F; text-decoration: underline; }
a:active  { color: #48AE80; text-decoration: none; }

body#top {
	background: url(../images/top/head_image.jpg) repeat-x center top;
}
body#common {
	background: url(../images/common/head_image.jpg) repeat-x center top;
}

/* Container
-------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* Head
-------------------------------------------------------------------------------------------*/
#head {
	width: 888px;
	height: 391px;
	margin: 0px auto 55px auto;
	padding: 0px;
	position: relative;
}
#headCommon {
	width: 888px;
	height: 271px;
	margin: 0px auto 55px auto;
	padding: 0px;
	position: relative;
}
#nav {
	width: 888px;
	position: absolute;
	top: 66px;
	left: 0px;
}
#nav li {
	display: inline;
}
#navSecond {
	width: 241px;
	position: absolute;
	top: 40px;
	right: 9px;
}
#navSecond li {
	display: inline;
}

#head h1.headLogo img {
	 vertical-align: baseline;
}
.headLogo {
	width: 203px;
	height: 43px;
	position: absolute;
	top: 23px;
	left: 9px;
}

.headCopyTop {
	width: 330px;
	position: absolute;
	top: 231px;
	right: 0px;
} 
.headCopyCommon {
	width: 250px;
	position: absolute;
	top: 160px;
	right: 0px;
}

/* Body
-------------------------------------------------------------------------------------------*/
#body {
	width: 870px;
	margin: 0px auto 0px auto;
	padding-bottom: 80px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* --ClearFix-- */
#body:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #body {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}




/* content >> layoutへ
---------------------------------------*/








/* Foot
-------------------------------------------------------------------------------------------*/
#foot {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #DDDDDD;
}

#footContent {
	width: 870px;
	margin: 0px auto;
	position: relative;
	line-height: 1.2;
	text-align: left;
}
.footLogo {
	position: absolute;
	top: 8px;
	left: 0px;
}
.footAddress {
	width: 264px !important;
	width /**/: 280px;
	position: absolute;
	top: 8px;
	left: 153px;
	padding-left: 15px;
	border-left: 1px solid #DDDDDD;
}
.copyright {
	position: absolute;
	top: 9px;
	right: 0px;
	font-size: 95%;
}

.topArrow {
	margin-bottom: 90px;
	text-align: right;
}




