﻿@charset "UTF-8";

/* *************************************************************
 * 目次
 *
 * + リンクテキスト
 * + BODY
 * + HEADER
 * + FOOTER
 * + NAVIGATION
 * + FOOTER-NAVIGATION
 * + UTILITY-NAVIGATION
 * + CONTENT
 * + ADDRESS
 *
 * *************************************************************
 */

/* LAYOUT上書き ************************************************ */

#home #container,
#categories #container {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	}

#categories #container {
	background: url(../img/container_bg.gif) repeat-y;
	}

#home.layout-1 #container,
#categories.layout-1 #container {
	padding: 37px 0 10px 0;
	}
#home.layout-2 #container {
	padding: 40px 0 10px 0;
	}
#categories.layout-2 #container {
	padding: 56px 0 10px 0;
	}

#home.layout-3 #container,
#categories.layout-3 #container,
#home.layout-4 #container,
#categories.layout-4 #container {
	padding: 15px 0 10px 0;
	}
#home.layout-2 #content {
	padding: 50px 0 0 0;
	}	
#home.layout-3 #content,
#home.layout-4 #content {
	padding: 10px 0 0 0;
	}
.layout-1 #container #side,
.layout-2 #container #side {
	position: relative;
	}
#home.layout-1  #nav-area,
#home.layout-2  #nav-area {
	width: 200px;
	margin: -352px 0 0 -580px;
	}
#categories.layout-1  #nav-area,
#categories.layout-2  #nav-area {
	width: 200px;
	margin: -195px 0 0 -580px;
	}
/*IE6*/
* html #categories.layout-2  #nav-area,
* html #categories.layout-1  #nav-area {
	width: 200px;
	margin: -193px 0 0 -580px;
	}
* html #home.layout-2  #nav-area,
* html #home.layout-1  #nav-area {
	width: 200px;
	margin: -351px 0 0 -580px;
	}
/*IE7*/
*:first-child+html #categories.layout-1  #nav-area,
*:first-child+html #categories.layout-2  #nav-area {
	width: 200px;
	margin: -191px 0 0 -580px;
	}

.layout-1 #container #main-nav,
.layout-2 #container #main-nav {
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
	}


/* リンクテキスト ********************************************** */
a:link {
	color: #DE5956;
	text-decoration: underline;
	}
a:visited {
	color: #DE5956;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	color: #F4B136;
	text-decoration: underline;
	}

/* BODY ******************************************************** */
body {
	padding:0;
	background: url(../img/bkg_head.png) repeat-x;
	}

body, td, th, div, p, li, dt, dd, form, fieldset, legend, textarea, address {
	color: #333333;
	}


/* HEADER ****************************************************** */
#header {
	height: 64px;
	margin: 0 auto;
	}

#header #site-title a:link,
#header #site-title a:visited {
	text-decoration: none;
	}
#header #site-title a span {
	font-family: "MS UI Gothic";
	line-height: 100%;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	}


/* FOOTER ****************************************************** */
#footer {
	width: 100%;
	padding: 10px 0 70px 0;
	border-top: 1px solid #ECEBEA;
	background: #FDFCFB;
	}
#footer .copyright {
	text-align: center;
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	color: #333333;
	}
#footer a {
	font-family: "Trebuchet MS";
	didplay: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.66;
	text-decoration: none;
	}


/* NAVIGATION ************************************************** */

#categories.layout-1 #nav-area {
	top: 38px;
	}
#home.layout-1 #nav-area {
	top: 65px;
	}

/* NAVIGATION-A ************** */
.layout-1 #nav-area #main-nav h2 {
	display: none;
	}
.layout-1 #nav-area #main-nav {
	}
.layout-1 #nav-area #main-nav ul {
	border-left: 1px solid #8BA16E;
	padding-left: 8px;
	}
.layout-1 #nav-area #main-nav li {
	float :left;
	margin-right: 6px;
	border-right: #8BA16E solid 1px;
	}
.layout-2 #nav-area #main-nav li {
	background: #000000;
	float :left;
	border-right: 1px solid #751A17;
	}
