@charset "UTF-8";

@import url("base.css");

/* **************************************************************************************

 コンテンツページのスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#contArea {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#header {
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/bg_header.jpg) no-repeat center top;
}

div#headerIn {
	position: relative;
	width: 860px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
}

div#header h1 {
	position: absolute;
	top: 40px;
	left: 0;
}

div#header p.txt {
	position: absolute;
	top: 86px;
	left: 266px;
}

div#header dl#fontSize {
	position: absolute;
	top: 8px;
	right: 0;
	width: 142px;
	height: 23px;
	background: #E8E8E8;
}

div#header dl#fontSize dt {
	position: absolute;
	top: 4px;
	left: 7px;
	font-size: 0;
}

div#header dl#fontSize dd p.small,
div#header dl#fontSize dd p.medium,
div#header dl#fontSize dd p.large {
	position: absolute;
	top: 4px;
	width: 15px;
	height: 15px;
	font-size: 0;
}
div#header dl#fontSize dd p.small a,
div#header dl#fontSize dd p.medium a,
div#header dl#fontSize dd p.large a {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -900em;
	text-decoration: none;
	/*\*/overflow: hidden;/**/
}

div#header dl#fontSize dd p.small {
	left: 80px;
	background: url(../img/small.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.medium {
	left: 100px;
	background: url(../img/medium.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.large {
	left: 120px;
	background: url(../img/large.jpg) no-repeat 0 0;
}

div#header dl#fontSize dd p.small a {
	background: url(../img/small.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.small a:hover {
	background: url(../img/small_on.jpg) no-repeat 0 0;
}

div#header dl#fontSize dd p.medium a {
	background: url(../img/medium_on.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.medium a:hover {
	background: url(../img/medium_on.jpg) no-repeat 0 0;
}

div#header dl#fontSize dd p.large a {
	background: url(../img/large.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.large a:hover {
	background: url(../img/large_on.jpg) no-repeat 0 0;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#footer {
	position: relative;
	width: 860px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../img/bg_footer.gif) no-repeat left top;
	text-align: left;
}

div#footer address {
	position: absolute;
	top: 10px;
	left: 0;
	width: 390px;
	color: #ACAAA6;
	font-size: 86%;
}

div#footer ul {
	width: 470px;
	margin: 0 0 0 390px;
	text-align: right;
	color: #6D6C69;
	font-size: 86%;
}

div#footer ul li {
	display: inline;
	padding-left: 7px;
	border-left: 1px solid #6D6C69;
}

div#footer ul li.firstChild {
	border-left: none;
}

div#footer ul li a:link,
div#footer ul li a:visited {
	text-decoration: none;
}
div#footer ul li a:hover,
div#footer ul li a:active {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

div#categoryArea {
	position: relative;
	width: 910px;
	margin: 0 -50px 0 0;
	zoom: 1;
}
div#categoryArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#categoryArea { display:inline-block; }
/*\*/
* html div#categoryArea { height:1%; }
div#categoryArea { display:block; }
/**/

div.categoryBox {
	float: left;
	width: 260px;
	margin: 0 40px 0 0;
	background: url(../img/bg_category.gif) no-repeat left top;
}

div.categoryBox h2 {
	margin-bottom: 10px;
	padding: 15px 0 0 23px;
	background: url(../img/icon_arrow.gif) no-repeat 0 18px;
	font-size: 117%;
	font-weight: bold;
}

div.categoryBox h2 a:link,
div.categoryBox h2 a:visited {
	color: #000000;
	text-decoration: none;
}
div.categoryBox h2 a:hover,
div.categoryBox h2 a:active {
	color: #000000;
	text-decoration: underline;
}

div.categoryBox p.new {
	min-height: 21px;
	margin: 5px 0 7px;
	padding: 3px 0 0 40px;
	background: url(../img/icon_new.gif) no-repeat 0 0;
	font-weight: bold;
}
* html div.categoryBox p.new {
	height: 24px;
}

div.categoryBox p.new a:link,
div.categoryBox p.new a:visited,
div.categoryBox p.new a:hover,
div.categoryBox p.new a:active {
	color: #0288A9;
}

div.categoryBox ul {
	padding-bottom: 35px;
}

div.categoryBox ul li {
	padding-bottom: 5px;
	color: #5D5F5F;
}

p.pagetop {
	padding: 20px 0 10px;
	text-align: right;
	font-size: 86%;
}

p.pagetop a:link,
p.pagetop a:visited,
p.pagetop a:hover,
p.pagetop a:active {
	color: #000000;
}


