body {
	background: url(../img/body-bg.gif) #f2f2f2;
	color: #333;
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS P Gothic', sans-serif;
	margin: 0 auto;
	text-align: center;
	letter-spacing:1px;
	}
	
p {
	margin: 0;
	padding: 2px 0;
	font-size: 80%;
	line-height: 1.3em;
	}
	
dl {
	clear: both;
	line-height: 2em;
	}
	
dt {
	clear: both;
	float: left;
	width: 100px;
	padding:0 5px;
	background-color:#FFCC99;
	border-bottom:1px solid #FFF;
	font-size:75%;
	}
	
dd {
    margin-left:110px;
	border-bottom:1px dotted #FFCC99;
	padding:0 5px;
	font-size:75%;
	}

h1,h2,h3,h4 {
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color: #69F;
	text-decoration: none;
	}
	
a:hover {
	color: #39F;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	}
	
/*　========== カラーテキスト ===========　*/
.text_orange {
	margin:10px 0 0;
	padding:10px 0 0;
	color:#FF6600;
	font-weight:bold;
	}

.text_red {
	color: #C00;
	}

.text_black {
	color:#000;
    }

/*　========== イメージ ===========　*/
a img, img { 
border:0;
}

.img{
	padding: 0px;
	margin: 0 5px 0 0;
}

.imgright {
	float: right;
	}

.imgleft {
	float: left;
	margin:0 15px 0 0;
	}	

/*　========== レイアウト ===========　*/	
#wrapper {
	margin: 0 auto;
	width: 810px;
	}
	
#content_wrap {
	margin:0;
	padding:0 5px;
	background: url(../img/content_bg01.gif) repeat-y;
	text-align: left;
	}
	
#header {
	margin: 0;
	padding: 0;
	text-align:right;
	border-top:#C00 3px solid;
	}

#globalnavigation {
	clear:both;
	margin: 15px 0 0;
	padding: 0;
	background: url(../img/gnavi_bg.gif)  0 0 repeat-x;
	height: 67px;
	text-align: left;
	}

#content {
	margin-top:15px;
	padding: 0 0 15px;
	background: url(../img/content_bg02.gif) repeat-y;
	}
	
#footer {
	clear: both;
	color: #333;
	height: 52px;
	padding: 8px 14px 0;
	border-top: #900 2px solid;
	font-size:75%;
	text-align: center;
	}

/*　========== ヘッダーパーツ ===========　*/
#header h1 {
	font-size: 75%;
	font-weight: normal;
	color: #C00;
	padding:5px 0 0 10px;
	}

#globalnavigation ul{
	margin: 0;
	padding-left:5px;
	}

div#globalnavigation li {
   float:left;
   font-size:82%;
   color:#FFF;
   text-align:left;
   font-weight:bold;
   list-style-type:none;
}
	
#globalnavigation li a {
	display: block;
	float: left;
	padding: 15px 0 0 15px;
	background: url(../img/gnavi_menu.gif) 0 0 no-repeat #C00;
	height: 50px;
	width: 143px;
	color:#FFF;
	}

#globalnavigation li a.home {
	display: block;
	float: left;
	padding: 15px 0 0 15px;
	background: url(../img/gnavi_home.gif) 0 0 no-repeat #C00;
	height: 50px;
	width: 143px;
	color:#FFF;
	}
	
#globalnavigation li a:hover {
	background: url(../img/gnavi_menu.gif) 0 -65px #C00;
	text-decoration: none;
	}

#globalnavigation li a:hover.home {
	background: url(../img/gnavi_home.gif) 0 -65px #C00;
	text-decoration: none;
	}

#globalnavigation p.sub {
	color: #FFF;
	padding-top: 5px;
	font-size: 75%;
	font-weight:normal;
	letter-spacing:1px;
	}

#globalnavigation p.sub a {
	color: #FFF;
	}

#globalnavigation p.sub a:hover {
	background: #FFF;
	text-decoration: none;
	}

/*　=========コンテンツ左============　*/		
#cont_left {
	float: left;
	padding: 0;
	width: 220px;
	text-align:left;
	color:#FFF;
	}

#left_title {
	margin: 0;
	padding: 0;
	background: url(../img/left_title.gif) no-repeat;
	height: 65px;
	}

