﻿/* CSS Document */
@charset "utf-8";

#main{
	width:610px;
	padding-top:45px;
	

}

#main_left{
	width:610px;
	float:left;

}

#main_right{
	width:200px;
	margin-left:650px;

}


#cafe{
	width:600px;
}

#cafe p{
	margin-top:10px;
	padding-left:23px;
	color: #FF8799;
	font-size:12px;
}


#trimming{
	width:600px;
	margin-top:50px;
}

#trimming_left{
	width:420px;
	float:left;

}


#trimming_right{
	width:150px;
	height:348px;
	margin-left:470px;

}





/*main_menu */
#main_menu{
	width: 200px;
}

dl {
	width:200px;
	padding:0 16px 0 0;
	float:left;
	margin-bottom:15px;
}
dl dt {
	text-align:center;
	margin-bottom:3px;
}
dl dd {
	text-align:center;
}
dl.last {
	padding-right:0px;
}

dd p {
	font-size:12px;
	line-height: 140%;
	text-align: justify;
	letter-spacing: 0.1em;
	color:#999999;
	margin-top:6px;	
}


#price{
	width:600px;
	margin-top:60px;
	clear:both;
	font-size:12px;
	color:#999999;
}



dl#price dt,dd{
	margin: 0;
	padding:0;
}

dl#price dt,dd{
	padding:10px;
}


dl#price {
	width:600px;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top:15px;
}

dl#price dt.price{
	text-align: left;
	clear:left;
	float: left;
	width: 415px;
}

dl#price dt.price_b{
	text-align: left;
	clear:left;
	float: left;
	width: 415px;
}



dl#price dd.price{
	text-align: left;
	border-top: 1px #CCCCCC solid;

}

dl#price dd.price_b{
	text-align: left;
	border-top: 1px #CCCCCC solid;
	padding-top:20px;
	padding-bottom:20px;

}

dl#price dd.price_c{
	text-align: left;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;

}

#price2{
	width:560px;
	margin-top:20px;
	clear:both;
	font-size:12px;
	color:#999999;
	line-height: 180%;
	margin-bottom:50px;
	padding-left:20px;
}

