@charset"utf-8";

body {
	background: #FFFFFF url(../img/back.gif) repeat-x 0px 0px;
	margin: 5px 0px;
	padding: 0px;
	font-size:12px;
	line-height: 17px;
	text-align: left;
}

/*---------------------------------
ヘッダー
---------------------------------*/
#top .header {
	width: 750px;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------
コンテンツエリア
---------------------------------*/
#top .area {
	width: 750px;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------
リンク設定
---------------------------------*/
a, a img {
	border: none;
	outline: none;
}
a:link, a:visited {
	color: #474747;
	text-decoration: none;
}
a:hover, a:active {
	color: #41B35B;
	text-decoration: none;
}

/*---------------------------------
テキスト設定
---------------------------------*/
p {
	margin: 0em 0em 1em;
	padding: 0em;
}

/*---------------------------------
トップイメージ＆メニュー
---------------------------------*/
.img-area {
	width: 750px;
	margin: 0px 0px 20px;
	padding: 0px;
}
.img-top {
	margin: 0px 25px 0px 50px;
	padding: 0px;
	border: none;
	float: left;
	display: inline;
}
#menu-top {
	width: 334px;
	margin: 0px 40px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
#menu-top img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
	float: left;
}

/*---------------------------------
トピックスリスト
---------------------------------*/
.info {
	width: 660px;
	margin: 0px 40px 0px 50px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}

.top-topics {
	margin: 20px 0px;
}
.new {
	width: 400px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 11px;
	background: #FBEDDD url(../img/line.gif) repeat-x bottom;
}
.new-item {
	margin: 0px;
	padding: 13px 0px 1px 2px;
	background: url(../img/line.gif) repeat-x top;
	color: #474747;
}
.new-item img {
	margin: 0px 0px 2px 5px;
	vertical-align: bottom;
}

.links {
	width: 202px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: right;
}

.sub-info {
	margin: 0px;
	padding: 0px;
	color: #474747;
	clear: both;
}

.inquiry {
	margin:-68px 20px 0 0;
	float:right;
}
/*---------------------------------
コピーライト
---------------------------------*/
#copy {
	margin:10px auto;
	width: 530px;
	height: 17px;
	text-align: center;
}

/*---------------------------------
clearfixハック/回り込み解除
---------------------------------*/
/* Modern browsers like Firefox, Safari, Opera */
div.img-area:after,
div.top-topics:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE*/
div.img-area,
div.top-topics {display: inline-block;}

/* Hides from IE-mac \*/
* html div.img-area,
* html div.top-topics {height: 1%;}
div.img-area,
div.top-topics {display: block;}
/* End hide from IE-mac */ 

.clear {
	clear: both;
}