.layout-2 #nav-area #main-nav li a,
.layout-1 #nav-area #main-nav li a {
	display: block;
	padding: 9px 15px 8px 35px;
	font-family: "MS UI Gothic";
	background: url(../img/bkg_main-nav-a.png) no-repeat 2px 5px;
	line-height: 100%;
	color: #ffffff;
	text-decoration: none;
	}
.layout-2 #nav-area #main-nav li a:active,
.layout-2 #nav-area #main-nav li a:focus,
.layout-2 #nav-area #main-nav li a:hover,
.layout-1 #nav-area #main-nav li a:active,
.layout-1 #nav-area #main-nav li a:focus,
.layout-1 #nav-area #main-nav li a:hover {
	padding: 9px 15px 8px 35px;
	color: #ffffff;
	background: url(../img/bkg_main-nav-a_.png) no-repeat 2px 5px;
	}

.layout-2 #nav-area #main-nav li a.present,
.layout-1 #nav-area #main-nav li a.present {
	padding: 9px 15px 8px 35px;
	color: #ffffff;
	background: url(../img/bkg_main-nav-a-.png) no-repeat 2px 5px;
	}
.layout-2 #nav-area #main-nav li a.present:active,
.layout-2 #nav-area #main-nav li a.present:focus,
.layout-2 #nav-area #main-nav li a.present:hover
.layout-1 #nav-area #main-nav li a.present:active,
.layout-1 #nav-area #main-nav li a.present:focus,
.layout-1 #nav-area #main-nav li a.present:hover {
	color: #ffffff;
	}


/* FOOTER-NAVIGATION ******************************************* */
#footer-nav {
	margin: 30px 10px 5px 10px;
	text-align: center;
	}
#footer-nav h2 {
	display: none;
	}
#footer-nav a {
	padding: 0px 5px;
	border-left: 1px solid #999999;
	}
#footer-nav a span {
	line-height: 110%;
	}


/* UTILITY-NAVIGATION ****************************************** */
#utility-nav {
	position: absolute;
	top: 10px;
	left: 55.5%;
	width: 300px;
	height: 37px;
	text-align: right;
	}
#utility-nav h2 {
	display: none;
	}
#utility-nav a.home {
	display: block;
	float: right;
	width: 60px;
	height: 37px;
	background: url(../img/ico_home.png) no-repeat 0 0;
	}
#utility-nav a.mail {
	display: block;
	float: right;
	width: 60px;
	height: 37px;
	background: url(../img/ico_mail.png) no-repeat 0 0;
	}
#utility-nav a.home:active,
#utility-nav a.home:focus,
#utility-nav a.home:hover {
	background: url(../img/ico_home_.png) no-repeat 0 0;
	}
#utility-nav a.mail:active,
#utility-nav a.mail:focus,
#utility-nav a.mail:hover {
	background: url(../img/ico_mail_.png) no-repeat 0 0;
	}
#utility-nav a span {
	display: none;
	}


/* DISPLAY ***************************************************** */

#display {
	margin: 0 10px;
	background: #000000;
	}
.layout-2 #display {
	margin: 0 10px;
	}

/* CONTENT ***************************************************** */
#content {
	margin: 10px 10px;
	}
#content #article {
	width: 530px;
	overflow: hidden;
	}

/* NOTIFY *************** */
#content #notify {
	width: 520px;
	}
#content #notify h2 {
	padding: 0 0 3px 0;
	}
#content #notify h2 span {
	display: block;
	margin: 0 0 0 5px;
	padding: 6px 3px 4px 25px;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	background: url(../img/bkg_h2.gif) no-repeat left center;
	color: #330000;
	border-bottom: #996600 solid 1px;
	}
* html #content #notify h2 span {
	padding: 8px 3px 4px 25px;
	line-height: 1.0;
	}

#content #notify .article {
	margin: 5px 10px 20px 10px;
	}


/* INFORMATION *************** */
#content #information {
	width: 520px;
	padding-bottom: 20px;
	}

