@charset "utf-8";


/*---------------------------------------------------
* Base Modules
*--------------------------------------------------*/

/*   [header]
---------------------------------------*/
#header {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 65px; /* standards height */
	position: relative;
}
.logo {
	position: absolute;
	top: 13px;
	left: 6px;
}
.copy {
	position: absolute;
	top: 30px;
	left: 73px;
}

/*-------- [utility] --------*/
.utility {
	position: absolute;
	right: 15px;
	bottom: 13px;
}
.utility li {
	float: left;
	display: inline;
	background: url("/common/img/icon_arrow_0001.gif") no-repeat 0 0.4em;
	line-height: 1.2;
	margin-right: 21px;
	padding-left: 6px;
}
.utility li.lastChild {
	margin-right: 0;
}
.utility li a:link,
.utility li a:visited {
	text-decoration: none;
	color: #392d22;
}
.utility li a:hover,
.utility li a:active {
	text-decoration: underline;
	color: #735a44;
}


/*   [gNavi]
---------------------------------------*/
#gNavi {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}
#gNavi ul {
	margin-left: 1px;
}
#gNavi li {
	float: left;
	display: inline;
	margin-right: 9px;
}


/*   [subNavi]
---------------------------------------*/
#subNavi {
	clear: both;
	background: #938071;
}
#subNavi div {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 950px;
	min-height: 35px;
}
* html #subNavi div {
	height: 35px;
}
#subNavi .update {
	color: #ffffff;
	padding: 13px 0 5px 3px;
}
#subNavi .update a {
	margin-left: 10px;
}
#subNavi .update img {
	margin-top: -2px;
}
#subNavi .search {
	position: absolute;
	top: 7px;
	right: 2px;
	background: url("/common/img/bg_search_form.gif") no-repeat 0 50%;
}
#subNavi #txtSearch {
	float: left;
	display: inline;
	background: transparent;
	background-attachment: scroll;
	width: 145px;
	height: 20px;
	border: none;
	padding: 2px 0 0 3px;
}
#subNavi #btnSearch {
	float: left;
	display: inline;
	border: 0;
	margin: 1px 0 0;
	padding: 0;
}

/*   [container]
---------------------------------------*/
#container {
	text-align: left;
	margin: 10px auto 0;
	width: 950px;
}

/*-------- [topicPath] --------*/
.topicPath {
	font-size: 76.9%;
	color: #5e5139;
	line-height: 1.2;
	margin-left: 5px;
	margin-bottom: 9px;
}
.topicPath li {
	float: left;
	display: inline;
	background: url("/common/img/icon_topicpath.gif") no-repeat 100% 0.2em;
	margin-right: 5px;
	padding-right: 10px;
}
.topicPath li.now {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.topicPath strong {
	font-weight: normal;
}
.topicPath a:link,
.topicPath a:visited {
	color: #5e5139;
	text-decoration: underline;
}
.topicPath a:hover,
.topicPath a:active {
	color: #98815a;
	text-decoration: none;
}

/*   [wrapper]
---------------------------------------*/
#wrapper {
	clear: both;
	margin-bottom: 30px;
}


/*   [maincontents]
---------------------------------------*/
#maincontents {
	float: left;
	display: inline;
	width: 670px;
}

/*-------- [pagetop] --------*/
.pagetop {
	text-align: right;
	margin: 20px 0 0;
}
.pagetop a {
	background: url("/common/img/icon_pagetop.gif") no-repeat 0 0.5em;
	padding-left: 11px;
}


/*   [menu]
---------------------------------------*/
#menu {
	float: right;
	display: inline;
	width: 250px;
}

/*-------- [menuBox] --------*/
.menuBox {
	clear: both;
}
.menuBox .menuList {
	clear: both;
	text-align: right;
	line-height: 1.3;
	margin-right: 14px;
}
.menuBox .menuList a {
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}

/*-------- [attention] --------*/
.attention {
	margin-bottom: 15px;
}
.attention dt {
	margin-bottom: 13px;
}
.attention dd {
	clear: both;
	display: inline-block;
	margin: 0 14px 15px;
}
.attention dd:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .attention dd {
	height: 1em;
}
.attention dd {
	display: block;
}
/* initialization for clearfix */
.attention dd .attentionPhoto {
	float: left;
	display: inline;
	margin-right: 8px;
}
.attention dd p {
	line-height: 1.3;
	font-size: 76.9%;
}
.attention dd p.attentionTitle {
	font-size: 100%;
	margin-bottom: 5px;
}
.attention dd .attentionTitle a {
	font-weight: bold;
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}

/*-------- [special] --------*/
.special {
	margin-bottom: 30px;
}
.special dt {
	margin-bottom: 13px;
}
.special dd {
	clear: both;
	display: inline-block;
	background: url("/common/img/line_dot_0001.gif") repeat-x 0 100%;
	margin: 0 0 6px 0;
	padding: 0 3px 9px;
}
.special dd:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .special dd {
	height: 1em;
}
.special dd {
	display: block;
}
/* initialization for clearfix */
.special dd .specialPhoto {
	float: left;
	display: inline;
	margin-right: 8px;
}
.special dd p {
	line-height: 1.3;
	font-size: 76.9%;
}
.special dd p.specialTitle {
	font-size: 100%;
	margin-bottom: 5px;
}
.special dd .specialTitle a {
	font-weight: bold;
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}

