﻿/* ===== 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: #f5f5f5;
	border-top: #ffc700 solid 5px;
	border-bottom: #ffc700 solid 5px;
	height: 100%;
	text-align: center;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}

img, a img {
	border: 0;
	vertical-align: bottom;
}

ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clerfix { display: block; }
/* End hide from IE-mac */

a:link,
a:visited {
	color: #d66600;
}
a:active,
a:hover {
	color: #d66600;
	text-decoration: underline;
}

#link-top {
	font-size: 0px;
	height: 1px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}


/* ===== Body Area ===== */

#container {
	width: 980px;
	margin: 0 auto;
}


/* ===== Header Area ===== */

#header {
	width: 980px;
	height: 60px;
	margin-top: 10px;
	text-align: left;
	background-image: url(../image/common/header_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#header #logo {
	float: left;
	width: 265px;
	height: 60px;
	display: inline;
}
#header #gnavi {
	float: left;
	width: 715px;
	height: 60px;
	display: inline;
}
#header #gnavi li {
	float: left;
}
#header #gnavi li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	background: url(../image/common/gnavi.jpg) top left;
}

#header #gnavi li#navi-home a {
	width: 140px;
	background-position: 0 top;
}
#header #gnavi li#navi-list a {
	width: 141px;
	background-position: -140px top;
}
#header #gnavi li#navi-home-on a,
#header #gnavi li#navi-home-on a:hover,
#header #gnavi li#navi-home a:hover {
	width: 140px;
	background-position: 0 bottom;
}
#header #gnavi li#navi-list-on a,
#header #gnavi li#navi-list-on a:hover,
#header #gnavi li#navi-list a:hover {
	width: 141px;
	background-position: -140px bottom;
}



/* ===== Contents Area ===== */

#contents {
	width: 980px;
	height: 100%;
}

/* ===== Main Area ===== */

#mainArea {
	width: 980px;
	background: url(../image/common/window_back_980.jpg) top left repeat-y;
}
#mainArea #mainArea-space {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#mainArea h1 {
	padding-top: 3px;
	padding-left: 23px;
	margin-bottom: 10px;
	font-size: 85%;
	color: #444;
	font-weight: bold;
	background: url(../image/common/list_image2.gif) 0 0.2em no-repeat;
}
#mainArea ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 75%;
	color: #444;
	line-height: 150%;
	border-bottom: #666666 dashed 1px;
}
#mainArea hr {
	margin-top: 10px;
	margin-bottom: 10px;
}





/* ===== Footer Area ===== */

#footer {
	width: 980px;
	height: 70px;
	margin-bottom: 10px;
}
