﻿/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
}


/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

body {
	background-color: #ededed;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
	height: 100%;
}

img, a img {
	border: 0;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}



/* ===== Body Area ===== */

#page-wrapper {
	width: 840px;
	margin: 0 auto;
	background-image: url(../images/page_wrapper_back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#page-wrapper #container {
	width: 770px;
	margin: 0 auto;
}


/* ===== Header Area ===== */

#headerArea {
	width: 770px;
	height: 47px;
	margin: 0 auto;
	padding-top: 15px;
	background-image: url(../images/header_back.jpg);
	text-align: left;
}
#headerArea #logoArea {
	float: left;
	width: 80px;
	height: 47px;
}
#headerArea #logoArea img {
	float: left;
}
#headerArea #logoTextArea {
	float: left;
	width: 320px;
	height: 47px;
}
#headerArea #logoTextArea h2 {
	margin-left: 10px;
	color: #277700;
	font-size: 65%;
	line-height: 32px;
}
#headerArea #snaviArea {
	float: left;
	width: 370px;
	height: 47px;
	text-align: right;
}
#headerArea #snaviArea .head-s-navi {
	list-style-type: none;
}
#headerArea #snaviArea .head-s-navi li {
	float: right;
	margin-top: 10px;
	padding-right: 15px;
}
#headerArea #snaviArea .head-s-navi li.li-first {
	padding-right: 0;
}



/* ===== Gnavi Area ===== */

#gnaviArea {
	clear: both;
	width: 770px;
	height: 40px;
}
#gnaviArea li {
	float: left;
	height: 40px;
}



/* ===== Contents Area ===== */

#contents {
	clear: both;
	width: 770px;
	height: 260px;
	height: 100%;
}



/* ===== Footer Area ===== */

#footerArea {
	clear: both;
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #cccccc solid 1px;
	text-align: center;
}
#footerArea p {
	color : #555;
	font-size: 75%;
	line-height: 150%;
}
