/* CSS Document */

/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

h1,h2,h3,h4,h5,h6,p,ul,dl,ol,table,form,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}



.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}



/* 枠の設定
-------------------------------------------------------------------------------------------- */

body{
	background: #FBFCFC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

#layout{
	width: 838px;
	background: url(../images/back.jpg) repeat-y;
	margin: 0 auto;
	padding: 0;
}

#frame{
	width: 818px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* ヘッダーの設定
-------------------------------------------------------------------------------------------- */

#header{
	width: 818px;
	height: 69px;
	background: url(../images/header_back.jpg) no-repeat;
	margin: 0;
}

#header h1{
	width: 330px;
	float: left;
}

#header-right{
	width: 450px;
	float: right;
}

#header-right p{
	text-align: right;
	font-size: 12px;
	margin: 14px 27px 0 0;
}

#header-right p a{
	text-decoration: none;
	color: #333333;
}

#header-right a:hover{
	color: #ffffff;
}

#header-right ul{
	list-style-type: none;
	font-size: 12px;
	margin: 18px 10px 0 0;
	_margin: 20px 10px 0 0;
}

#header-right li{
	display: block;
	float: right;
}

#header-right li a{
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
}

.last-list a{
	margin-left: 0 !important;
}




/* コンテンツの設定
-------------------------------------------------------------------------------------------- */

#contents{
	width: 800px;
	height: auto;
	margin: 5px auto 10px auto;
}




/* フッターの設定
-------------------------------------------------------------------------------------------- */

#footer{
	clear: both !important;
	width: 818px;
	background: #5EB03A;
}

#footer address{
	text-align: center;
	font-style: normal;
	font-size: 12px;
	padding: 5px 0;
	color: #ffffff;
}
