@charset "UTF-8";


/****************/
/*-- コンテナ --*/
/****************/
/*
 * @共通
 */
body{
	text-align		:	center;
	margin			:	0 auto;
	font-size		:	90%;
	line-break		:	strict;
	height			:	100%;
	font-family		:	"ＭＳ ゴシック","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo",Verdana,Geneva,Arial,sans-serif;
}


/**************/
/*-- ヘッダ --*/
/**************/
/*
 * @共通
 */
h2{
	margin			:	0;
	padding			:	0;
	display			:	none;
}


#header{
	border-bottom	:	1px solid #A08E2D;
	margin			:	auto;
	background		:	#000;
	text-align		:	left;
	height			:	60px;
	color			:	#fff;
}


#header_wrapper{
	width			:	900px;
	margin			:	auto;
	background		:	#000;
}


#header_wrapper h1{
	width			:	316px;
	float			:	left;
	margin			:	0;
	padding			:	0;
}


#header_wrapper div{
	margin			:	0;
	padding			:	3px 0 0 0;
	font-size		:	90%;
	float			:	right;
}


#header_wrapper p{
	margin			:	20px 5px 0 0;
	float			:	right;
	width			:	550px;
}


#header_wrapper p a{
	display			:	block;
	float			:	right;
}


/****************/
/*-- 共通ナビ --*/
/****************/
/*
 * @共通
 */
#gnavi{
	width			:	100%;
	height			:	34px;
	text-align		:	center;
	background		:	url("../img/gnavi_bg.gif") repeat-x;
}
#gnavi ul{
	list-style		:	none;
	margin			:	0 auto;
	padding			:	0;
	width			:	900px;
}


#gnavi ul li{
	margin			:	0 25px 0 0;
	padding			:	0;
	height			:	34px;
	float			:	left;
	background		:	url("../img/gnavi_about.gif") no-repeat;
}


/******************/
/*-- コンテンツ --*/
/******************/
/*
 * @共通
 */
#wrapper{
	clear			:	both;
	width			:	100%;
	text-align		:	left;
	background		:	url("../img/contents_bg.gif") repeat-x;
}


#contents{
	clear			:	both;
	overflow		:	hidden;
	width			:	900px;
	margin			:	auto;
	padding			:	10px 0 30px 0;
	border-left		:	1px solid #ccc;
	border-right	:	1px solid #ccc;
	background		:	#fff;
}


.pagetop{
	text-align		:	right;
	margin-top		:	20px;
	font-size		:	90%;
}
.pagetop a{
	text-decoration	:	none;
	color			:	#666;
}
.pagetop a:hover{
	text-decoration	:	underline;
}


/**************/
/*-- フッタ --*/
/**************/
/*
 * @共通
 */
#footer{
	background		:	#000;
	color			:	#fff;
	clear			:	both;
	text-align		:	center;
	height			:	30px;
	padding			:	10px 0 40px 0;
	font-size		:	90%;
}
#footer p#privacy{
	text-align		:	right;
	width			:	900px;
	margin			:	auto;
	padding-right	:	5px;
}
#footer p#privacy a{
	color			:	#fff;
	text-decoration	:	none;
}
