@charset "utf-8";



/* Common CSS

------------------------------------------------------------ */

@import url("../../../styles/common/common.css");

@import url("../../../styles/common/header.css");

@import url("../../../styles/common/footer.css");

@import url("../../../styles/common/parts.css");



/* Local CSS

------------------------------------------------------------ */

@import url("../../styles/common/commonRestaurant.css");

@import url("pages/italy.css");



.cBox {

	clear: both;

	width: 620px;

	margin: 0px 0px 50px 30px;

}

.cBox h3 {

	width: 620px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000000;

	margin-bottom: 10px;

	padding-top: 30px;

}



.cBox h4 {

	font-weight: bold;

	margin: 5px 0;

	color: #8c1511;

}



.cBox ul {

	list-style: disc;

	margin-right: 10px;

	float: left;

	width: 300px;

}



.cBox ul li {

	margin-left: 15px;

}