#content #information h2 {
	padding: 0 0 3px 0;
	}
#content #information h2 span {
	display: block;
	margin: 0 0 0 5px;
	padding: 6px 3px 4px 25px;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	color: #330000;
	background: url(../img/bkg_h2.gif) no-repeat left center;
	}


#content #information ul {
	border-top: 1px solid #DDDAD9;
	margin: 0 10px 5px 10px;
	}
#content #information ul li {
	}
#content #information ul li a {
	display: block;
	width: 515px;
	padding: 8px 2px;
	background: url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	text-decoration: none;
	}
#content #information ul li a:active,
#content #information ul li a:focus,
#content #information ul li a:hover {
	background: #F5F4EB url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	}
#content #information ul span.date {
	padding: 0 10px 0 10px;
	font-size: 85%;
	font-family: "Trebuchet MS";
	color: #BE6229;
	}
#content #information ul span.title {
	padding: 0 10px 0 16px;
	color: #47789C;
	font-family: "MS UI Gothic";
	background: url(../img/ico_info.png) no-repeat left center;
	display: block;
	}
#content #information ul.tit-date span.date {
	float: right;
	}



/* SIDE ********************** */
* html #content #side #side-banner h2,
* html #content #side #counter h2 {
	min-height: 1px;
	}
#content #side h2 {
	padding: 0 0 3px 0;
	margin: 0 10px 0 10px;
	}

#content #side h2 span {
	display: block;
	padding: 3px 3px 3px 16px;
	font-size: 100%;
	font-weight: bold;
	background: url(../img/ico_arrow_brw.png) no-repeat left center;
	color: #F4B136;
	}
* html  #content #side h2 span {
	padding: 5px 3px 2px 16px;
	}


#content #side #counter h2 {
	margin: 10px 10px 0 10px;
	}

#content #side #counter #counter-image {
	margin: 10px 10px 0 10px;
	text-align: center;
	font-size: 0%;
	line-height: 0;
	}

#content #side #counter h2 {
	margin: 10px 10px 0 10px;
	}
#content #side #counter #counter-image {
	margin: 10px 10px 0 10px;
	text-align: center;
	font-size: 0%;
	line-height: 0;
	}


/* 2ND-H1 ******************** */
#page-title {
	margin: 0 10px;
	height: 81px;
	overflow: hidden;
	background: url(../img/bkg_h1.png) repeat-x 0 0;
	border-top: #CCCC99 solid 3px;
	border-bottom: #CCCCCC solid 3px;
	}
#page-title h1 {
	padding: 55px 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	}
#page-title #page-sub-title {
	padding: 60px 130px 0 0;
	font-size: 12px;
	font-family: "Tahoma";
	color: #FFCC00;
	float: right;
	}

/* TOPIC-PATH **************** */
#topic-path {
	margin: 0 10px;
	}
#topic-path h2 {
	display: none;
	}
#topic-path ul li {
	float: left;
	}
#topic-path ul li {
	float: left;
	}
#topic-path ul li a {
	float: left;
	padding: 4px 5px 4px 10px;
	}
* html #topic-path ul li a {
	padding: 5px 5px 4px 10px;
	}
#topic-path ul li.home a {
	background: url(../img/bkg_topic-path-home.gif) no-repeat 5px 6px;
	padding: 4px 5px 4px 18px;
	}
#topic-path ul li.usually a {
	background: url(../img/bkg_topic-path-usually.gif) no-repeat 0 6px;
	}
#topic-path ul li.present a {
	background: url(../img/bkg_topic-path-present.gif) no-repeat 0 6px;
	}
* html #topic-path ul li.home a {
	background: url(../img/bkg_topic-path-home.gif) no-repeat 5px 4px;
	padding: 5px 5px 4px 20px;
	}
* html #topic-path ul li.usually a {
	background: url(../img/bkg_topic-path-usually.gif) no-repeat 0 4px;
	}
* html #topic-path ul li.present a {
	background: url(../img/bkg_topic-path-present.gif) no-repeat 0 4px;
	}

