﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

*{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	line-height: 1.4;
	font-size: 12px;
	color: #555555;
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}


/*文書本体*/

body{
	background: url(../img/bg.jpg) repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover {
	color: #FF6B2B;
	text-decoration: underline;
	}

/*画像*/

img{
	border: 0;
}


div#container{
width:760px;
margin-left:auto;
margin-right:auto;
background:#FFFFFF;
border-left:1px solid #C2C2C2;
border-right:1px solid #C2C2C2;
border-bottom:1px solid #C2C2C2;
overflow:auto;
}

/*見出し*/

h1 {
  font-weight :          normal;
  font-size:             12px;
  color:                 #FFFFFF;
  margin-bottom: 7px;
  position:relative;
  top:5px;
	margin-left:auto;
	margin-right:auto;
}

/*ヘッダー*/

div#header{
	width: 760px;
}

div#header_1{
	width: 760px;
	height: 10px;
	background-color: #006633;
}

div#header_2 {
	width: 760px;
	height: 85px;
	background-color: #FFFFFF;
}

div#header_logo {
	float: left;
	padding:18px 0 18px 15px;
}

div#header_tel {
	float: right;
	padding:18px 15px 18px 0;
}

div#header_button {
	float: right;
	padding:17px 15px 17px 0;
}

div#header_3 {
	width: 760px;
	height: 50px;
	background-color: #006633;
	color: #FFFFFF;
	float:left;
	clear: both;
}

div#header_3 h3{
	padding:18px 0 0 15px;
	color: #FFFFFF;
	float:left;
}

div#header_3 p{
	padding:18px 5px 0 0;
	color: #FFFFFF;
	float:right;
}

div#header_menu {
	width: 760px;
	height: 50px;
}

div#header_menu p{
	padding:15px 10px 0 0;
	color: #FFFFFF;
}

div#menu_navigation {
	width: 760px;
	height: 150px;
	text-align:left;
}

ul#navigation li {
	height:150px;
	list-style-type: none;
	float:left;
}

ul#navigation li a{
	display:block;
	height:150px;
	text-decoration:none;
	text-indent:-1500px;
	background-repeat:repeat-x;
	outline:0;
	display:block;
}

li#menu01 a{background:url("../img/menu01.jpg"); width: 190px;}
li#menu02 a{background:url("../img/menu02.jpg"); width: 190px;}
li#menu03 a{background:url("../img/menu03.jpg"); width: 190px;}
li#menu04 a{
	width: 190px;
	background-image: url(../img/menu07.jpg);
}


li#menu01 a:hover{background:url("../img/menu01.jpg"); width: 190px;}
li#menu02 a:hover{background:url("../img/menu02.jpg"); width: 190px;}
li#menu03 a:hover{background:url("../img/menu03.jpg"); width: 190px;}
li#menu04 a:hover{
	width: 190px;
	background-image: url(../img/menu07.jpg);
}



/*コンテンツ*/


div#contents{
	float:left;
	width: 760px;
	height:auto;
	background-image: url(../img/top_photo1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #contents #Information {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#container #contents #Information p {
	float: left;
	border: 2px solid #FF0000;
	padding: 10px;
	line-height: 2;
	background-color: #FFFFFF;
	width: 580px;
}
#container #contents #Information p span#informationTop {
	font-size: medium;
	font-weight: bold;
	line-height: 2;
}
#container #contents #Information p span#ScheduleInfo {
	color: #FF0000;
	line-height: 2;
}

#container #contents #Information p span#red {
	font-weight:bold;
	font-size:large;
	color:#FF0000
}
#container #contents #Information p span#black {
	font-weight:bold;
	font-size:large;
	color:#000000
}
#container #contents #Information p span#cornflowerblue {
	font-weight:bold;
	font-size:large;
	color:#6495ED
}

#container #contents #Information p span#darkorange {
	font-weight:bold;
	font-size:large;
	color:#FF8C00;
}

#container #contents #Information p span#navyblue {
	font-weight:bold;
	color:#1f2f54;
}

#container #contents #Information p span#green {
	font-weight:bold;
	font-size:large;
	color:#008000;
}













div#contents p{
	float:right;
	width: 475px;
	line-height: 1.6;
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15;
	margin-left: 0;
}
#container #contents p img {
	margin-bottom: 10px;
	margin-top: 10px;
}



/*新着情報*/

div#news{
	float:left;
	width: 760px;
	padding: 15px 0 15px;
}

div#news p{
	margin: 0 0 5px 20px;

}

div#news_txt{
	width: 715px;
	margin: 0 auto;
}


/*フッター*/

div#footer{
	float:left;
	width: 760px;
	background-color: #006633;
}

div#footer_link{
	margin: 25px auto;
	color: #FFFFFF;
	text-align: center; 
}

div#footer_info {
	margin: 0 0 10px 15px;
	color: #FFFFFF;
	float:left;
}

div#footer_cpoy {
	margin: 50px 15px 10px 0;
	color: #FFFFFF;
	float: right;
}

