@charset "utf-8";
@import "sub_menu.css";

/* ボルセッテリア・ディロとはトップページ[borsetteria_diro/index.html]を記述しています */

/* 全体のレイアウトを記述しています */

#main {
	display: block;
	width: 960px;
	min-height: 603px;
	_height: 603px;
	padding: 0px 0px 17px 0px;
	background-image: url(../../common/img/sub_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#main #sub_menu {
	display: block;
	width: 162px;
	height: auto;
	margin-top: 82px;
	background-image: url(../img/borsetteria_diro_sub_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

#main #contents {
	display: block;
	width: 798px;
	height: auto;
	_margin-left: -10px;
	float: right;
}

/* メインレイアウトを記述しています */

#container {
	display: block;
	width: 765px;
	height: auto;
	padding: 38px 16px 0px 17px;
}

.container2 {
	display: block;
	width: 732px;
	height: auto;
	padding: 0px 0px 0px 33px;
}

.container2_left {
	display: block;
	width: 415px;
	height: auto;
	margin-right: 21px;
	margin-bottom: 30px;
	float: left;
}

.container2_right {
	display: block;
	width: 296px;
	height: auto;
	margin-bottom: 30px;
	float: right;
}

#container3 {
	display: block;
	width: 765px;
	height: 104px;
	margin-bottom: 26px;
}

#container3 p {
	float: left;
}

#container3 p.margin-right3 {
	margin-right: 3px;
}

/* ページタイトル・リード文 */

h2#main_ttl {
	display: block;
	width: 217px;
	height: 17px;
	margin-top: 25px;
	margin-bottom: 30px;
	background-image: url(../img/borsetteria_diro_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