#left_title h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 94%;
	color: #FFF;
	}

#left_title p.subtext {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 20px;
	font-size: 75%;
	color: #FFF;
	}

#left_title a {
	display:block;
	background: url(../img/left_title.gif) no-repeat;
	height: 65px;
	color: #FFF;
	text-decoration:none;
	}

#left_title a:hover {
	background: url(../img/left_title.gif) 0 -65px no-repeat;
	color: #FFF;
	text-decoration:none;
	}
	
#cont_left ul {
	list-style-type: none;
	margin: 10px 10px;
	padding: 0;
	}
	
#cont_left li {
	margin: 5px 0;
	}

#cont_left li a {
	padding: 10px 0 0 20px;
	background: #FC9;
	color: #333;
	display: block;
	font-size: 10pt;
	height: 20px;
	}
	
#cont_left li a:hover {
	background: #F96;
	color:#FFF;
	text-decoration: none;
	}
	
#contact_box h3 {
	color: #fff;
	font-size:12px;
	text-align: left;
	}

.messege_box {
	padding: 0 15px 10px;
	}

.messege_box p.messege {
	font-size:75%;
	}

.messege_box a {
	display: block;
	padding: 11px 0 0;
	background: url(../img/left_link.gif) 0 0 no-repeat #FC9;
	height: 19px;
	color: #000;
	font-size: 75%;
	text-align:center;
	}
	
.messege_box a:hover {
	background: url(../img/left_link.gif) 0 -30px no-repeat #F96;
	color:#FFF;
	text-decoration: none;
	}

.tel{
	font-size:113%;
	font-weight:bold;
	}

.comment{
	margin:10px 0 0;
	padding:5px;
	background: #FC9;
	font-size:75%;
	line-height: 1.2em;
	}
	
/*　=========コンテンツ右============　*/
#cont_right {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	width: 530px;
	text-align:left;
	}

.content_main {
	margin: 15px 0 25px; 
	}
	
#cont_right h2 {
	margin: 0;
	padding: 15px 10px 15px;
	background: url(../img/title_02_bg.gif) repeat-x;
	font-size: 88%;
	font-weight: bold;
	}
	
#cont_right h3 {
	margin: 0;
	padding: 8px;
	background: url(../img/h_bg_01.gif) repeat-x;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	}

#cont_right h4 {
	clear:both;
	margin: 0;
	padding: 0 0 5px;
	color:#FF9900;
	font-size: 120%;
	font-weight: bold;
	}

#cont_right h5 {
	margin: 20px 0 0;
	padding: 0 0 5px 15px;
	background:url(../img/ic01.gif) no-repeat;
	color: #333;
	font-size: 85%;
	font-weight: bold;
	}

.box {
    margin:10px 20px;
	padding:5px;
    border: 1px dotted #FF0000;
	line-height:1.5em;
	font-size:80%;
	}
	
#content_main ul {
	list-style-type: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 15px 10px;
	}

/*　=========イベント情報欄============　*/
#new{
	 overflow:auto;
	 margin: 10px 0 20px;
	 padding: 10px;
     width:500px;
	 height:200px;
	 border:#CCC 1px solid;
	 font-size:75%;
	 line-height:1.2em;
	 }

hr{
	border: dashed #999;
	border-width:1px 0px 0px 0px;
}

/* ==========よくある質問============= */
.q{
   margin:10px 0 0;
   padding: 3px 0 5px 25px;
   background:url(../img/faq01.gif) no-repeat;
   font-size:75%;
   font-weight:bold;
   }

.a{
   margin:5px 0 5px;
   padding: 0 0 5px 25px;
   background:url(../img/faq02.gif) no-repeat;
   font-size:75%;
   line-height: 1.5em;
   }

/* ========== テーブル ============== */
#table  {
    border: 1px #666 solid;
    border-collapse: collapse;
	line-height:1.5em;
    }

#table th {
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
    }

#table td {
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size:80%;
    }

#table td.name {
	background:#CCC;
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size:80%;
    }

td.images {
	border:none;
    text-align: center;
    }

td.geinin {
	background: #CF9;
	width:95px;
    border: 3px #FFF solid;
    text-align: center;
	font-size:80%;
    }
