@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */


img	{
	border: 0;
}

#globalNavi, #globalNavi ul {
	width:980px;
	margin:0;
	padding:0;
	list-style-type:none; 
    position:relative;  
	z-index:200;
}
#globalNavi	{
	position:relative;
	font-size:93%;
}
#globalNavi li	{
	float:left;
	position:relative;
}
#globalNavi ul {
	width: 175px;
	position: absolute;
	top: 32px;
	left: 0px;
	display: none;
}
#globalNavi ul.end {
	width: 175px;
	position: absolute;
	top: 32px;
	left: -36px;
	display: none;
}
#globalNavi ul li a	{
	width: 143px;
	display: block;
	background: #BFC0C0 url(../img/menu/icon.gif) no-repeat;
	padding: 7px 5px 8px 27px;
	border-bottom: 1px dotted #909090;
	color: #000;
	text-decoration: none;
}
#globalNavi ul li a:hover	{
	background: #000 url(../img/menu/icon_on.gif) no-repeat;
	color: #FFF;
}
#globalNavi ul li.first a	{
	background: #BFC0C0 url(../img/menu/bg_navi.gif) no-repeat;
	padding: 16px 5px 7px 27px;
}
#globalNavi ul li.first a:hover	{
	background: #000 url(../img/menu/bg_navi_on.gif) no-repeat;
}


/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
display:none;
}


/* ヘッダ検索部分
----------------------------------------------------------- */
#header .register{
	padding: 0px 0px 73px 0px;
}

#header-search input {
	display: block;
	float:left;
	margin: 3px 2px 0px;
}
#header-search input.input-inner {
	display: block;
	width:157px;
	height:14px;
	font-size:10px;
	padding: 1px 0px 0px 3px;
	border: 1px solid #666;
	color: #000;
}
* html #header-search input.input-inner {
	width:158px;
	height:13px;
	padding: 2px 0px 0px 6px;
	font-size:9px;
}
*:first-child+html #header-search input.input-inner {
	width:158px;
	height:13px;
	padding: 2px 0px 0px 6px;
	font-size:9px;
}

#header-search fieldset {
	margin: 3px 0 0px;
	width: 117px;
	display: block;
	float:left;
	border:none;
	position:absolute;
	left:168px;
}
* html #header-search fieldset {
	left:172px;
}
*:first-child+html #header-search fieldset {
	left:170px;
}
#header-search select {
	display: block;
	width: 117px;
	height: 18px;
	float:left;
	position:relative;
	z-index:300;
}
* html #header-search select {
	height: 17px;
	width: 117px;
	position:relative;
	z-index:300;
}
*:first-child+html #header-search select {
	height: 18px;
	width: 117px;
	position:relative;
	z-index:300;
}
#header-search select.replaced {
	display: none;
}
#header-search ul.selectReplacement {
	background: url(../img/top.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 17px;
	width: 117px;
	font-size:11px;
	position:relative;
	z-index:300;
}
* html #header-search ul.selectReplacement {
	height:16px;
	width: 117px;
	position:relative;
	z-index:300;
}
*:first-child+html #header-search ul.selectReplacement {
	height: 17px;
	width: 117px;
	position:relative;
	z-index:300;
}
#header-search ul.selectReplacement li {
	background: #a5a5a5;
	color: #fff;
	cursor: pointer;
	display: none;
	list-style: none;
	margin: 0;
	padding: 4px 6px 6px;
	width: 93px;
	position:relative;
	z-index:300;
}
* html #header-search ul.selectReplacement li {
	line-height: 1em;
	padding: 4px 12px 1px;
	width: 93px;
}
*:first-child+html #header-search ul.selectReplacement li {
	padding: 4px 12px 6px;
	line-height: 1em;
	width: 93px;
}
#header-search ul.selectReplacement li.first{
	background: url(../img/top.jpg) top left no-repeat;
}
#header-search ul.selectOpen li {
	display: block;
	position:relative;
	z-index:300;
}
#header-search ul.selectOpen li.first{
	background: url(../img/top.jpg) top left no-repeat;
}
#header-search ul.selectReplacement li.selected {
	background: url(../img/bottom.gif) bottom left no-repeat;
	color: #fff;
	display: block;
	border:0px;
	height:7px;
	position:relative;
	z-index:300;
}
#header-search ul.selectOpen li.selected {
	background: #7f7f7f;
	display: block;
	position:relative;
	z-index:300;
}
#header-search ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
	background: #7f7f7f;
	color: #fff;
	position:relative;
	z-index:300;
}



