/*ページのレイアウト*/

BODY{
	margin-top : 2px;
    padding: 0;
    text-align: center;
    align: center;
    font-family: "ＭＳ Ｐゴッシク#000000", Osaka, "ヒラギノ角ゴッシック Pro W3";
	
	background-color : #f8f7e4;
}

#main{
	
	border-left : 1px ridge #a0a0a0;
	border-right : 1px inset #a0a0a0;
	border-bottom: 1px solid #A0A0A0;
	text-align: float;
	width : 77%;
	background-color: #FFFFFF;
	} 

	
#footer{
	width: 800px;
	}	

A:link    {color:#000000;text-decoration:none;}
A:visited {color:#000000;text-decoration:none;}
A:active  {color:#000000;text-decoration:none;}
A:hover   {color:red;position:relative; top:0; left:1;}

th, td {
  	font-size: 14px;
	}

/* 内容*/


H1	{
  	font-size : 14px;
  	font-weight: 100;
	height: 19px;
	padding-top : 5px;
	font-weight : 100;
}

td#h1padding{
	padding-top: 3px;
}

.headline{
	background-image : url(../image/top_topline.gif);
	background-repeat : repeat;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	}
	
	

.header{	
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	height: 50px;
	background-image : url(../image/head_line800x50.gif);
	background-repeat: repeat-y;
	}
	
TD.logo_padding{
/*	width:150px; */
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 30px;
	float : none;
	}


#open_house{
	text-align:center;
	vertical-align: middle;
	height:25px;
	background-color: #99cccc;
	border-left: 1px solid #00cccc;
	border-right: 1px solid #00cccc;
	border-top: 1px solid #00cccc;
	font-size: 130%;
	height: auto;
	font-weight: 600;

	color: #cc0000;
	}
	
#open_day{
	background-color: #ccffff;
	border-left: 1px solid #99cccc;
	border-right: 1px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	height: 35px;
	text-align: center;
	font-size : medium;
	}
	
td.textpadd{
	Padding-top:7px;
	}

.osusume{
	background-color: #66cc99;
	/*border: 1px solid #009999;*/
	border-top: 1px solid #009999;
	border-right: 1px solid #009999;
	border-left: 1px solid #009999;
	text-align: center;
	height: auto;
	font-size: 130%;
	color: blue;
	font-weight: 600;
	}
	
#inframe_body_color{
	background-color: #ccffcc;
	}