.special .writerpict {
	float:left;
	width:51px;
}

.special .rensaiTitle {
	float:right;
	width:189px;
}

/*-------- [feature] --------*/
.feature {
	margin-bottom: 30px;
}
.feature dt {
	margin-bottom: 13px;
}
.feature dd {
	clear: both;
	display: inline-block;
	background: url("/common/img/line_dot_0001.gif") repeat-x 0 100%;
	margin: 0 0 6px 0;
	padding: 0 3px 9px;
}
.feature dd:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html .feature dd {
	height: 1em;
}
.feature dd {
	display: block;
}
/* initialization for clearfix */
.feature dd .specialPhoto {
	float: left;
	display: inline;
	margin-right: 8px;
}
.feature dd p {
	line-height: 1.3;
}
.feature dd p.specialTitle {
	font-size: 100%;
	margin-bottom: 5px;
}
.feature dd .specialTitle a {
	font-weight: bold;
}

/*-------- [ranking] --------*/
.ranking {
	margin-bottom: 16px;
}
.ranking dt {
	margin-bottom: 15px;
}
.ranking dd {
	margin: 0 5px;
}
.ranking dd li {
	text-indent: -22px;
	line-height: 1.3;
	margin-left: 22px;
	margin-bottom: 14px;
}
.ranking dd li img {
	vertical-align: bottom;
	margin-right: 7px;
}
.ranking dd li a:link,
.ranking dd li a:visited {
	text-decoration: none;
}
.ranking dd li a:hover,
.ranking dd li a:active {
	text-decoration: underline;
}

/*-------- [infomation] --------*/
.infomation {
	margin-bottom: 30px;
}
.infomation dt {
	margin-bottom: 15px;
}
.infomation dd {
	margin: 0 11px 0 15px;
}
.infomation li {
	background: url("/common/img/line_dot_0001.gif") repeat-x 0 100%;
	line-height: 1.3;
	margin-bottom: 5px;
	padding-bottom: 9px;
}
.infomation li a {
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}
.infomation li a:link,
.infomation li a:visited {
	text-decoration: none;
}
.infomation li a:hover,
.infomation li a:active {
	text-decoration: underline;
}

/*-------- [submenu] --------*/
.submenu {
	background: url("/common/img/bg_submenu_bottom.gif") no-repeat 0 100%;
	margin-bottom: 30px;
}
.submenu ul {
	background: url("/common/img/bg_submenu_top.gif") transparent no-repeat 0 0;
	padding: 8px 15px;
}
.submenu li {
	line-height: 1.5;
	margin-bottom: 4px;
}
.submenu li a {
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}

/*-------- [keyword] --------*/
.banner {
	text-align: center;
	margin-bottom: 30px;
}
.banner p {
	font-size: 76.9%;
	text-align: left;
	line-height: 1.5;
	margin: 0 auto;
	padding:5px 24px 15px;
}
.banner p a:link,
.banner p a:visited {
	text-decoration: none;
}
.banner p a:hover,
.banner p a:active {
	text-decoration: underline;
}

#wrapper .menuBox .e4shopbanner {
	border:1px solid #CCCCCC;
}

#wrapper .menuBox .e4shopbanner .tieup {
	padding:15px 24px 0;
}

/*-------- [category] --------*/
.category {
	margin-bottom: 25px;
}
.category dt {
	margin-bottom: 10px;
}
.category dd {
	margin: 0 7px;
}
.category ul ul {
	margin: 0 10px;
}
.category li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.category li a {
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}
.category li a:link,
.category li a:visited {
	text-decoration: none;
}
.category li a:hover,
.category li a:active {
	text-decoration: underline;
}

/*-------- [keyword] --------*/
.keyword {
	margin-bottom: 25px;
}
.keyword dt {
	margin-bottom: 10px;
}
.keyword dd {
	background: url("/common/img/line_dot_0001.gif") repeat-x 0 100%;
	margin: 0 7px 3px;
	padding-bottom: 5px;
}
.keyword li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.keyword li a {
	background: url("/common/img/icon_arrow_0002.gif") no-repeat 0 0.5em;
	padding-left: 7px;
}
.keyword li a:link,
.keyword li a:visited {
	text-decoration: none;
}
.keyword li a:hover,
.keyword li a:active {
	text-decoration: underline;
}

/*-------- [recommend_bnr] --------*/
#menu .recommend_bnr{
	margin-bottom: 30px;
}

#menu .recommend_bnr ul li{
	text-align: center;
	margin-top: 10px;
}


/*   [footer]
---------------------------------------*/
#footer {
	clear: both;
	background: url("/common/img/bg_footer.gif") #857465 repeat-x 0 100%;
}
#footer div {
	text-align: left;
	position: relative;
	width: 950px;
	height: 91px;
	margin: 0 auto;
}
#footer .copyright {
	position: absolute;
	top: 38px;
	left: 16px;
}
#footer ul {
	position: absolute;
	top: 35px;
	right: 68px;
}
#footer li {
	float: left;
	display: inline;
	line-height: 1.5;
	margin-right: 20px;
}
#footer li.lastChild {
	margin-right: 0;
}
#footer li a {
	background: url("/common/img/icon_arrow_0003.gif") no-repeat 0 0.4em;
	padding-left: 8px;
}
#footer li a:link,
#footer li a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer li a:hover,
#footer li a:active {
	text-decoration: underline;
	color: #bbb7ae;
}