@charset "utf-8";

/* お問い合わせ[info.html]を記述しています */

/* レイアウトを記述しています */

#main {
	display: block;
	width: 798px;
	height: 603px;
	padding: 0px 0px 17px 162px;
	background-image: url(../common/img/sub_menu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#container {
	display: block;
	width: 698px;
	min-height: 467px;
	_height: 467px;
	padding: 125px 50px 0px 50px;
}

p.txt {
	padding: 0px 2px;
}

/* ページタイトル */

h2#main_ttl {
	display: block;
	width: 88px;
	height: 16px;
	margin-bottom: 40px;
	background-image: url(../img/info_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* お知らせ */

h3#sub_ttl {
	display: block;
	width: 64px;
	height: 14px;
	margin-bottom: 8px;
	background-image: url(../img/oshirase_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#oshirase {
	display: block;
	width: 574px;
	min-height: 60px;
	_height: 60px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url(../img/oshirase_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
