
/* レイアウト */

/* 全体 */
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;
	}


/* トップメッセージ */	
h1	{
	width:720px;

 	margin:0 auto 0;
 padding-left:5px;
	text-align:left;

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

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

 	margin:0 auto 0;
	background-color:#fff;

	}

#header_left	{
	width:355px;	/* 360px */
	height:50px;	/* 50px */

	background-color:#fff;

	padding-left:5px;

	float:left;

	text-align:left;

	}

#header_right	{
	width:355px;	/* 360px */
	height:20px;	/* 50px */

	background-color:#fff;

	padding:30px 5px 0 0;

	float:left;

	text-align:right;
	}

/* ヘッダー画像 */
#header_top	{
	width:680px;	/* 720px */
	height:149px;	/* 239px */

	background:#fff url(../images/header_top.gif) ;
	background-position: center top;
	background-repeat:no-repeat;

 	margin:0 auto 0;
	padding:90px 0 0 40px;

	position:relative;

	text-align:left;
	}

#header_con	{
	width:655px;	/* 720px */
	height:41px;	/* 131px */

	background:#fff url(../images/header_con.gif) ;
	background-position: center top;
	background-repeat:no-repeat;

 	margin:0 auto 0;
	padding:90px 0 0 65px;

	position:relative;

	text-align:left;
	}

/* コンテンツ */
#contents {
	position:relative;
	width:720px;
	margin:0 auto 0;

	background-color:#fff;
}

#contentsbody	{	/* 660px */
	margin:15px 30px 15px 30px;
	text-align:left;
	}

/* サイド */
#side	{
	width:210px;

	float:left;

	text-align:left;
	vertical-align:top;
	}

#sidebody	{
	}


/* メイン */
#main	{
	width:450px;	

	float: right;;

	text-align:left;
	vertical-align:top;

	line-height:110%;
  	}

#mainbody	{
	padding-left:20px;
	}



/* 下部メニュー */
#ft_menu	{

	clear:both;

	width:100%;

	background-color:#fff;

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

	text-align:center;
	font-size:85%;
 	}

#ft_menu a	{
	color:#333333;
	text-decoration:none;
}

#ft_menu a:hover	{
	color:#006699;
}


/* フッター */
#footer	{
	background:#f7f6f5 url(../images/footer_bg.gif) ;

	width:720px;
	height:18px;	/* 26px */

	color;#fff;

	text-align:center;
  	margin:0 auto 0;

	padding-top:8px;

}


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

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

  	margin:0 auto;

	padding-top:4px;
}

