@charset "utf-8";
 *{
	 margin:0;
	 padding:0;
	 list-style:none;
 }
 
html {
	 font-family:"メイリオ","Meiryo","ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	 font-size:14px;
	 line-height:20px;
	 font-weight:normal;
	 color:#000000;
	 background-color:#ffffff;
 }
 
img {
	 border:0;
 }
 
a img:hover {
	 opacity:0.6;
 }
 
 a:link {
	 color:#0033ff;
 }
 a:visited {
	 color:#0033ff;
 }
 a:hover {
	 color:#0099cc;
 }
 a:active {
	 color:#0099cc;
 }

.clear {
	clear:both;
}
.fl_r{
	float:right;	
}
.fl_l{
	float:left;	
}
.fl_l_img{
	float:left;
	margin:0 10px 10px 0;	
}
.fl_r_img{
	float:right;
	margin:0 0 10px 10px;	
}
.triangle li{
	margin-left:5px;
	padding-left:15px;
	font-size:85%;
	font-weight:bold;
	color:#666;
	background:url(images/li_triangle.png) left 4px no-repeat;
}




/******************************

header

*****************************/

#header {
	width:902px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-bottom:20px;
}

#header-caption {
	font-size:12px;
	line-height:29px;
	color:#3333ff;
	padding-left:10px;
}
h1#rogo a img:hover {
	opacity:1;
}

#slide{
	width:902px;
	padding:0 49px 0 49px;	
}

#tel{
	float:right;
	padding-right:20px;
	padding-top:37px;
}
h3{
	background:url(images/h3_bg.png) left bottom no-repeat;
	padding:16px 0 15px 60px;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
	letter-spacing:7px;
	color:#33f;	
}
h4 {
	background:url(images/h4_bg.png) left top no-repeat;
	padding:6px 0 10px 55px;
	margin-left:10px;
	font-size:20px;
	font-weight:normal;
	letter-spacing:4px;
	color:#339;	
}
.textbox1{
	padding:10px 5px 20px 25px;	
}
.textbox1 p{
	margin-bottom:8px;	
}


h4.info_date{
	background-image:none;
	color:#66f;
	padding-left:0;
	font-size:130%;
	font-weight:normal;	
}
h5{
	color:#06F;
	margin:15px 0 7px 0;	
}
.link{
	text-align:right;
	margin:10px;
}
.infobox{
	padding:10px;font-size:110%;
	margin-top:15px;
	line-height:170%;
}
.infobox_list{
	padding:15px 0 5px 0;
	margin:0 40px 5px 40px;
	font-size:100%;
	line-height:150%;
	border-top:2px dotted #09C;
}
.info_img{
	float:right;
	margin-left:15px;
}
.info_img img{
	margin-bottom:15px;	
}
#info_link{
	border:2px dotted #0CC;
	background-color:#f5ffff;	
	padding:7px;
	margin:15px 0 15px 0;
}
.intro{
	padding:20px;	
}

.photobox{
	width:170px;
	height:170px;
	border:1px solid #ddd;
	float:left;
	margin:8px;
	background-color:#f6f6f6;
}
/*********************************

wrapperとnav

*********************************/
#full{
	width:100%;
	text-align:center;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	background-image:url(images/bg.gif);
	text-align:center;
}
*:first-child+html #wrapper {
	top:-6px;
}
#wrapper-footer {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:40px;
	text-align:left;
}
/*clearfix hack*/
#wrapper-footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#wrapper-footer {
	display:inline-block;
}
/* hide macie \*/
*html #wrapper-footer {
	height:1%;
}
#wrapper-footer {
	display:block;
}
/* end hide*/
/* end clearfix hack */
#nav {
	padding-left:50px;
}
#nav a img:hover {
	opacity:1;
}
#nav li {
	float:left;
}

/********************************

mainとside

***********************************/
#contents_top{
	width:700px;
	height:26px;
	margin:0 auto;
	background:url(images/contents_bg1.png) center top no-repeat;
}
#contents{
	width:700px;
	margin:0 auto;
	background:url(images/contents_bg2.png) center top repeat-y;
	text-align:center;
}
#contents_bottom{
	width:700px;
	height:26px;
	margin:0 auto;
	background:url(images/contents_bg3.png) center top no-repeat;
}
#contents_in{
	width:610px;
	padding:5px 40px 5px 40px;	
	text-align:left;
}