#topic-path ul li.home a:active,
#topic-path ul li.home a:focus,
#topic-path ul li.home a:hover {
	background: url(../img/bkg_topic-path-home_.gif) no-repeat 5px 6px;
	}
#topic-path ul li.usually a:active,
#topic-path ul li.usually a:focus,
#topic-path ul li.usually a:hover {
	background: url(../img/bkg_topic-path-usually_.gif) no-repeat 2px 6px;
	}
* html #topic-path ul li.home a:active,
* html #topic-path ul li.home a:focus,
* html #topic-path ul li.home a:hover {
	background: url(../img/bkg_topic-path-home_.gif) no-repeat 5px 4px;
	padding: 5px 5px 4px 20px;
	}
* html #topic-path ul li.usually a:active,
* html #topic-path ul li.usually a:focus,
* html #topic-path ul li.usually a:hover {
	background: url(../img/bkg_topic-path-usually_.gif) no-repeat 2px 4px;
	}
#topic-path ul li.home a {
	color: #DE5956;
	}
#topic-path ul li.usually a {
	color: #DE5956;
	}
#topic-path ul li.present a {
	text-decoration: none;
	}


/* ADDRESS ***************************************************** */
#address {
	background: #FDFCFB url(../img/bkg_footer-area.png) repeat-x left top;
	padding-top: 30px;
	border-bottom: 1px solid #ffffff;
	}
#address-box {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	}

#address h2 {
	float: left;
	width: 210px;
	margin-top: 13px;
	}
#address ul {
	float: left;
	width: 470px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
#address address {
	float: left;
	padding: 0 0 0 10px;
	}


#address h2 span {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #333333;
	}

#address ul li {
	margin-left: 20px;
	color: #333333;
	}
#address ul li.add span.title {
	display: none;
	}
#address ul li.tel {
	float: left;
	}
* html #address ul li.tel {
	float: left;
	margin-left: 10px;
	font-size: 85%;
	}
#address ul li.fax {
	float: left;
	font-size: 85%;
	}
#address ul li.url {
	clear: both;
	font-size: 85%;
	}

#address address {
	}
#address address a span {
	display: none;
	}
#address address a {
	display: block;
	width:59px;
	height: 37px;
	background: url(../img/ico_mail_foot.png) no-repeat 0 0;
	}
#address address a:active,
#address address a:focus,
#address address a:hover {
	background: url(../img/ico_mail_foot_.png) no-repeat 0 0;
	}



/* ARTICLE ***************************************************** */
#content #article {
	
	}

/* HEADING ******************* */

#content #article h2 {
	padding: 3px 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: #330000 solid 3px;
	}
#content #article h2 span {
	display: block;
	margin: 0 0 0 5px;
	padding: 3px 3px 6px 27px;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	background: url(../img/ico_h2arrow.png) no-repeat left center;
	color: #330000;
	}
* html #content #article h2 span {
	padding: 3px 3px 6px 27px;
	line-height: 1.0;
	}

#content #article h3 {
	background: url(../img/bkg_h2.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h3 span {
	display: block;
	margin: 0 0 0 5px;
	padding: 4px 3px 2px 16px;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	background: url(../img/ico_h3arrow.png) no-repeat left center;
	color: #F4B136;
	}
* html #content #article h3 span {
	padding: 6px 3px 2px 16px;
	line-height: 1.0;
	}

#content #article h4 {
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	background: url(../img/lin_bline-1-1.gif) repeat-x left bottom;
	}
#content #article h4 span {
	display: block;
	margin: 0 0 0 5px;
	padding: 4px 3px 2px 16px;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	background: url(../img/ico_h4arrow.png) no-repeat left center;
	color: #F4B136;
	}
* html #content #article h4 span {
	padding: 6px 3px 2px 16px;
	line-height: 1.0;
	}




#content #article h5 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h5 span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}
#content #article h6 {
	background: url(../img/bkg_heading.png) repeat-x left bottom;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	}
#content #article h6 span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 3px solid #D38925;
	}



