@charset "shift_jis";


/* page title
----------------------------------------------- */
#pagetitle {
	width: 535px;
	height: 80px;
	text-indent: -9999px;
	background: url(../shoppingsite/images/pagetitle.gif) no-repeat left top;
}


/* title
----------------------------------------------- */
#title {
	margin: 30px 0 0 40px;
	width: 455px;
	background: url(../shoppingsite/images/image.gif) no-repeat right top;
}
#title p {
	margin: 15px 140px 0 0;
}
#doc01 h2 { background: url(../shoppingsite/images/h2_01.gif) no-repeat left top; }
#doc02 h2 { background: url(../shoppingsite/images/h2_02.gif) no-repeat left top; }
#doc03 h2 { background: url(../shoppingsite/images/h2_03.gif) no-repeat left top; }


/* headline
----------------------------------------------- */
h1 {
	width: 239px;
	height: 58px;
	text-indent: -9999px;
	background: url(../shoppingsite/images/h1.gif) no-repeat left top;
}
h2 {
	margin: 40px 0 0 40px;
	width: 455px;
	height: 60px;
	text-indent: -9999px;
}
* html body h3 {
	font-size: x-small;
}
h3 {
	margin: 20px 0 0;
	padding: 0 0 0 5px;
	color: #ff6400;
	font-size: small;
	line-height: 1.2em;
	border-left: 25px solid #ff6400;
}


/* list
----------------------------------------------- */
.point {
	margin: 20px 0 0 40px;
	width: 455px;
	color: #ff6400;
}
.point li {
	margin: 0 0 2px;
	padding: 2px 10px;
	background: #fff0dc;
}