@charset "euc-jp";

/* ----- 全てのページに共通する部分の設定をします ----- */
* 		{margin: 0px; padding: 0px;}
html	{overflow-y:scroll;} /* Fire Fox, Opera */
img		{border:none; vertical-align:top;}
ul,li {list-style:none;}

/* 全体の背景色 */
body {
	background-color: #ffffff;
}

/* メニューの背景色 */
div#content{
}

/* 本文部分の背景色 */

div#main{
	background-color:#ffffff;
}

/* SEOワードの部分 */
h1 {
	font-weight: normal;	/* フォントの太さ（太いままにする場合は削除） */
	font-size: 10px;	/* フォントサイズ */
	line-height: 20px;	/* 行間（縦幅） */
	color: #999999;		/* フォントの色 */
	text-indent: 8px;	/* テキストの左余白 */
	/* background-color: #CCCCCC;	背景色 */
	background:url(../images/bg_seo.jpg) repeat-x;
	border:#fff solid 1px;
	border:#fff solid 1px;
	border:#fff solid 1px;
	border-top:#468B6A solid 4px;
}

/* フッターの色 */
div#footer {
	background-color: #112146;
}

/*フロートクリアー*/
.clear {
	clear:both;
}