/* HEADING-BOX *************** */
#content #article .h2-box {
	padding: 5px 10px 10px 10px;
	}
#content #article .h3-box {
	padding: 5px 10px 10px 20px;
	}
#content #article .h4-box {
	padding: 5px 10px 10px 30px;
	}
#content #article .h5-box {
	padding: 5px 10px 10px 40px;
	}
body #content #article .h2-box p,
body #content #article .h3-box p,
body #content #article .h4-box p,
body #content #article .h5-box p,
body #content #article .h6-box p {
	line-height: 1.5;
	}


/* LIST ********************** */
/*   categories-styleに 格納   */

/* TABLE ********************* */
/* 下部のパーツ設定に移動 */



/* IMAGE ********************* */
#content #article .image-center {
	margin: 0 0 5px 0;
	text-align: center;
	}
#content #article .image-left {
	float: left;
	margin: 0px 5px 5px 5px;
	}
#content #article .image-right {
	float: right;
	margin: 0px 5px 5px 5px;
	}

/* BOTTOM-LINK ********************* */
#bottom-link {
	display: none;
	} 
#bottom-link h2 {
	display: none;
	}




/* 分岐設定・パーツ設定 ********************* */

/* タイトルロゴ ********* */
.logo-txt-png #title-area {
	background: url(../../data/img/bkg_title-logo.png) no-repeat 5px 5px;
	}
.logo-txt-gif #title-area {
	background: url(../../data/img/bkg_title-logo.gif) no-repeat 5px 13px;
	}
.logo-txt-jpg #title-area {
	background: url(../../data/img/bkg_title-logo.jpg) no-repeat 5px 13px;
	}
.logo-only-png #title-area {
	background: url(../../data/img/bkg_title-logo.png) no-repeat 0px 0px;
	}
.logo-only-gif #title-area {
	background: url(../../data/img/bkg_title-logo.gif) no-repeat 5px 13px;
	}
.logo-only-jpg #title-area {
	background: url(../../data/img/bkg_title-logo.jpg) no-repeat 5px 13px;
	}

#title-area {
	width: 330px;
	height: 63px;
	}
.logo-txt-png #site-title,
.logo-txt-gif #site-title,
.logo-txt-jpg #site-title {
	padding: 15px 0 0 45px;
	}
.logo-txt-png #sub-title,
.logo-txt-gif #sub-title,
.logo-txt-jpg #sub-title {
	padding: 0 0 0 46px;
	font-family: "Verdana";
	line-height: 100%;
	font-size: 85%;
	color: #507931;
	letter-spacing: 0px;
	}

.txt-only #title-area,
.txt-only #title-area,
.txt-only #title-area {
	background: url();
	}
.logo-only- #site-title,
.logo-txt- #site-title,
.txt-only #site-title {
	padding: 15px 0 0 10px;
	}
.logo-only- #sub-title,
.logo-txt- #sub-title,
.txt-only #sub-title {
	padding: 0 0 0 11px;
	font-family: "Verdana";
	line-height: 100%;
	font-size: 85%;
	color: #507931;
	letter-spacing: 0px;
	}

.logo-only-gif #site-title a span,
.logo-only-gif #sub-title,
.logo-only-jpg #site-title a span,
.logo-only-jpg #sub-title,
.logo-only-png #site-title a span,
.logo-only-png #sub-title {
	display: none;
	}
.logo-only-gif #site-title a,
.logo-only-jpg #site-title a,
.logo-only-png #site-title a {
	display: block;
	width: 400px;
	height: 63px;
	}

/* サイドリンクエリア ********* */

#side-banner ul.text-type {
	margin: 0 10px 0 10px;
	}
#side-banner ul.img-type {
	margin: 0 10px 0 10px;
	}
*html #side-banner ul.img-type {
	margin: 0 6px 0 6px;
	}
#side-banner ul.text-type {
	padding: 1px 0 0 0;
	background: url(../img/lin_glay.png) repeat-x left top;
	}
#side-banner ul.text-type li {
	}
