body	{
	background-image:url("../img/center_body.jpg");
	background-repeat:repeat-y;
	background-color:#A2BED5
	}
/*--　文字のスタイル　--*/

h1	{
	margin:10px 10px;
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:13pt;
	font-weight:bold;
	color:#0099ff;
	text-align:center
	}
.mark{
	vertical-align:middle
	}

h2	{	
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#A2BED5;
	border-top:solid 2px #9cf;
	border-right:solid 2px #06c;
	border-bottom:solid 2px #06c;
	border-left:solid 2px #9cf;
	margin:30px 20px 10px 5px;
	vertical-align:middle;
	line-height:1.5em;
	padding-left:20px
	}
p	{
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:10pt;
	line-height:1.5em;
	color:#000000;
	margin:0px 15px
	}

address	{ 
	font-family:"MS Arial",'ＭＳ Ｐゴシック'sans-serif;
	font-size:10pt;
	line-height:1.5em;
	vertical-align:middle;
	text-align:center
	}

/*--　　領域のスタイル　--*/ 
#contents {
	width:600px;
	margin-left;10px;
	padding:20px 10px
	/*background-image:url("../img/center_back_top.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 50%*/
	}

#footer	{
	position:relative;
	bottom:0;
	left:0;
	margin:0px;
	padding:0px;
	height:50px;
	/*width:615px;*/
	background-image:url("../img/address_bar.jpg");
	background-repeat:no-repeat;
	background-color:#A2BED5
	}
