@charset "utf-8";
body {
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', Verdana, Geneva, sans-serif;
	letter-spacing: 0.15em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contents {
	width: 980px;
	margin:0 auto;
	padding: 0;
	text-align:left;
}
/*----- Tag -----*/


div, p, th, td, li {
	line-height: 1.5;
	font-size: 12px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #CCC;
}
h2 {
	font-size: 18px;
	color: #39F;
}
strong {

}
img {
	border-style: none;
}
form {
	margin-bottom: 15px;
}
/*----- #topmenu -----*/

#topmenu {
	height: 70px;
	background-image: url(/_data/images/topmenu/topmenu_bg.gif);
}
#topmenu ul {
	list-style : none;
	padding : 0;
	margin : 0;
}
#topmenuLeft {
	float:left;
	width: 600px;
}
/*トップ画像*/

#topimg li a:link, #topimg li a:visited, #topimg li a:active #topimg li a:hover {
	display: block;
	width: 330px;
	height: 20px;
	background-image : url(/_data/images/topmenu/ttl.gif);
	text-indent:-9999px;
	padding : 0;
	margin : 0;
}
/*グローバルナビ*/

#gnavi {
	height:50px;
	background:url(img/g_navi_bg.gif) no-repeat;
	margin:0;
	padding:0
}
#gnavi ul {
	margin:0;
	padding:0;
}
#gnavi li {
	display:inline;
	list-style-type:none;
}
#gnavi li a {
	height:50px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/

#gnavi li.gnavi_cottage a {
	display: block;
	background:url(/_data/images/topmenu/01.jpg) no-repeat 0px 0px;
	width:151px;
}
#gnavi li.gnavi_pension a {
	background:url(/_data/images/topmenu/02.jpg) no-repeat 0px 0px;
	width:150px;
}
#gnavi li.gnavi_kuchikomi a {
	background:url(/_data/images/topmenu/03.jpg) no-repeat 0px 0px;
	width:150px;
}
#Sub li a:link, #Sub li a:visited, #Sub li a:active #Sub li a:hover {
	display: block;
	height: 50px;
	text-indent:-9999px;
	background-position:center top;
	padding : 0;
	margin : 0;
}
#Sub #A {
	float:left;
	width: 151px;
	background-image : url(/_data/images/topmenu/01.jpg);
}
#Sub #B {
	float:left;
	width: 150px;
	background-image : url(/_data/images/topmenu/02.jpg);
}
#Sub #C {
	float:left;
	width: 150px;
	background-image : url(/_data/images/topmenu/03.jpg);
}
#topmenuRight li {
	font-size: 10px;
}
/*----- #path -----*/

#path {
	line-height: 30px;
	margin : 0 0 15px;
	background: url(/images/illustration/contents_images/path_bg.gif) repeat-x;
	padding-left: 15px;
	clear: both;
}
#category {
	line-height: 25px;
	margin : 0 0 15px;
}
#category span {/*テーマの（）部分*/
	font-size:10px;
}
/*----- #inside -----*/


#inside {
	margin: 0px;
	padding: 0px;
}
/*----- #center -----*/

#center {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 770px;
}
/*----- #right -----*/

#right {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background: #F6F6F6;
}
/*----- #footer -----*/

#footer {
	clear: both;
	text-align:center;
	color: #5F6062;
	padding : 15px 0 0;
	margin : 0;/*	background: url(/_data/images/footer/bg_footer.gif) no-repeat;*/
}
/*----- #footer ul -----*/

#footer ul {
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#footer li {
	float:left;
}
#footer li a {
	display:block;
	width: 150px;
	border: 1px solid #EEEEEE;
	padding : 0;
	margin: 10px;
}
#footer li a:hover {
	background-color:#EEEEEE;
}
/*----- link -----*/

a:link, a:hover, a:active {
	color: #0044CC;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #77c;
}

/*----- etc -----*/

.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.red {
	color: red;
}
.s_bg {/*TELの背景*/
	background: #999;
	font-size: 10px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}

/* ---------------------------------------- http://www.red-team-design.com/wp-content/uploads/2011/10/practical-css3-tables-with-rounded-corners-demo.html */

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	margin-bottom: 20px;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


/*----- tbl1 -----*/

.tbl1 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.tbl1 th {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	
    background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);

}
.tbl1 td {
	padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tbl1 tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
} 