#side-banner ul.text-type li a {
	display: block;
	width: 180px;
	padding: 8px 0;
	background: #181514 url(../img/lin_glay.png) repeat-x left bottom;
	color: #7CBBDC;
	text-decoration: none;
	}
#side-banner ul.text-type li a:active,
#side-banner ul.text-type li a:focus,
#side-banner ul.text-type li a:hover {
	background: #000000 url(../img/lin_glay.png) repeat-x left bottom;
	color: #BE6229;
	}
#side-banner ul.text-type li a span {
	padding: 0 0 0 16px;
	background: url(../img/ico_text-type.png) no-repeat left center;
	}
#side-banner ul.img-type li {
	margin: 0 0 1px 0;
	font-size: 0%;
	line-height: 0%;
	}
#side-banner ul.img-type li a img {
	border: 1px solid #CCCCCC;
	}
#side-banner ul.img-type li a:active img,
#side-banner ul.img-type li a:focus img,
#side-banner ul.img-type li a:hover img {
	border: 1px solid #CCCC99;
	}
#side-banner ul.img-type li.oneweb a {
	border: 1px solid #ffffff;
	}
#side-banner ul.img-type li.oneweb a:active,
#side-banner ul.img-type li.oneweb a:focus,
#side-banner ul.img-type li.oneweb a:hover {
	border: 1px solid #ff9933;
	}
#side-banner ul.image-type li {
	}
#side-banner ul.img-type li.oneweb span {
	display: none;
	}


/* ボトムリンクエリア ********* */


#bottom-link .text-type a span {
	margin: 0 5px 0 8px;
	line-height: 1.0;
	}
#bottom-link .text-type a {
	border-left: 1px solid #444334;
	white-space: nowrap;
	}

#bottom-link .img-type a img {
	border: 1px solid #292523;
	}
#bottom-link .img-type a:active img,
#bottom-link .img-type a:focus img,
#bottom-link .img-type a:hover img {
	border: 1px solid #ff9933;
	}
#bottom-banner {
	}
#bottom-banner {
	}




/* トップ用フリーエリア ********* */


#home .free-area {
	margin: 5px 0 20px 0;
	padding: 0 10px;
	}
#home .free-area p {
	line-height: 1.3;
	}

/* セカンド用フリーエリア ********* */


#categories .free-area {
	margin: 5px 0 20px 0;
	padding: 0 0px;
	}
#categories .free-area p {
	line-height: 1.3;
	}

/* セカンド用テーブルエリア ********* */

.table-area table {
	border-collapse: collapse;
	border: 1px solid #665E59;
	margin: 5px 0 10px 0;
	}
.table-area td,
.table-area th {
	border: 1px solid #665E59;
	padding: 10px;
	}
.table-area thead th {
	background: url(../img/bkg_common-bk.png) repeat-x left bottom;
	}
.table-area thead th span {
	font-weight: normal;
	color: #ffffff;
	}
.table-area tbody th {
	background: #4B4542;
	color: #ffffff;
	}
.table-area tbody th span {
	font-weight: normal;
	}


/* リストエリア **************** */
#content .list-area ul.type-a li {
	padding-left: 16px;
	background: url(../img/ico_li-type-a.png) no-repeat left center;
	}
#content .list-area ul.type-b li {
	padding-left: 16px;
	background: url(../img/ico_li-type-b.png) no-repeat left center;
	}
#content .list-area ul.type-digit {
	margin: 0;
	padding: 0;
	}
#content .list-area ul.type-digit li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 0 0;
	}
* html #content .list-area ul.type-digit li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 0 -25px;
	padding: 0;
	}


/* 品物紹介エリア **************** */

#content .object-area .type-a {
	padding: 0;
	margin: 0 0 0 -2px;
	}

#content .object-area dl {
	background: #121012;
	}

* html #content .object-area .type-a {
	padding: 0;
	margin: 0 0 5px -5px;
	}
#content .object-area .type-a dl {
	margin: 0 0 6px 5px;
	}
#content .object-area .type-a dd.name {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	}

