/* CSS Document */
*{
    padding: 0;
	margin-top: 0;
}

/* for IE6 */
* html body {
    font-size: 100%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 100%;
}

body{
    margin: 0 auto;
	background-image: url(../img/ptn_bg.gif) ;
	margin: 0 0 0 0;
}

#container{
	margin: 0px auto;
	width: 950px;
	background-color:#fff;
	/*height: 800px;*/
}

#header{
	margin: 0px auto;
    width: 950px;
	height: 22px;
	background-image: url(../img/header_BK.gif);
}

#contents{
    margin: 0 auto; 
    width: 890px;
}

#logo-area{
    margin: 0 auto;
	width: 890px;
	height: 70px;
}
	
.logo{
    width: 42px;
	height: 41px;
	margin-top: 15px;
    /*padding-left:15px;*/
	text-align: right;
	float: right;
}

#main-1{
    width: 890px;
	height: 251px;
	background-image: url(../img/main_1.jpg);
	margin: 0 auto;

}

#gift{
    width: 890px;
	height: 102px;
	margin-top: 30px;
	background-image: url(../img/read_gift.gif);
	margin: 25px auto;
}	

#enjoy{
    margin:20px auto;
    width: 890px;
	height: 160px;
	background-image: url(../img/read_enjoy.gif);	
	clear: both;

}	


#course{
    margin: 35px auto 15px auto;
    width: 890px;
}

#course-title{
    width: 890px;
	height: 23px;
	margin-bottom:10px;
	background-image: url(../img/title_course.gif);
	background-repeat:no-repeat;
}

#order-base{
    margin: 0 auto;
    width: 890px;
}

#order-top{
    width: 890px;
	height: 23px;
	margin-bottom: 15px;
	background-image:url(../img/title_order.gif) ;
	background-repeat: no-repeat;
}


#order-body1{
    width: 890px;
	height: 190px;
	background-image:url(../img/img_order01.gif);

}

#order-body2{
    width: 890px;
	background-image:url(../img/ptn_bg_order.gif);

}

#order-bottom{
    width: 890px;
	height: 13px;
	background-image:url(../img/img_order02.gif);
	clear:both;
}

#caution{
     width: 890px;
	 padding-top: 10px;
}

#shop-info{
     width: 890px;
	margin: 30px auto;
	border: 1px solid #ccc;
	background-color: #fff;
	clear: both;
}

#footer{
	width: 950px;
	height: 35px;
	background-image: url(../img/footer.gif);
	clear: both;
}


.indent{
    display: block;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}


h1{
   margin: 0 0 0 0;
}

p{
   margin: 0 0 0 0;
}


/*font*/

/*コース紹介*/
.style1{
	font-size: 0.6em;
	line-height: 18px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

.style2{
	font-size: 0.8em;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	/*padding-right: 10px;*/
}

/*注文方法*/
.style3{
	font-size: 0.6em;
	line-height: 16px;
	color: #000;
	padding-top: 5px;
}

.style4{
	font-size: 0.6em;
	line-height: 16px;
	color: #333;
	/*padding-top: 5px;*/
	padding-left: 10px;
}


/*店舗*/
.style5{
	font-size: 0.6em;
	line-height: 12px;
	color: #666666;
	font-weight: normal;
	padding: 8px;
}

/*アンカーリンク*/
.style7{
	font-size: 0.8em;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 2px;*/
}

