/* CSS Document */
body {
	padding-top:10px;
	font-size:12px;
	line-height:150%;
	margin:0px;
	text-align:center;
	color: #666666;
	background-color: #ffffff;

}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

.clear {
	clear:both;
}

img {
	border:0px;
}

/*PARTS*/

#Block_Main {
	width:761px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#Block_Main  h1 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

#Block_Main  h2 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

.none {
	position: absolute;
	left: -9999px;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

.hidden {
	display:none;
}

.header {
	background-image:url(../picture/logo_main.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
}

.pad {
	margin-left:60px;
}

/*-- header menu --*/
.Menu {
	width:760px;
	height:18px;
	margin: 0; 
	padding :0;
	background-color: #687e52;
}
.Menu ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
.Menu li { 
	display : inline; 
	padding :0; 
	margin:0; 
	float:left;
}
.Menu a {
	display:block; 
	border-right:#ffffff 1px solid;
	background-color:#687e52;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	width:100px;
	text-align:center;
}
.Menu a:hover {
	display:block; 
	border-right:#ffffff 1px solid;
	background-color: #a2dba8;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	width:100px;
	text-align:center;
	font-weight:bold;
}

/*BRAND*/
.BrandNav {
	right: 0px;
	top: 56px; 
	width: 760px;
	height: 80px;
	background: #a2dba8 url(../picture/leaf.jpg);
}

.BrandNav .left {
	width:130px;
	height:70px;
	background-image:url(../picture/logo_comment.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
	margin-left:3px;
	margin-right:5px;
	padding-top:15px;
	float:left;
	font-weight:bold;
}	

.BrandNav .right {
	width:600px;
	float:left;
	font-weight:bold;
}

.BrandNav .right ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	font-weight:bold;
}
.BrandNav .right li { 
	display : inline; 
	padding :0; 
	margin:0; 
	float:left;
	font-weight:bold;
}
.BrandNav .right a {
	display:block; 
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	width:150px;
	text-align:left;
	font-weight:bold;
}
.BrandNav .right a:hover {
	display:block; 
	/* background-color:#E3FAA0; */
	background-color:#a2dba8;
	font-size:12px;
	text-decoration:none;
	color: #5C732F;
	width:150px;
	text-align: left;
	font-weight:bold;
}

/*NEWS*/
.news {
	width:760px;
	height:175px;
	text-align:left;
}

.scroll {
	overflow-x:auto;
	overflow-y:hidden;
}

.Card {
	float: left;
	width: 360px;
	height: 130px;
	margin: 2px 5px 2px 5px;
	background: #ffffff url(../picture/frame2.gif);
	padding:15px 3px 5px 7px;
	background-repeat:no-repeat;
}

.Card img {
	background-color:#FFFFFF;
	padding:2px 2px 2px 2px;
	border:#999999 1px solid;
	margin:2px 7px 2px 2px;
}

/*下枠*/
.blocks {
	width:760px;
	height:auto; /* 2009.4.13 edit　height:270px;*/
	padding-top:10px;
}

.blocks .b-left {
	width:380px;
	float:left;
}
.blocks .b-left dl{
	margin:3px 5px auto 5px;
	height:300px;	
	overflow:auto;
}
.blocks .b-left dt{
	border-left:#990000 2px solid;
	font-size:12px;
	font-weight:bold;
	color:#993333;
	padding-left:3px;
	padding-bottom:3px;
}
.blocks .b-left dd{
	margin-left:0px;
	border-left:#990000 2px solid;
	padding-left:3px;
	padding-bottom:3px;
	margin-bottom:2px;
	border-bottom: #999999 1px dotted;
}

.blocks .b-left dd a{
	color:#333333;
	text-decoration:underline;
}
.blocks .b-left dd a:hover{
	color: #993300;
	text-decoration:underline;
}

/*左枠　カレンダー*/
#Table_MainCalender{
	position: relative;
	width: 350px;
	font-size:12px;
}
#Table_Calender{
	position: relative;
	width: 140px;
	margin: 5px 0 0;
	text-align: left;
	background-color: #ffffff;
	font-size:12px;
}
#Table_Calender THEAD{
	font-weight: bold;
	width: 20px;
}
#Table_Calender TH{
	background-color: #cc9999;
	width: 20px;
	hight: 20px;

}



/*右枠*/
.blocks .b-right {
	width:380px;
	float:left;
}

.blocks .b-right dl {
	margin:2px auto auto 5px;
}
/*↓これがいきている*/
.blocks .b-right dt {
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	color:#666666;

}
#Table{
	position: relative;
	width: 340px;
	margin: 5px 0 0;
	text-align: left;
	background-color: #ffffff;
	font-size:12px;
}
#Table THEAD{
	background-color: #67e47e;
	font-weight: bold;
}
#Table TH{
	background-color: #a8efaf;
}

/*FOOTER*/
.footer {
	width:760px;
	border-top:#666666 1px dashed;
	border-bottom:#666666 1px dashed;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	font-size:11px;
	color:#999999;
}

.yellow {
	background-color:#FFFF66;
	}
	
.font_red {
	color: #FF0000
}
.font_blue {
	color: #0000FF;
}
