@charset "euc-jp";



/* ----- 全てのページに共通する部分の設定をします ----- */


html {

    overflow-y:scroll;
	
}


/* 全体の背景色 */

body {

	background-color: #ffffff;

}



/* メニューの背景色 */

div#content{

	background: url(../images/bg_side.jpg) bottom left no-repeat;
	background-color:#f4fbfc;

}



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



div#main{

	background-color:#ffffff;

}



/* SEOワードの部分 */

h1 {

	font-weight: normal;	/* フォントの太さ（太いままにする場合は削除） */

	font-size: 10px;	/* フォントサイズ */

	line-height: 10px;	/* 行間（縦幅） */

	color: #AAA9A9;		/* フォントの色 */

	text-indent: 8px;	/* テキストの左余白 */

	background-color: #E1E1E1;	/* 背景色 */

	border-top: 1px solid #666666;
}



/* フッターの色 */

div#footer {

	
	background: url(../images/footer_bg.gif) left top repeat;

	border-bottom: 2px solid #666666;

}



/*フロートクリアー*/

.clear {

	clear:both;

}



/*初期化*/

p {

	margin: 0;

	padding: 0;

}

