/* CSS Document */

/** ========== BASIC ========== */

body,p,td,th,li,h1,h2,h3,h4,input,textarea{
	font-family: "Arial", "sans-serif", "ＭＳ Ｐゴシック";
	line-height: 18px;
	color: #300600;
	font-size: 12px;
	text-align: left;
}


body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, sans-serif,ＭＳ Ｐゴシック;
	color: #300600;
	font-size: 12px;
	background-color: #A99071;
	background-image: url(../gfx/bgd_behind.png);
	background-repeat: repeat-y;
		
}


a {
	
	color: #309BEB;
}


a:hover {
	text-decoration: none;
	color: #F8B62B;
}



/** ========== HEADER ========== */

#header {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../gfx/top/topbanner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}



/** CONTENT */

#content {
	width: 930px;
	margin: 0px auto;
	height:inherit;
	background-color: #fff;
}

#in {
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
}


#flash {
	width: 930px;
	margin: 0px auto;
}


.titlea {
	font-size:20px;
	font-style: bold;
}


.subtitlea {
	font-size:12px;
	color: #F33B12;
	font-style: bold;
}





/* add css */


td,tr{
	white-space:normal;
}
.s{font-size: 9px; line-height:12px; white-space:normal; width:100%; margin-right:25px;}
.module-list-item a.a_menu{font-size: 10px; color: #666666;}
.module-list-item a.a_menu:hover{text-decoration: underline; }


.off{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #97C74B;
}
.allday{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #F8B62B;
}
.halfday{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EF9DC2;
}

.styletext {
	font-size:9px;
}




#button{
	padding-right:50px;
	padding-left:50px;
}

#news{
	width: 600px;
	height:155px;
	border: thin solid #999999;
}
 

#news a{
color:#999999;
font-size: 10px;
}




#news a:link,
#news a:visited{
text-decoration:underline;
}


#news a:hover,
#news a:active{
text-decoration:underline;
color:#4CA301;
}



ul.link{
	margin:0px 0 5px 10px;
	padding-top:20px;
	list-style-type:none;
	padding-right: 5px;
}
ul.link li{
margin:5px 0 5px -15px;
padding:0px 0 4px 25px;
}


#news ul.link li{
background:url(../img/top/info.gif) no-repeat;
}





/** ========== 中PAGE ========== */

#inside {
	width: 730px;
	margin: 0px auto;
	margin-top: 30px;
}

	

/** ========== FOOTER ========== */

#footer {
	clear: both;
	width: 930px;
	margin: 0px auto;
	background-image: url(../gfx/footer.gif);
	background-repeat: no-repeat;
}

.footerright {
	margin: 0px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 4;
}

.footercentered {
	margin: 0px;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding-top: 5px;
}


#border-top {
	border-top: 5px solid #60B7DE;
}
