@charset "SHIFT_JIS";
@import "tag_selector.css";
@import "shared_class.css";


/*-----ヘッダー---------------------------------------------------------------*/

#header{
	background-color: #336600;
	height: 25px;
	width: 750px;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #336600;
	border-left-color: #336600;


}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover{
	color: #FFFFCC;
	text-decoration: underline;
}

h1{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 8px;
	margin-top: 5px;

}


/*-----コンテンツ-----------------------------------------------------*/

#flash{
	height: 450px;
	float: left;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-left-color: #336600;
}


#menu{
	background-image: url(../menu/bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	float: left;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-left-color: #336600;

}


h2{
	display: none;
}

.menu1{
	margin-left: 15px;
	
}

.menu2{
	margin-left: 15px;
	
}

.menu3{
	margin-left: 15px;
	
}

.menu4{
	margin-left: 15px;
	
}

.menu5{
	margin-left: 15px;
	
}

.tel{
	margin-left: 50px;
	
}

#main {
	height: 200px;
	width: 750px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-left-color: #336600;
}

#r{
	height: 10px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	float: left;
	width: 745px;
}


#info{
	float: left;
	width: 735px;
	clear: left;
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
}

#calendar{
	float: right;
	width: 380px;
	clear: right;
	margin-top: 5px;
}


#navi{
	text-align: center;
	width: 750px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}




/*-----フッター---------------------------------------------------------------*/

#footer{
	text-align : center;
	background-color: #336600;
	font-weight: normal;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336600;
	border-left-color: #336600;
	float: left;

} 

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFCC;
	text-decoration: underline;
}