/* #pagenate */
#contents-inner #box-left-inner #pagenate{
	text-align:center;
	margin:30px auto;
	padding:0px 0px 0px 0px;
}
#contents-inner #box-left-inner #pagenate span.page{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:85%;
	font-weight:bold;
}
#contents-inner #box-left-inner #pagenate span.back,
#contents-inner #box-left-inner #pagenate span.next{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:108%;
}
#contents-inner #box-left-inner #pagenate span.back a,
#contents-inner #box-left-inner #pagenate span.next a{
	text-decoration:underline;
}
#contents-inner #box-left-inner #pagenate span.number{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:108%;
}
#contents-inner #box-left-inner #pagenate span.number a{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	text-decoration:underline;
}
#contents-inner #box-left-inner #pagenate span.number .active{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}


/* seach_list category choice style
------------------------------------------------*/
fieldset {
	margin: 3px 0 0px;
	width: 117px;
	display: block;
	float:left;
	border:none;
	position:absolute;
	left:168px;
}
* html fieldset {
	left:172px;
}
*:first-child+html fieldset {
	left:170px;
}
/*select {
	display: block;
	width: 117px;
	height: 18px;
	float:left;
}
* html select {
	height: 17px;
	width: 117px;
}
*:first-child+html select {
	height: 18px;
	width: 117px;
}*/
select.replaced {
	display: none;
}
ul.selectReplacement {
	background: url(../img/top.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 17px;
	width: 117px;
	font-size:12px;
	position:relative;
	z-index:300;
}
* html ul.selectReplacement {
	height:16px;
	width: 117px;
	font-size:12px;
	position:relative;
	z-index:300;
}
*:first-child+html ul.selectReplacement {
	height: 16px;
	width: 117px;
	font-size:12px;
	position:relative;
	z-index:300;
}
ul.selectReplacement li {
	background: #a5a5a5;
	border-bottom:1px solid #999;
	color: #fff;
	cursor: pointer;
	display: none;
	list-style: none;
	margin: 0;
	padding: 3px 4px 2px;
	width: 97x;
	line-height:1em;
	position:relative;
	z-index:300;
	zoom: 1;
}
* html ul.selectReplacement li {
	padding: 3px 10px 3px;
	width: 97x;
	position:relative;
	z-index:300;
}
*:first-child+html ul.selectReplacement li {
	padding: 3px 10px 3px;
	width: 97x;
	position:relative;
	z-index:300;
}
ul.selectReplacement li.first{
	background: url(../img/top.jpg) top left no-repeat;
}
ul.selectOpen li {
	display: block;
}
ul.selectOpen li.first{
	background: url(../img/top.jpg) top left no-repeat;
}
ul.selectReplacement li.selected {
	background: url(../img/bottom.gif) bottom left no-repeat;
	color: #fff;
	display: block;
	border:0px;
}
ul.selectOpen li.selected {
	/*border-bottom:1px solid #999;*/
	background: #7f7f7f;
	display: block;
	position:relative;
	z-index:300;
}
ul.selectOpen li:hover, ul.selectOpen li.hover, ul.selectOpen li.selected:hover {
	background: #7f7f7f;
	color: #fff;
	position:relative;
	z-index:300;
}

#contents-inner #box-left-inner #condition-inner input {
margin:0 10px 0 0;
padding:0;
position:static;
}
input.button-inner {
	display: block;
	width:58px;
	height:17px;
	border:0px;
	cursor: pointer;
	position:absolute;
	left:287px;
	background-image:url(../img/search-btn.gif);
}
* html input.button-inner {
	display: block;
	width:58px;
	height:17px;
	border:0px;
	cursor: pointer;
	position:absolute;
	left:289px;
	background-image:url(../img/search-btn.gif);
}
*:first-child+html input.button-inner {
	display: block;
	width:58px;
	height:17px;
	border:0px;
	cursor: pointer;
	position:absolute;
	left:287px;
	background-image:url(../img/search-btn.gif);
}
