@charset "utf-8";

/* Basic
---------------------------------------------*/

body {
	margin: 0px auto;
	text-align: center;
	font-size: 80%;
	color: #666666;
	line-height: 1.4;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../images/common/back.jpg) repeat left top;
}
p, h1, h2, h3, h4, h5, h6, ul, 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: #CC6666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* Head
---------------------------------------------*/
#head {
	width: 100%;
	height: 122px;
	background: url(../images/menu/head_back.gif) repeat center top;
}
#nav {
	width: 808px;
	position: relative;
	margin: 0px auto;
	background: #333333;
}
#nav h1 {
	font-size: 85%;
	color: #FFFFFF;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 27px;
	line-height: 1.2;
}
#nav p {
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav ul {
	position: absolute;
	top: 87px;
	left: 0px;
}
#nav li {
	display: inline;
}

/* Content Wrap以下それぞれtop,commonへ
---------------------------------------------*/


/* Foot
---------------------------------------------*/
#footTop {
	width: 808px;
	height: 200px;
	margin-bottom: 200px;
	text-align: right;
	font-size: 80%;
	margin: 0px auto;
	position: relative;
	/*\*/
	letter-spacing: 0.07em;
	/**/
}



#foot {
	width: 808px;
	height: 200px;
	margin-bottom: 200px;
	text-align: right;
	font-size: 85%;
	margin: 0px auto;
	position: relative;
	background: url(../images/common/content_foot.jpg) no-repeat left top;
	/*\*/
	letter-spacing: 0.07em;
	/**/
}

#foot ul {
	padding: 11px 32px 5px 0px;
}

#foot .address{
	padding-right: 32px;
	line-height: 1.2;
}

#foot li {
	display: inline;
}

#foot .copyRight {
	position: absolute;
	right: 16px;
	top: 124px;
}

