@charset "utf-8";
/*formatting style
------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 80%;
	line-height: 150%;
	background-image: url(../../images/haikei.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	background-attachment: fixed;
}
hr {
	display: none;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;}
ol, ul {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}

/*basic layout
------------------------------------*/

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
#container {
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
h1{
	float: left;
	height: 28px;
	width: 900px;
	font-size: 78%;
	text-align: right;
	color: #333333;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 40px;
}

/* --------------------------------
	ヘッダー	
-------------------------------- */
#header{
	float: left;
	height: 150px;
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
}
.logo{
	float: left;
	height: 65px;
	width: 300px;
}
/* --------------------------------
	トップメニュー
-------------------------------- */
#top_menu {
	width:900px;
	float: left;
	height: 22px;
}
#top_menu ul {
	float: right;
	width: 500px;
}
#top_menu ul li{
	float: left;
	padding-left: 20px;
	background-image: url(../../images/topmenyu_ya.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	display: block;
	font-size: 90%;
	
}
#top_menu ul li a{
	display:block;
	color: #333333;
}
#top_menu ul li a:hover {
	color: #009933;
}

/* --------------------------------
	ヘッダーメニュー
-------------------------------- */
#header_menu {
	width:900px;
	height: 50px;
	float: left;
}
#header_menu ul {
	width: 100%;

	
}
#header_menu ul li{
	float: left;
	
}
li.h_home{
	background-image: url(../../images/main_navi/home_on.jpg);
	background-repeat: no-repeat;
}
li.h_nagare{
	background-image: url(../../images/main_navi/nagare_on.jpg);
	background-repeat: no-repeat;
}
li.h_iedukuri{
	background-image: url(../../images/main_navi/iedukuri_on.jpg);
	background-repeat: no-repeat;
}
li.h_sekou{
	background-image: url(../../images/main_navi/gallery_on.jpg);
	background-repeat: no-repeat;
}
li.h_mail{
	background-image: url(../../images/main_navi/mail_on.jpg);
	background-repeat: no-repeat;
}
li.h_event{
	background-image: url(../../images/main_navi/event_on.jpg);
	background-repeat: no-repeat;
}
li.h_voice{
	background-image: url(../../images/main_navi/koe_on.jpg);
	background-repeat: no-repeat;
}
div#header_menu ul li a{
	display:block;
}
div#header_menu ul li a:hover {
	background-color:transparent;
}
div#header_menu ul li a:hover img{
	visibility:hidden;
}

/* --------------------------------
	ヘッダーメニュー
-------------------------------- */
#header_menu {
	width:900px;
	height: 45px;
	float: left;
}
#header_menu ul {
	width: 100%;

	
}
#header_menu ul li{
	float: left;
	
}
li.h_home{
	background-image: url(../../images/main_navi/home_on.jpg);
	background-repeat: no-repeat;
}
li.h_nagare{
	background-image: url(../../images/main_navi/nagare_on.jpg);
	background-repeat: no-repeat;
}
li.h_iedukuri{
	background-image: url(../../images/main_navi/iedukuri_on.jpg);
	background-repeat: no-repeat;
}
li.h_sekou{
	background-image: url(../../images/main_navi/gallery_on.jpg);
	background-repeat: no-repeat;
}
li.h_mail{
	background-image: url(../../images/main_navi/mail_on.jpg);
	background-repeat: no-repeat;
}
li.h_event{
	background-image: url(../../images/main_navi/event_on.jpg);
	background-repeat: no-repeat;
}
li.h_voice{
	background-image: url(../../images/main_navi/koe_on.jpg);
	background-repeat: no-repeat;
}
div#header_menu ul li a{
	display:block;
}
div#header_menu ul li a:hover {
	background-color:transparent;
}
div#header_menu ul li a:hover img{
	visibility:hidden;
}
#main_photo{
	float: left;
	width: 900px;
}
/* --------------------------------
	メインコンテンツ	
-------------------------------- */
#main{
	float: left;
	width:900px;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 15px;
}

#main h2{
	float: left;
	height: 40px;
}

#maincontents,#sidebar {
	float: left;
	width: 670px;
}
#maincontents{
	width: 670px;
	float: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
.maintext{
}
/* --------------------------------
	サイドバー	
-------------------------------- */

#sidebar{
	float: right;
	width: 190px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/other_side/side_back.jpg);
	background-repeat: repeat;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebar li{
}
#sidebar ul li{
}
.s_hiki{
	background-image: url(../../images/hikiwatashi_on.jpg);
	background-repeat: no-repeat;
}
.s_shinko{
	background-image: url(../../images/shinkou_on.jpg);
	background-repeat: no-repeat;
}
#sidebar ul li a{
	display:block;
}
#sidebar ul li a:hover {
	background-color:transparent;
}
#sidebar ul li a:hover img{
	visibility:hidden;
}
/* --------------------------------
	フッター	
-------------------------------- */
#footer {
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	float: left;
	width: 900px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 20px;
}
#footer_main {
	width:900px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #333;
	line-height: 130%;
	font-size: 90%;
}
.footer_navi{
	width: 650px;
	text-align: center;
	float: right;
}

.footer_navi ul {
	position:relative;
	margin:0;
	width:650px;
	float: left;
}
.footer_navi ul li {
	float:left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	padding: 0;
}
.footer_navi ul li a{
	color: #333333;
}
.footer_navi ul li a:hover {
	color: #0099FF;
}
.copylight{
	width: 650px;
	float: right;
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEEE;
}
.toiawase{
	float: left;
	width: 228px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #E6E6E6;
}
.day {
	color: #00CCFF;
	font-weight: bold;
}
