@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background-image:url('pics/bg_body.gif');
   border-top:5px solid #9B0000;
}

br {
   letter-spacing:normal;
}


/* HYPER LINK FUNCTION */
a:link {
   color:blue;
   text-decoration:none;
}

a:hover {
   color:black;
}

a:visited { 
	color:maroon; text-decoration: none; 
} 

/* */

img {
   border-style: none;
	border-color: inherit;
	border-width: 0;
	vertical-align:bottom;
	text-align: center;
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}





/* ======== PRICE LIST ======== */
div#price_list{
   width:750px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#price_list_1{
   float:left;
   width:200px;
   height: 108;
}

div#price_list_2{
   float:left;
   width:200px;
}

div#price_list_3{
   float:left;
   width:100px;
}

div#price_list_4{
   float:left;
   width:200px;
   clear:right;
 
}


/* accomodation_family.html --> price table ===========================================================*/
table.TFamilypack_table {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.TFamilypack_table caption {
  margin-top: 1em;
  text-align: right;
}

/* FIELD NAME */
table.TFamilypack_table th {
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: white;
	padding: 4px 6px;
	width: 100px;
}

table.TFamilypack_table td {
	background:#E5EAFF;
	text-align: right;
	white-space: nowrap;
	padding: 4px 6px;

}


/* price.html --> price table ===========================================================*/
table.TPrice_table {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.TPrice_table caption {
  margin-top: 1em;
  text-align: right;
}

/* FIELD NAME */
table.TPrice_table th {
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: white;
	padding: 4px 6px;
	width: 170px;
}

table.TPrice_table td {
	background: #E5EAFF;
	text-align: right;
	white-space: nowrap;
	padding: 4px 6px;
}
/*===========================================================*/

div#price_clumn_1 {
   width:50px;
   color: #FFF;
}
div#price_clumn_2 {
   width:800px;
}
div#price_clumn_3 {
   width:800px;
}
div#price_clumn_4 {
   width:800px;
}

/* MENU LIST ===========================================================*/
table.menu_list {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.menu_list caption {
  margin-top: 1em;
  text-align: right;
}

/* FIELD NAME */

table.menu_list th {
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: white;
	padding: 4px 6px;
	width: 170px;
}

table.menu_list td {
	background: #E5EAFF;
	white-space: nowrap;
	padding: 4px 6px;

}


div#string_center{
	align:center;
	
}


.main_single-body {
   width:750px;
   font-size:small;
   color:black;
   background-color:white;
   text-align:left;
}

.main_single-title {
	width:750px;
	font-size:medium;
	color:white;
	background-color:maroon;
	text-align:center;
	height: 30px;
	display: table-cell;  
	vertical-align: middle;  
}


.CBackground_entrace{
	background:url('pics/light_purple_wallpaper.gif');
	height: 170px;
}


.CString_bold{
	font-weight: bold;
}

.CString_bold{
	font-weight: bold;
	text-align: left;
}

.CString_left{
	text-align: left;
}

.CString_right{
	text-align: right;
}

.CString_center{
	text-align: center;
}

.CString_fontBig{
	font-size:small;
}

div#footer_string{
	text-align:center;
	font-size:x-small;
}




/* ========TEMPLATE LAYOUT======== */

/* TOP */
div#top{
   width:990px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#top_left {
   float:left;
   width:40px;
}

div#top_right {
   float:right;
   width:400px;
}

/* MAIN */
div#sub {
   float:left;
   width:220px;
}

div#main {
   float:right;
   width:750px;
}

/* HTML CSS Tag */
div#sitemap_alignright{
	text-align: right;
}


div#main_single-body ul,ol,dl{
   font-size:small;
   color:olive;
}

div#content_font {
   width:750px;
   font-size:small;
   color: green;
}



/* ------------------------- */
div#totop {
   clear:both;
   font-size:small;
}

div#footMenu {
   width:1000px;
   margin:0 auto;
   text-align:center;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}

div#header {
   position:relative;
   width:990px;
   margin:0 auto;
   background:#fff;
   clear:both;
}


div#gnavi {
	position:relative;
	color: #000000;
	bottom:0;
	right:0;
	font-size:small; 
	text-align: right;
	
}

div#menu {
   width:800px;
   float:none;
   background:url('bg_menu.gif') repeat-x 0 0;
}

div#menu2 {
   width:100%;
   float:left;
   background:url('bg_menu.gif') repeat-x 0 0;
}


div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:990px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}


div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   height: 60px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
	border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
   color:#333;
   background:#fff;
}




/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#9B0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url('bg_dotline.gif') repeat-x 0 100%;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url('bg_list.gif') no-repeat 0 6px;
}

/* ========TOTOP CUSTOMIZE "ページのトップへ戻る"======== */
div#totop{
   position:relative;
   height:2em;
   
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url('bg_totop.gif') no-repeat 0 50%;
}


/* ========FOOTER MENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:center;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url('bg_footmenu.gif') no-repeat 0 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}

h1 {
	font-size: 20px;
	padding: 0;
	float: left;
	width:450px;
}




