@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #003;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	margin-bottom: 5px;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}


/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 713px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/container_bg.gif);	/*HP最上段にある色のついたボーダー*/
	background-repeat: repeat-y;
	padding-top: 1px;
}




/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFFFFF;
	width: 713px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 84px;
	width: 100%;
	position: relative;
	background-image: url(images/heder_bg.jpg);
	background-repeat: no-repeat;
}

/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	color: #FFF;		/*文字色*/
	position: absolute;
	left: 8px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 0px;			/*ヘッダーに対して上から0pxの位置に配置*/
	z-index:1;			/*ロゴに重なった時にこちらが上に表示されるように*/
}

