@charset "utf-8";

div#Main{
	height:831px;
}

/*-------------------------------------
TITLE
---------------------------------------*/
div.title{
	background:url("../images/bg_main.jpg") no-repeat 0 0;
}
div.title h1{
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 61px;
	padding-left: 31px;
}
div.title p.lead{
	margin:30px 30px 0 30px;
}

/*-------------------------------------
section
---------------------------------------*/
div.section {
	width:304px;
}
div.koichaya{
	float:left;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
div.dessert,
div.other{
	float:right;
	padding: 30px 30px 0 0;
}

div.section ul{
	padding:0 0 25px 7px;
}
div.section ul li{
	margin:20px 0 0 0;
	text-indent:15px;
	background:url("../images/ico_arrow.jpg") no-repeat 0 center;
}
