@charset "utf-8";


/* 各ページ共通
------------------------------------------------------------*/

body {
	text-align: center;
	background: #6FBBF1 url(../images/bg.jpg) repeat-x;
}


#page {
	width: 960px;
	line-height: 1.8;
	color: #436C74;
	background: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

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


/*テーブル*/
table {
	background-color: #ffffff;
	border: 1px solid #B5CDDD;
	width: 660px;
}

th {
	border: 1px solid #B5CDDD;
	background-color:#E3ECF2;
	color: #5189AE;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
	width: 120px;
}

td {
	border: 1px solid #B5CDDD;
	padding: 10px;
	text-align: left;
}

td .center{
	text-align: center;
}





/*共通クラス*/

.center {
	text-align: center;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_right_20 {
	float: right;
	margin_left: 20px;
}

.clear {
	clear: both;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}


.page_top {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}


.bottom_10 {
	margin-bottom: 10px;
}

.bottom_20 {
	margin-bottom: 20px;
}

.bottom_30 {
	margin-bottom: 30px;
}


.text10 {
	font-size: 10px;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 10px;
}

.notes {
	color:#A50A31;
}

.err {
	color:#A50A31;

}

.reserve_menu li {
	display: inline;
}


/* トップページ：ヘッダーエリア
------------------------------------------------------------*/
#header {
	height: 42px;
	width: 960px;
	background: url(../images/head_bg.jpg) repeat-x;
}

#logo {
	float: left;
	width: 165px;
	height: 14px;
	margin-top: 14px;
	margin-left: 21px;
}
	
#header h1 {
	float: right;
	font-weight: normal;
	font-size:10px;
	color: #ffffff;
	text-align: right;
	width: 500px;
	height: 29px;
	margin-top: 13px;
	margin-right: 20px;
}


#head_image {
	width: 960px;
	height: 408px;
	padding-top: 30px;
	background: url(../images/head_img2.jpg) no-repeat;
}

#top_btn {
	width: 408px;
	margin-left: 42px;
}

#top_btn li {
	line-height: 0px;
	float: left;
	width: 116px;
	margin-right: 20px;
}


#gnav {
	width: 960px;
}

#gnav li {
	line-height: 0px;
	float: left;
	width: 160px;
}

/* プルダウンメニュー
--------------------------------------------------------*/

#gnav, #gnav ul {  
    margin:0;  
    padding:0;  
    list-style-type:none;  
    position:relative;  
}  
#gnav li  {  
    float:left;  
    position:relative;  
}  

#gnav ul {  
    width: 140px;  
    position: absolute;  
    top: 44px;
    left: 1px;
   display: none;  
} 


#gnav ul li a {  
    width: 126px;  
    display: block;  
    background: #4B8CC9 ;  
    padding: 16px 5px 16px 28px;
    border-bottom: 1px dotted #fff;  
    color: #fff;  
    text-decoration: none;  
}  

#gnav ul li a:hover   {  
    background: #3874AC url(../images/yajirushi.gif) no-repeat;  
    color: #FFF;  
}  


/* コンテンツエリア：エリア分け
------------------------------------------------------------*/

#contents {
	width: 890px;
	padding-right: 35px;
	padding-left: 35px;
}


#contents_main {
	float: left;
	width: 672px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#contents_right {
	float: right;
	width: 188px;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* トップページ　コンテンツエリア
------------------------------------------------------------*/

#contents_main .left_side {
	float: left;
	width: 321px;
	margin-right: 30px;
}

#contents_main .left_side .photo1 {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 145px;
}

#contents_main .left_side .photo2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	width: 145px;
}


#contents_main .right_side {
	float: right;
	width: 321px;
}

.scroll  {
	overflow: auto;
	width: 321px;
	height: 170px;
}



/* トップページ　インフォメーション
------------------------------------------------------------*/

#info dl dd {
	background: url(../images/line.gif) repeat-x bottom;
	margin-top: -1.4em;
	padding-bottom: 5px;
	padding-left: 4em;
	margin-bottom: 10px;
	color:#808080;
}
#info dl {
	line-height: 1.4;
	width: 320px;
}
#info h2 {
	width: 321px;
	margin-bottom: 1em;
}


#info {
	margin-bottom: 20px;
}

#inf dl dt .date {
	font-weight: normal;
	color: #4F882D;
}


/* フッター
------------------------------------------------------------*/
#textnavi{
	background-color: #DDEBF6;
	padding: 10px;
	width 940px;
	text-align: center;
	color: #5A85A5;
	font-size: 0.9em;
}

#textnavi li{
	display: inline;
}

#textnavi li a{
	color: #5A85A5;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 10px auto 30px;
}

a:link,a:visited {
color:#5A85A5;
text-decoration:none;
}

a:hover {
color:#5A85A5;
text-decoration:underline;
}


