@charset "utf-8";

/*==========背景等==========*/

body {
	background-color:#ffffff;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;
	font-size: 12px;
}

div.topmainarea{
	background-color:#ffffff;
	background-image:url(img/kage.gif);
	background-repeat:repeat-y;
	width:740px;
	margin:0;
	padding:10px 0 5px 10px;
	float:left;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}

div.news{
	width:550px;
	margin:0;
	float:left;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}

div.toprightbtn{
	width:180px;
	margin:0;
	float:right;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}


div.chirashidate{
	font-size:90%;
	text-align:center;
	margin:0 0 10px 0;	
}


div.tenpoarea{
	width:740px;
	margin:0;
	clear:both;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}

div.tenpo01{
	background-color:#feffed;
	width:246px;
	margin:0;
	float:left;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}

div.tenpo02{
	background-color:#feffed;
	width:246px;
	margin:0;
	float:left;
	text-align:center;
	border-style:solid;
	border-width:0 0 0 1px;
	border-color:#cccccc;
}

div.infoarea{
	width:740px;
	margin:0;
	padding:5px 0 0 0;
	clear:both;
	text-align:center;
	border-style:solid;
	border-width:0px;
	border-color:#999999;
}


.hizuke {
	color: #339900;
}