@charset "Shift_JIS";
/*---------------------------------------------------------
■base
---------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
img {
	border:0px;
}
ul{
	list-style-type:none;
}
#contents {
	width:725px;
	height:auto;
	font-size:12px;
	line-height: 1.5em;
	margin:10px auto;
	background-color:#E6E4D9;
	text-align:left;
	position:relative;
}
/*---------------------------------------------------------
■common
---------------------------------------------------------*/
#contents a{
	color:#993300;
	text-decoration:none;
}
/* 下部文言用 */
#contents .txt{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-bottom:30px;
}
/*---------------------------------------------------------
■box_a
---------------------------------------------------------*/
#contents #box_a {
	height:490px;
	background-image:url(box_a.jpg);
	background-position:50% 100%;
	background-repeat:no-repeat;
	position:relative;
}
#contents #box_a p.hide {
	display:none;
}
#contents #box_a .txt01{
	position:absolute;
	left: 225px;
	top: 365px;
}
#contents #box_a .txt02{
	position:absolute;
	left: 225px;
	top: 420px;
}
/*---------------------------------------------------------
■main_b
---------------------------------------------------------*/
#contents #box_b {
	height:660px;
	background-image:url(box_b.jpg);
	background-repeat:no-repeat;
	position:relative;
}
/* 材料リスト */
#contents #box_b ul {
	list-style-type:none;
}
#contents #box_b li {
	line-height:20px;
	padding-left:15px;
	background-image:url(icon.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
}
#contents #box_b a:hover{
	text-decoration:underline;
}
/* 材料リスト配置 */
.list01{
	position:absolute;
	left: 56px;
	top: 231px;
}
.list02{
	position:absolute;
	left: 380px;
	top: 139px;
	width: 244px;
}
.list03{
	position:absolute;
	left: 37px;
	top: 442px;

}
.list04{
	position:absolute;
	left: 397px;
	top: 325px;
}
.list05{
	position:absolute;
	width: 240px;
	left: 379px;
	top: 486px;
}
/*---------------------------------------------------------
■box_c
---------------------------------------------------------*/
#contents #box_c {
	font-size:14px;
	height:575px;
	background-image:url(box_c.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:30px;
}
#contents #box_c ul {
	position:absolute;
	list-style-type:disc;
	line-height:1.5em;
	left: 90px;
	top: 115px;
	width: 400px;
}
#contents #box_c li{
	margin-bottom:5px;
}
/*---------------------------------------------------------
■foot_bnr
---------------------------------------------------------*/
#contents #foot_bnr {
	text-align:center;
	padding-bottom:30px;
}
