/* ===================================== basic */

html{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}


*{
	font-family: verdana, 'trebuchet ms', sans-seriff;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}


body{
	margin: 0;
	padding: 0;
	background: #e7ebde;
	text-align: center; 
	background-image: url(../img/bg_new.gif);
}

img { vertical-align: bottom; }

a { color: #ff9933; text-decoration: none; }
a:visited { color: #8b7355; }
a:hover { color: #ff9933; text-decoration: underline; }
a img { border: 0; }


h1, h2, h3, h4, h5, h6 { font-weight: normal; }



/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }



/* ===================================== page layout */

#container{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 982px;
	text-align: left;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-y;
}

#container-inner {
	position: static; 
	width: 960;
	margin: 0 11px 0 11px; 
	padding: 0;
 }

#pagebody { position: relative;  width: 100%; }

#pagebody-inner { position: static; width: 100%; }


/* ===================================== ヘッダ*/

#head{
	text-align: right;
	color: #fff ;
	padding: 3px;
	margin: 0;
	background-color: #4c4034 ;
}

/*=====================================メルマガフォーム */

 .mailmag table{	
	width: 178px;
	border: 1px solid #4c4034;
}

.mailmag td{	
	text-align:  center;
	font-size: 80%;
}

.mailmag .td-left{	
	text-align:  left;
	font-size: 80%;
}

 .mailmag form{	
	margin-bottom: 0 ;
}

 .mailmag input140{	
	width: 140px;
}


/* ===================================== フッタ */

#nametop{
	text-align: right;
	padding: 3px 3px 3px 10px;
	margin: 0;
	clear: both;
}

#cresit{
	text-align: right;
	color: #fff ;
	padding: 3px;
	margin: 0;
	background-color: #4c4034 ;
}

#cresit a { font-size: 100% ; color: #FFF; text-decoration: none; }
#cresit a:visited { color: #FFF; }
#cresit a:hover { color: #FFF; text-decoration: underline; }



/* ===================================== content */

.center{
	text-align: center;
}

.font80{
	font-size: 80%;
	margin-bottom: 0 ;
}

 .font-fff{
	font-size: 100%;
	color: #fff;
}

.main img{
	margin:5px 0 10px 15px;
}

.imgright{
	float:right;
}

.leftimg{
	float:left;
	margin-left: -14px;
}


/* ===================================== サイドメニュー */

.side-menu ul{
	list-style-type: none;
	margin: 2px 0 10px 0;
	padding: 2px 2px 2px 7px;
}

.side-menu .on{
	background-image: url("../img/menu_btn/menu_blet_on.gif");
	padding-left: 8px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 5px 0 ;
}

.side-menu .off{
	background-image: url("../img/menu_btn/menu_blet_off.gif");
	padding-left: 8px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 5px 0 ;
}

.side-menu .other{
	border-top: 1px solid #e7ebde ;
	border-bottom: 1px solid #e7ebde ;
	border-left: 4px solid #e7ebde ;
	border-right: 1px solid #e7ebde ;
	padding: 2px 2px 2px 15px;
	text-align: left;
	margin: 0 5px 5px 0 ;
}

.side-menu a { color: #333; text-decoration: none; }
.side-menu a:visited { color: #333; }
.side-menu a:hover { color: #ff9933; text-decoration: underline; }


.banner img{
	margin-bottom: 10px ;
}

.banner2 img{
	margin-top: 10px ;
	margin-bottom: 10px ;
}

.freya{
	text-align: left;
	border: 1px solid #e7ebde ;
	margin: 2px 8px 10px 8px ; 
	padding: 5px;
}

.freya h5{
	text-align: center;
	background-color: #e7ebde ;
	margin: 1px ; 
	padding: 2px;
}


/* ===================================== コンテンツ03 */


/* ===================================== defalut Page Layout--2 parts */

.layout-2 #alpha03 { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 760px;
}

.layout-2  #alpha-inner{
	position: static;
	padding: 0;
}

.layout-2 #beta { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

.layout-2  #beta-inner,{
	position: static;
	padding: 5px 0;
}

p{
	padding:15px 10px 10px 20px;
	margin:0;
}

.mainnametop{
	text-align: right;
	padding: 3px 3px 3px 10px;
	margin: 0;
	clear: both;
}

/* ===================================== 文字色指定 */

.color-or{
color:#FF9900;
}

.color-red{
color:#FF0000;
}


.read03{
	text-align: left;
	margin: 5px ;
	padding: 5px;
}

.read03 ul{
	list-style-type: none;
	margin: 2px ;
	padding: 2px 2px 2px 12px;
}

.read03 li{
	border-left: 4px solid #FF9900 ;
	padding-left: 10px;
	margin:20px 0 20px 0;

}

/* ===================================== リスト */

.other ul{
	list-style-type: disc;
	margin:5px 0 0 20px;
	padding: 2px 2px 2px 12px;
}

.other li{
	margin-top: 3px;

}

/* ===================================== ツアーデータテーブル */

dl{
	background-image:url("../img/001/13/comment_02.gif");
	background-repeat:no-repeat;
	width:740px;
	background-position:bottom;
	padding:0 0 8px 0;
	margin:0 0 0 0;
}

dt{
	background-image:url("../img/001/13/comment_ti.gif");
	background-repeat:no-repeat;
	height:58px;
	background-position:center top;
	padding:0px;
	margin:0;
}
dd{
	background-image:url("../img/001/13/comment_bg.gif");
	background-repeat:repeat-y;
	background-position:top center;
	padding:0 30px;
	margin:0;
}

/* ===================================== h2 */

h2{
	font-size: 120%;
	height: 38px;
	border-left: 4px solid #FF9900 ;
	padding-left: 20px;
	margin:20px 0 -15px 15px;

}

.bg01{
	background-image: url("../img/001/13/balsamico.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 20px;

}

.bg02{
	background-image: url("../img/001/13/chees.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 20px;

}

.bg03{
	background-image: url("../img/001/13/clock.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 20px;

}

.main .h2-title02{
	font-size: 80%;
	height: 7px;
	border-left: 4px solid #FFCC99 ;
	padding-bottom: 8px;
	padding-left: 20px;
	margin:0 10px 0px 15px;
}
.h2-border02{
	font-size: 0%;
	border-bottom: 3px solid #FF9900;
	padding-bottom: 8px;
	padding-left: 20px;
	margin:0 10px 0px 15px;
}


h3{
	font-size: 120%;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 5px 0 0 50px;
	height: 30px;
}

.bg04{
	background-image: url("../img/001/13/nature.gif");
	background-repeat: no-repeat;
	background-position: center;

}

.bg05{
	background-image: url("../img/001/13/life.gif");
	background-repeat: no-repeat;
	background-position: center;

}

.bg06{
	background-image: url("../img/001/13/emilia.gif");
	background-repeat: no-repeat;
	background-position: center;

}

h4{
	font-size: 120%;
	height: 20px;
	border-left: 4px solid #FF9900 ;
	padding-left: 20px;
	margin:20px 0 0 15px;

}


/* ===================================== schedule */

.schedule02{
	width: 700px;
	margin-top: 5px;
	margin-bottom: 40px;
	margin-left: 15px;
	border-bottom: 1px dashed #c0c0c0 ;
}


.schedule02 th{
	width: 100px;
	background-color: #f5f5f5 ;
	border-top: 1px dashed #c0c0c0 ;
	text-align: center;
}


.schedule02 td{
	width: 600px;
	border-top: 1px dashed #c0c0c0 ;
}