#side {
	width:307px;
	float:right;
	padding-top:12px;
}
#map {
	margin-top:15px;
}

.news_title {
	font-weight:bold;
}
.news {
	padding:5px 10px 5px 10px;
}
.news-img {
	border:solid 1px #2f4f59;
	float:left;

}
.news-in {
	width:380px;
}
.news-in dt{
	font-size:14px;
	color:#009999;
	float:left;
	width:100px;
}
.news-in dd{
	font-size:13px;
	color:#000;
	float:right;
	width:280px;
}

/*****************************

footer

*******************************/
#footer {
	margin-top:20px;
}
#footer-in {
	background:url(images/footer-bg.png) center 20px no-repeat;
	width:902px;
	height:110px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	position:relative;
	padding-top:40px;
}
#page-top {
	position:absolute;
	right:110px;
	top:0px;
}
#rogo-footer {
	text-align:left;
	padding-left:120px;
	padding-right:10px;
	margin-top:15px;
	float:left;
}
#footer-box {
	width:650px;
	margin-top:15px;
	float:left;
	text-align:left;
	padding-top:0;
}
#nav-footer li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #393;
	font-weight:bold;
}
#nav-footer li.last {
	border:none;
}
#nav-footer li a:link, #nav-footer li a:visited {
	text-decoration:none;
}
#nav-footer li a:hover {
	text-decoration:underline;
}
#nav-footer li a:active {
	color:#ffffff;
	text-decoration:none;
}
address {
	color:#666;
	font-style:normal;
	padding-top:8px;
	padding-left:10px;
	font-size:95%;
}

/********************************

TOPページ

*********************************/
/*main*/

#top_left{
	width:225px;
	float:left;
	margin-left:155px;
	text-align:left;
}
#top_right{
	width:450px;
	float:right;
	margin-right:155px;
	text-align:left;
}

/* topの左白枠*/

.tlbox_top{
	width:225px;
	height:24px;
	background:url(images/topleft_bg1.png) left top no-repeat;	
}
.tlbox_mid{
	width:225px;
	background:url(images/topleft_bg2.png) left top repeat-y;
	padding:0 12px 0 12px;	
}
.tlbox_btm{
	width:225px;
	height:24px;
	background:url(images/topleft_bg3.png) left bottom no-repeat;	
}

.tlbox_mid h3 {
	width:160px;
	background:url(images/topleft_h3_bg.png) left bottom no-repeat;
	padding:0 0 5px 36px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	color:#33f;	
}
.tlbox_mid p{
	margin:0 30px 0 10px;
	font-size:12px;
	color:666;
	line-height:16px;
}
.tlbox_mid a:link,.tlbox_mid a:visited{
	text-decoration:none;
	color:#444;	
}
.tlbox_mid a:hover{
	text-decoration:underline;
	color:#0c9;	
}



/* topの右白枠*/

.trbox_top{
	width:450px;
	height:24px;
	background:url(images/topright_bg1.png) left top no-repeat;	
}
.trbox_mid{
	width:450px;
	background:url(images/topright_bg2.png) left top repeat-y;
	padding:0 10px 0 22px;	
	margin-top:0;
}
.trbox_btm{
	width:450px;
	height:24px;
	background:url(images/topright_bg3.png) left bottom no-repeat;	
}

.trbox_mid h3 {
	width:385px;
	background:url(images/topleft_h3_bg.png) left bottom no-repeat;
	padding:0 0 5px 36px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	color:#33f;
}
.trbox_mid p{
	margin:6px 40px 0 3px;
	font-size:14px;
	color:666;
	line-height:20px;
}

#osusume_link li{
	width:130px;
	text-align:center;
	line-height:18px;
	float:left;
	margin:8px 2px 2px 2px;	
}
#osusume_link li img{
	margin:2px 0 7px 0;	
}


/********************************

お部屋

*********************************/
#title{
	margin-top:10px;
	margin-bottom:15px;	
}
.chu{
	font-size:80%;
	color:#900;	
}
.text_s{
	font-size:75%;	
}