@import url("common.css");
@import url("left.css");
@import url("right.css");
@import url("item_list.css");
@import url("item_image.css");
@import url("item_detail.css");
@import url("extra.css");
@import url("sitemaps.css");

/******************** MAIN-S ********************/
.main-s {
    margin-left: 10px;
    width: 500px;
    float: left;
    border-bottom: solid 1px #ccc;
	background-image: url(../images/bg_main_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-s:after {
	content: "";
	display: block;
	clear: both;
}

.caption-m {
	background-image: url(../images/bg_caption_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #fff;
    width: 500px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.9;
    text-align: center;
    margin: 0px;
}
.contents_main-s {
    margin: 0px;
    padding: 10px 5px;
}
.contents_main-s h3 {
	background-color: #fff;
	border: 1px dotted #97BDF1;
	font-size: 100%;
    color: #000000;
	margin: 5px 0px;
    padding: 5px;
}
.contents_main-s p {
    padding: 0px;
    margin: 0px 5px 15px 5px;
}
.contents_main-s a {
    margin: 0px 2px;
}

/******************** MAIN-W ********************/
.main-w {
    width: 740px;
    float: right;
    border-bottom: solid 1px #ccc;
	background-image: url(../images/bg_main_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-w:after {
	content: "";
	display: block;
	clear: both;
}

.caption-w {
	background-image: url(../images/bg_caption_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #fff;
    width: 740px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.9;
    text-align: center;
    margin: 0px;
}
.contents_main-w {
    margin: 0px;
    padding: 0px 10px;
}
.contents_main-w h3 {
	background-color: #fff;
	border: 1px dotted #97BDF1;
	font-size: 100%;
    color: #000000;
	margin: 5px 0px;
    padding: 5px;
}
.contents_main-w p {
    padding: 0px;
    margin: 0px 5px 15px 5px;
}
.contents_main-w a {
    margin: 0px 2px;
}

/******************** MAIN-F ********************/
.main-f {
    padding: 10px;
}

/******************** CATEGORY ********************/

.category {
    padding-top: 10px;
    padding-left: 50px;
}
.category table {
    width: 400px;
}
.category th {
    width: 78px;
    vertical-align: top;
    text-align: left;
}
.category td {
    vertical-align: top;
}

.category td {
    vertical-align: top;
}
.category li {
    list-style-type: none;
    margin-left: -35px;
    margin-top: 5px;
}

/******************** PICKUP ********************/
.pickups {
	clear: both;
}
.pickup {
    width: 240px;
    margin-left: 8px;
    float: left;
}
.pickup h4 {
	clear: both;
    margin: 2px;
    font-size: 100%;
}
.pickup h5 {
    margin: 2px;
    font-weight: normal;
    font-size: 100%;
}
.pickup p {
    margin: 2px;
}
.pickup table {
    margin: 2px 0px;
    width: 240px;
}
.pickup th {
    width: 120px;
}
.pickup td {
    vertical-align: top;
}
.area {
    clear: both;
}
.city_list {
    clear: both;
    padding: 10px;
	letter-spacing: 1px;
	line-height: 25px;
}

.price_list ul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}
.price_list li {
	margin-left: -35px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.price_list a {
	margin: 0px 5px;
    font-family: "Arial Black",Osaka;
    color: #c00;
    font-size: 18px;
}
.price_list a:hover { color:#f33;}
.price_list span {
	margin: 0px 5px;
    font-family: "Arial Black",Osaka;
    color: #ccc;
    font-size: 18px;
}

.topic_path {
    padding: 8px;
}

.controler {
    clear: both;
    padding: 5px 8px;
	line-height: 20px;
}
.controler select {
    margin-bottom: 3px;
}
.sorter {
    clear: both;
    padding: 5px 8px;
}

.small-caption_g {
    font-weight: normal;
    color: #fff;
    border: double 1px #ccc;
    background-color: #390;
    padding: 3px;
}

/******************** ITEM ********************/

.item_box {
	clear: both;
    margin: 0px 8px;
}

.page_unit_box {
    clear: both;
    height: 20px;
    padding: 0px 5px;
}
.page_unit {
	float: right;
}

/******************** 印刷ページ ********************/

.main-print {
    width: 740px;
}