#content .object-area .type-a dd.price {
	color: #FFFFFF;
	padding: 3px 0 3px 5px;
	}
#content .object-area .type-a dd.detail {
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	}
#content .object-area .type-a dd.detail span {
	display: block;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	}

#content .object-area .type-b dl {
	border: 2px solid #CCCC99;
	margin: 0 8px 6px 3px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	}
* html #content .object-area .type-b dl {
	margin: 0 0 6px 0;
	padding: 5px 5px 5px 5px;
	}
* html #content .object-area .type-b {
	padding: 0 6px 0 6px;
	}
#content .object-area .type-b dt img {
	width: 160px;
	}
#content .object-area .type-b dt.image {
	float: left;
	width: 165px;
	margin: 0 0 6px 0;
	font-size: 0%;
	line-height: 0%;
	overflow: hidden;
	}
#content .object-area .type-b dd.name {
	float: left;
	width: 350px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	}
#content .object-area .type-b dd.name span {
	padding: 0 0 0 5px;
	}
#content .object-area .type-b dd.price {
	float: left;
	width: 350px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	text-align: left;
	}
#content .object-area .type-b dd.price span {
	padding: 0 0 0 5px;
	}

#content .object-area .type-b dd.detail {
	float: left;
	padding: 5px 0 0 0;
	width: 350px;
	}
#content .object-area .type-b dd.detail span {
	line-height: 1.3;
	}


#content .object-area .type-c dl {
	padding: 0 0 5px 0;
	margin: 0 8px 0 3px;
	background: #ffffff url(../img/bkg_object-box.png) repeat-x left bottom;
	border-bottom: 1px solid #4B4542;
	}

*html #content .object-area .type-c dl {
	margin: 0 4px 0 6px;
	}
#content .object-area .type-c dd.name {
	float: none;
	font-weight: bold;
	background: #A3B71C url(../img/bkg_common-bk.png) repeat-x left bottom;
	color: #ffffff;
	padding: 5px 0 5px 0;
	}
#content .object-area .type-c dd.name span,
#content .object-area .type-c dd.price span {
	padding: 0 0 0 5px;
	}
#content .object-area .type-c dd.price {
	float: none;
	font-weight: bold;
	color: #70AAF1;
	padding: 3px 0 3px 0;
	text-align: left;
	}
#content .object-area .type-c dd.detail {
	clear: both;
	width: 530px;
	}
#content .object-area .type-c dd.detail span {
	padding: 0 0 0 12px;
	background: url(../img/ico_h4arrow.png) no-repeat left center;
	line-heigt: 1.3;
	}




/* リンクエリア **************** */

#content .link-area .type-c dd.name span {
	padding: 0 5px 0 16px;
	background: url(../img/ico_h4arrow.png) no-repeat left center;
	}
#content .link-area .type-a dd.name a,
#content .link-area .type-b dd.name a,
#content .link-area .type-c dd.name a {
	color: #663300;
	}
#content .link-area .type-b dd.name span {
	padding: 0 5px 0 16px;
	background: url(../img/ico_h4arrow.png) no-repeat left center;
	}



/* ノンピックアップ対応 **************** */

.layout-2 .non-pickup #content,
.layout-1 .non-pickup #content {
	width: 760px;
	}
.layout-2 .non-pickup #content #article,
.layout-1 .non-pickup #content #article {
	padding: 0 0 0 0;
	margin: 0 0 0 100px;
	width: 100%;
	float: left;
	overflow: hidden;
	}
* html .layout-2 .non-pickup #content #article,
* html .layout-1 .non-pickup #content #article {
	padding: 0 0 0 0;
	margin: 0 0 0 50px;
	width: 100%;
	float: left;
	overflow: hidden;
	}
.layout-2 .non-pickup #content #side,
.layout-1 .non-pickup #content #side {
	float: left;
	width: 1px;
	display: normal;
	background: #000000;
	margin: 0 0 0 -100px;
	}


.layout-2 .non-pickup #content #side-banner,
.layout-1 .non-pickup #content #side-banner {
	display: none;
	}



























