@charset "shift_jis";

/*

	Description : Lݒ

*/

/* reset
----------------------------------------------------------- */
body,div,h1,h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
address {
	font-style: normal;
}

/* base
----------------------------------------------------------- */

body {
	background: url(../../img/bg.jpg) repeat-x;
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-size: 88%;
	line-height: 1.4;
}

#container {
	background: url(../../img/bg2.jpg) no-repeat center top;
}

#gNav {
	width: 924px;
	margin: 0 auto;
}
#gNav li {
	float: left;
}
#contents {
	clear: both;
	background: url(../../img/bg3.png) center repeat-y;
	margin: 0 auto;
	padding: 16px 20px 0 20px;
	width: 870px;
}
address {
	clear: both;
	text-align: center;
	padding: 20px;
}
#footer {
	clear: both;
	background-color: #E4EBFA;
	padding: 8px;
	text-align: center;
	font-size: 90%;
	line-height: 1.1;
}

/* clearfix
----------------------------------------------------------- */


#gNav ul:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
