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:11pt;
	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
	}

h3	{	
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:11pt;
	color:#000;
	border-hight:px;
	border-style:groove;
	border-color:#06c;
	margin:30px 50px 10px 5px;
	vertical-align:middle;
	line-height:25px;
	padding:5x 10px;
	}


p	{
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:10pt;
	line-height:1.5em;
	color:#000000;
	margin:0px 20px
	}

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
	}

/*--　リストのスタイル　--*/
ul {
	margin:10px 20px;
	padding:0px 20px;
	font-family:'ＭＳ Ｐゴシック'sans-serif;
	font-size:11pt;
	line-height:18px;
	list-style-type:none;
	vertical-align:middle;
	color:#000
	}
/*--- リンクスタイル ---*/
a	{
	text-decoration:none
	}

/*--　テーブルのスタイル　--*/
tbody	{
	background-color:#ccffff;
	color:#000
	}
table	{
	center;
	margin:10px 30px;
 	border:none;
	font-size:11pt
	}

td	{
	border:none;
	border-bottom:solid 1px white;
	width:200px;
	height:35px;
	padding:5px 20px;
	text-align:left
	}
form	{
	text-align:center
	}