/*----------------------------------------------------------------header--------------------*/

#wrapper{
	
}
#wrapper-inner{

	background-image:url(../jp/campaign/winterimg/winter_bg.jpg);
	/*background-repeat:repeat-x;*/
	background-position:top;
}
#header {
	border-top:#000000 solid 12px;
}

#header-inner {
	margin:0 auto;
	width:864px;

}
#header #header-inner h1{
	text-align:right;
	margin-right:8px;
	margin-top:-6px;
	position: relative;
}



/*----------------------------------------------------------------contents--------------------*/
#contents{
	margin:0 auto;
	width:864px;
}
.section{
	margin:0 auto;
}
.section h3{
	width:1000px;
}
.box {
	margin:0 auto;
	width:806px;
	margin-top:20px;
}
.left {	
	 float:left;
}
.right {	
	 float:right;
}

.write-box , .long-box {
	border:#666666 solid 1px;
	background:#FFFFFF;
	padding:15px;
}

.link{
	text-align:right;
	margin-top:25px;
}
.center{
	text-align:center;
}
.right-text{	
	margin-right: 10px;
	float:left;
}
.redText{
	color:#CC0000;
}




/*------------------------------------------------xmas Block-----------*/

#contents-xmas{
	margin:0 auto;
	margin-top:15px;
	width:860px;
	background:url(../jp/campaign/winterimg/winter_middle.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#contents-xmas .section{
	width:804px;
}
#contents-xmas .section h3{}
#contents-xmas .box{}
#contents-xmas .left {}
#contents-xmas .right {}
#contents-xmas .link{}
#contents-xmas .buyBtn{
	margin-top:8px;
}

/*------------------------------------------------newyear Block-----------*/

#contents-newyear{
	margin:0 auto;
	margin-top:30px;
}
#contents-newyear .section{}
#contents-newyear .section h3{
	margin:0 auto;
	width:840px;
	}
#contents-newyear .box{}
#contents-newyear .left {}
#contents-newyear .right {}
#contents-newyear .link{}


#contents-newyear .reservBtn {
	margin-top:10px;
}


/*------------------------------------------------detail Block-----------*/





/*---clearfix-*/
.section:after {
    content: "."; 
	font-size:0;
    display: block; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}
.section {
	 display:inline-block;
}
/*Hides from IE-mac\*/
.section {
	height:1%;
	}
.section{display:block}
/*end hide from IE-mac*/




/*---clearfix-*/
.box:after {
    content: "."; 
	font-size:0;
    display: block; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}
.box {
	 display:inline-block;
}
/*Hides from IE-mac\*/
.box {
	height:1%;
	}
.box{display:block}
/*end hide from IE-mac*/







/*over ride-------------------------------------------*/
#footer {
	margin:0 auto;
	margin-top:100px;
}
#footer-inner{
	margin:0 auto;
	width:1044px;
	background-image:url(../jp/campaign/images/fotte_bg.gif);
	background-repeat:no-repeat;
	height:60px;
	background:#000000;
}
#linkTop{
	margin:0 auto;
	width:1044px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:15px;
	text-align:right;
}
#footer-inner h2{
	float:left;
	width:80px;
	margin:5px 0 10px 15px;
}
#footer-inner h3{
	float:right;
	width:900px;
}
#footer-inner h4{
	text-align:right;
	margin-right:15px;
	padding-top:5px;
	color:#FFFFFF;
}
#footer-bottom{
	background-color:#000000;
	height:100px;
}

#footer ul{
	float:left;
	width:200px;
	margin-top:10px;
}





/*--------------------------------------------------
	HTML erements settings
--------------------------------------------------*/
/* Anchor Style */
a,
a:link {
	color: #FFFFFF;
	/*color: #755111;*/
	text-decoration: none;
	/*padding-top:2px;*/
}

a:active,
a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	/*color: #FFFFFF;*/
	/*background-color:#666666;*/
}
a:visited {
	color: #FFFFFF;
}



a.black,
a:link {
	color: #FFFFFF;
	/*color: #755111;*/
	text-decoration: none;
	/*padding-top:2px;*/
}

a.black:active,
a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	/*color: #FFFFFF;*/
	/*background-color:#666666;*/
}
a.black:visited {
	color: #FFFFFF;
}




