
/* レイアウト */

/* 全体 */
body	{
	background:#F8F7F7 url(../images/background.gif) ;
	background-position: center top;
	background-repeat:repeat-y;

	margin:0px;
	padding:0px;

	font-size:small;
	text-align:center;
	color:#333333;
	}

#container	{
	width: 720px;

 	margin:0 auto 0;
	padding: 0;

	background-color:#fff;
	}


/* トップメッセージ */	
h1	{
 	margin:0 auto 0;
	padding-top:10px;

	height:30px;	/* 40px */

	background:#FFB96F url(../images/h1_bg.gif) ;
	background-repeat:repeat-x;

	text-align:left;
	color:#fff;

	font-size:small;
	font-weight:normal;
	}


/* ヘッダー */
#header	{
	width:720px;	/* 720px */
	height:350px;	/* 350px */

	background:#fff url(../images/header_img.jpg) ;
	background-position: right top;
	background-repeat:no-repeat;

 	margin:0 auto 0;
	padding:0px 0 0 0px;

	text-align:left;

	}

#header-inner	{

	width:370px;	/* 400 */
	padding:50px 0 0 30px;

	text-align:center;
	color:#FF9900;

	font-size:large;
	font-family: sans-serif;

	}

/* コンテンツ */
#contents {
	width:720px;

	margin:0 auto 15px;

}

.contents-inner	{
	width:640px;

	margin-left:auto;
	margin-right:auto;

	margin-bottom:20px;

	text-align:left;
	}



.left_right	{
	width:640px;
	margin:10px 0 15px 0;
	}


.left	{
	width:420px;

	float:left;

	margin-right:10px;
	padding:10px;

	text-align:left;

	background-color:#F9ECDE;
	}

.right	{
	width:155px;

	float:left;

	margin-left:10px;
	padding:10px;

	text-align:left;

	background-color:#F9ECDE;
	}


/* コピーライト */
#copy	{
	width:720px;

	text-align:center;
	font-size:x-small;
	font-family: sans-serif;

  	margin:0 auto;
	padding-top:4px;

	border-top:solid 1px #F9ECDE;
}
