@charset "utf-8";

/* ------------------------------------------------------------

	contents common style

------------------------------------------------------------ */


/* -----contents layout----- */


/* -----topicpath----- */

p#topicpath {
	margin-bottom: 14px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 5px;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	font-size: 0.625em;
	background-image: url(../images/pan-list_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* ----------layout---------- */

#area_left {
	float: left;
	width: 600px;
}

#area_left h2 {
	margin-bottom: 12px;
}

#area_right {
	float: right;
	width: 216px;
	margin-top: 3px;
}


/* ----------margin---------- */

.block1 {
	width: 580px;
	margin-bottom: 2em;
	margin-left: 10px;
}


/* ----------area bottom---------- */

.area_bottom {
	width: 560px;
	margin-left: 20px;
}

.area_bottom .block1 {
	width: 524px;
	margin-bottom: 2em;
	margin-left: 18px;
}

.area_bottom .block2 {
	width: 524px;
	margin-left: 18px;
}

.area_bottom h3 {
	margin-bottom: 20px;
}


/* faq & others */

ul.bottom_faq,
ul.bottom_others {
	list-style-type: none;
}

ul.bottom_faq li,
ul.bottom_others li {
	margin-bottom: 0.5em;
	margin-left: 0;
}


/* banner inquiry */

dl#bottom_inquiry dt {
	float: left;
	width: 278px;
}

dl#bottom_inquiry dd {
	float: right;
	width: 216px;
}

dl#bottom_inquiry dd a {
	display: block;
	width: 216px;
	height: 32px;
	background: url(../images/bottom_btn_inquiry.jpg) no-repeat left top;
}

dl#bottom_inquiry dd a:hover {
	background-image: url(../images/bottom_btn_inquiry_o.jpg);
}

dl#bottom_inquiry dd a span {
	display: none;
}


/* ----------------------------------------
				right area
---------------------------------------- */

/* -----right_banner1----- */

dl#right_banner1 {
	margin-bottom: 11px;
}

dl#right_banner1 dt {
	margin-bottom: 2px;
}

dl#right_banner1 dt img {
	display: block;
}

dl#right_banner1 dd {
	width: 192px;
	background-color: #F3F8F1;
	margin-bottom: 1px;
	padding: 10px 12px;
}

* html body dl#right_banner1 dd {
	width: 216px;
}

dd#right_faq {
	background: url(../images/image_faq.jpg) no-repeat right center;
	margin-bottom: 1px;
}

dd#right_list {
	background: url(../images/image_list.jpg) no-repeat right center;
	margin-bottom: 1px;
}

dl#right_banner1 p.text1 {
	padding-right: 80px;
}

dl#right_banner1 p.text2 {
	padding: 10px 12px;
}

dl#right_banner1 .btn_inquiry {
	border: 1px solid #E7E7E7;
	background-color: #FFFFE5;
	padding: 10px 13px;
}

dl#right_banner1 .btn_inquiry a {
	display: block;
	width: 162px;
	height: 32px;
	background: url(../images/btn_inquiry.jpg) no-repeat left top;
}

dl#right_banner1 .btn_inquiry a:hover {
	background-image: url(../images/btn_inquiry_o.jpg);
}

dl#right_banner1 .btn_inquiry a span {
	display: none;
}

/* -----right_banner2----- */

ul#right_banner2 {
	list-style-type: none;
	margin-bottom: 22px;
	margin-left: 6px;
}

ul#right_banner2 li {
	margin-bottom: 7px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1%;
}


/* -----right_banner3----- */

ul#right_banner3 {
	list-style-type: none;
	margin-left: 21px;
}

ul#right_banner3 li {
	margin-bottom: 16px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1%;
}

ul#right_banner3 li.list_end {
	margin-bottom: 0;
}

ul#right_banner3 img {
	display: block;
}

ul#right_banner3 a span {
	display: block;
	width: 89px;
	height: 47px;
	background: no-repeat left top;
	padding: 12px 15px 0 70px;
	font-size: 12px;
	line-height: 1.5em;
	cursor: pointer;
}

* html body ul#right_banner3 a span {
	width: 174px;
	height: 62px;
}

ul#right_banner3 a span.shopping1 {
	background-image: url(../images/image_garage.jpg);
}

ul#right_banner3 a span.shopping2 {
	background-image: url(../images/image_officeshop.jpg);
}

ul#right_banner3 a span.shopping3 {
	background-image: url(../images/image_officechair.jpg);
}


/* ----------note---------- */

.note1 {
	margin-left: 1em;
}

.note1 span {
	margin-left: -1em;
	color: #FF0000;
}


/* ----------lead---------- */

.text_lead {
	color: #CC0066;
	font-size: 0.875em;
	font-weight: bold;
}


