@charset "UTF-8";

/* 基本設定
----------------------------------------------- */
*{
	margin			:	0px;
	padding			:	0px;
}
body{
	font-family		:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size		:	12px;
	color			:	#553223;
	line-height		:	1.7;
	background		:	#e5dac4;
}
h1, h2, h3, h4, h5{
	font-size		:	12px;
}
li, dt, dd{
	list-style		:	outside;
	list-style-type	:	none;
}
a:link{
	color			:	#0099CC;
	text-decoration	:	underline;
}
a:visited{
	color			:	#0099CC;
	text-decoration	:	underline;
}
a:hover, a:active{
	color			:	#006699;
	text-decoration	:	underline;
}
a img{
	border			:	0px;
}
a{
	overflow		:	hidden;
}
/* ヘッダー
----------------------------------------------- */
#Head{
	width			:	100%;
	height			:	120px;
	background		:	url('../images/bg_head.gif') repeat-x;
}
#Header{
	margin			:	0px auto;
	width			:	900px;
	overflow		:	hidden;
}
#Header h1{
	width			:	320px;
	float			:	left;
}
#Header h1 a{
	display			:	block;
	width			:	320px;
	height			:	120px;
	background		:	url('../images/img_logo.gif') no-repeat;
	text-indent		:	-9999px;
}
/* ナビ
----------------------------------------------- */
#Header ul{
	padding-top		:	62px;
	width			:	580px;
	float			:	right;
	overflow		:	hidden;
}
#Header li{
	float			:	left;
	text-indent		:	-9999px;
}
#Header li.nv1{
	display			:	block;
	width			:	122px;
	height			:	58px;
	background		:	url('../images/img_nv1_over.gif') no-repeat;
}
#Header li.nv1 a{
	display			:	block;
	width			:	122px;
	height			:	58px;
	background		:	url('../images/img_nv1.gif') no-repeat;
}
#Header li.nv1 a:hover{
	background		:	none;
}
#Header li.nv2{
	display			:	block;
	width			:	97px;
	height			:	58px;
	background		:	url('../images/img_nv2_over.gif') no-repeat;
}
#Header li.nv2 a{
	display			:	block;
	width			:	97px;
	height			:	58px;
	background		:	url('../images/img_nv2.gif') no-repeat;
}
#Header li.nv2 a:hover{
	background		:	none;
}
#Header li.nv3{
	display			:	block;
	width			:	73px;
	height			:	58px;
	background		:	url('../images/img_nv3_over.gif') no-repeat;
}
#Header li.nv3 a{
	display			:	block;
	width			:	73px;
	height			:	58px;
	background		:	url('../images/img_nv3.gif') no-repeat;
}
#Header li.nv3 a:hover{
	background		:	none;
}
#Header li.nv4{
	display			:	block;
	width			:	79px;
	height			:	58px;
	background		:	url('../images/img_nv4_over.gif') no-repeat;
}
#Header li.nv4 a{
	display			:	block;
	width			:	79px;
	height			:	58px;
	background		:	url('../images/img_nv4.gif') no-repeat;
}
#Header li.nv4 a:hover{
	background		:	none;
}
#Header li.nv5{
	display			:	block;
	width			:	96px;
	height			:	58px;
	background		:	url('../images/img_nv5_over.gif') no-repeat;
}
#Header li.nv5 a{
	display			:	block;
	width			:	96px;
	height			:	58px;
	background		:	url('../images/img_nv5.gif') no-repeat;
}
#Header li.nv5 a:hover{
	background		:	none;
}#Header li.nv6{
	display			:	block;
	width			:	113px;
	height			:	58px;
	background		:	url('../images/img_nv6_over.gif') no-repeat;
}
#Header li.nv6 a{
	display			:	block;
	width			:	113px;
	height			:	58px;
	background		:	url('../images/img_nv6.gif') no-repeat;
}
#Header li.nv6 a:hover{
	background		:	none;
}
/* フッター
----------------------------------------------- */
#Foot{
	width			:	100%;
	height			:	60px;
	background		:	url('../images/bg_foot.gif') repeat-x;
}
#Footer{
	margin			:	0px auto;
	width			:	900px;
}
#Footer address{
	margin			:	0px auto;
	width			:	400px;
	height			:	60px;
	background		:	url('../images/img_copyright.gif') no-repeat;
	text-indent		:	-9999px;
}

