@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------

textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss


--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:underline;
}
a:active{
	color:#555;
	text-decoration:none;
}


/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:url(../img/common/bg_body.jpg) #F0F0F0 left top repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container{
	width:870px;
	margin:0 auto;
	position:relative;
	background:url(../img/common/bg_container.jpg) right top no-repeat;
}


/* 右レイアウト、左レイアウト */

#main-area{
	width:620px;
	float:left;
}

#submenu-area{
	width:230px;
	float:right;
}

	/* API部分レイアウト */
	
	#main-area.api{
		width:650px;
		float:right;
	}
	
	#submenu-area.api{
		width:200px;
		float:left;
	}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	height:193px;
}

#identity{
	float:left;
	height:145px;
	width:150px;
}

#header-area .read{
	position:absolute;
	top:55px;
	left:180px;
}

	#header-area .read h1{
		color:#FFF;
		font-size:24px;
	}
	#header-area .read p{
		color:#CCC;
		width:300px;
		font-size:13px;
		line-height:1.5;
	}

#header-area .header-utility{
	float:right;
	font-size:77%;
}
#header-area .header-utility li{
	float:left;
	margin:5px 0;
	padding:0 15px;
	border-left:1px solid #CCC;
}

.globalmenu{
	position:absolute;
	top:160px;
	left:0px;
}

.globalmenu li{
	float:left;
	padding:5px 20px 0 20px;
	height:28px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-left:solid 1px #DDD;
}
.globalmenu li.requestList{
	background:url(../img/common/icon_requestList.gif) 10px center no-repeat;
	padding-left:30px;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{

}
#contents-area a:hover img {
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}
#contents-area .sitenavi{
	margin:15px 0;
}
	#contents-area .sitenavi .now{
		color:#555;
		font-weight:bold;
	}
	#contents-area .sitenavi a,
	#contents-area .sitenavi span{
		margin:0 5px 0 0;
	}
#contents-area .sitepath{
	float:left;
	color:#CCCCCC;
}
	#contents-area .sitepath a{
		border:1px solid #DDD;
		padding:2px 5px;
		background-color:#FFF;
	}
	#contents-area .sitepath a:hover{
		border:1px solid #DDD;
		padding:2px 5px;
		background-color:#FFD;
	}
#contents-area .sitenutility{
	float:right;
	color:#CCCCCC;
}

/* 検索条件部分 */
#contents-area .search-area{
	float:left;
	width:192px;
	margin:0 5px　;
}
	/* 中央 */
	#contents-area .search-area_center{
		float:left;
		width:202px;
		margin:0 5px　;
	}
	/* 右 */
	#contents-area .search-area_right{
		float:left;
		width:195px;
		margin:0 0 0 1px;
	}

#contents-area .search_line{
	margin:0 0 5px 0;
}
#contents-area .search_head{
	float:left;
	width:60px;
	margin:0 5px 0 0;
	font-weight:bold;
	font-size:85%;
	line-height:1.1;
}
	/* 右 */
	#contents-area .search-area_right .search_head{
		float:left;
		width:80px;
	}
#contents-area .search_select{
	float:left;
	width:120px;
}
	/* 中央 */
	#contents-area .search-area_center .search_select{
		float:left;
		width:136px;
	}
	/* 右 */
	#contents-area .search-area_right .search_select{
		float:left;
		width:106px;
	}
#contents-area .search_select input.adjust,
#contents-area .search_select select.adjust{
	width:120px;
}
#contents-area .search_select input.range,
#contents-area .search_select select.range{
	width:58px;
}
#contents-area .search_bt{
	margin:5px 0 0 0;
	text-align:center;
}
#contents-area .search_bt a{
	margin:0 auto;
}

/* 検索件数 */

#contents-area .hit{
	float:left;
}
#contents-area .hit span{
	color:#CC0000;
	font-size:144%;
	font-weight:bold;
}
#contents-area .paging{
	float:right;
	color:#CCCCCC;
}
#contents-area .paging span{
	margin:0 10px;
}

/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

#submenu-area{

}

#submenu-area .submenu{
	margin:0 0 10px 0;
	padding:5px 0;
	background-color:#DADADA;
}

#submenu-area .submenu ul li{
	font-weight:bold;
}
#submenu-area .submenu ul li a{
	border:solid 1px #CCCCCC;
}
#submenu-area .submenu ul li a:link,
#submenu-area .submenu ul li a:visited{
	display:block;
	margin:0 auto 3px auto;
	width:200px;
	height:36px;
	border-left:solid 4px #000;
	line-height:36px;
	padding:0 0 0 12px;
	background:url(../img/home/bt_img_bg.jpg) #FFF left bottom repeat-x;
}
	#submenu-area .submenu ul ul li{
	margin:0 0 3px 0;
	font-weight:bold;
	}
	#submenu-area .submenu ul ul li a:link,
	#submenu-area .submenu ul ul li a:visited{
		display:block;
		margin:-3px auto 0 auto;
		width:180px;
		height:24px;
		border-left:solid 4px #000;
		border-top:none;
		line-height:24px;
		margin-left:26px;
		padding:0 0 0 12px;
		background:url(../img/home/bt_img_bg.jpg) #FFF left bottom repeat-x;
	}

/* API部分サイドメニュー */

#submenu-area .side_section ul li{
	margin:0 auto 1px auto;
}

#submenu-area .side_section ul li a:link,
#submenu-area .side_section ul li a:visited{
	display:block;
	padding:0 0 0 15px;
	width:155px;
	background:url(../img/common/icon_side_list.gif) #FFF left center no-repeat;
}

#submenu-area .side_section ul li a:hover{
	background:url(../img/common/icon_side_list.gif) #EFEFFC left center no-repeat;
}

	/* 検索条件部分 */
	#submenu-area .search_select{
		float:left;
		width:160px;
	}
	#submenu-area .search_select input.adjust,
	#submenu-area .search_select select.adjust{
		width:100%;
	}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{
	
}

#main-area h2{
	width:590px;
	height:30px;
	padding:8px 15px 0px 15px;
	color:#FFFFFF;
	font-size:122%;
	background:url(../img/common/bg_h2_common.jpg) #FFF left top no-repeat;
}
#main-area h3{
	border-left:solid 4px #000000;
	padding-left:7px;
	margin:0 0 7px 0;
}

.section{
	width:620px;
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
	background:url(../img/common/bg_section_footer.jpg) #FFF left bottom no-repeat;
}
.section_body{
	width:590px;
	margin:0 auto;
	padding:10px 15px;
	background:url(../img/common/bg_section.jpg) #FFF left top repeat-y;
}
	/* 第二階層 */
	#main-area.lv2 .section{
		width:650px;
		margin:0 auto 20px auto;
		padding:0 0 10px 0;
		background:url(../img/common/bg_section_footer_lv2.jpg) #FFF left bottom no-repeat;
	}
	#main-area.lv2 .section_body{
		width:620px;
		margin:0 auto;
		padding:10px 15px;
		background:url(../img/common/bg_section_lv2.jpg) #FFF left top repeat-y;
	}

.pagetop{
	width:620px;
	text-align:right;
	margin:0 auto 0px auto;
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:77%;
}

/* セクション内のテキストボタンリスト */

.section ul.bt li{
	border:solid 1px #CCCCCC;
	font-size:13px;
	font-weight:bold;
	background:url(../img/home/bt_img_bg.jpg) #FFF left bottom repeat-x;
	margin:0 0 10px 0;
}
.section ul.bt li a{
	display:block;
	width:275px;
	line-height:52px;
	padding:0 0 0 12px;
}
.section ul.bt li.left{
	float:left;
}
.section ul.bt li.right{
	float:right;
}
.section ul.bt img{
	float:right;
	padding:2px;
}


/* ------------------------------------------------------------ */
/* 検索結果 */
/* ------------------------------------------------------------ */

/* セクション内注目商品のリスト */

.section ul.pickup li{
	float:left;
	width:150px;
	margin:0 4px 0 0;
	text-align:center;
	font-weight:bold;
}
.section ul.pickup li a:hover{
	text-decoration:none;
}
.section ul.pickup .new{
	margin:0 3px 0 0;
}
.section ul.pickup li .price{
	color:#CC0000;
}
.section ul.pickup li img{
	margin:0 0 5px 0;
}
.section ul.pickup_right li img{
	margin:0 0 0px 0;
}

/* 表設定 */
.section table{
	border:solid 1px #CCCCCC;
	border-collapse: collapse;
	margin:0 0 15px 0;
	line-height:1.2;
}
.section table th,
.section table td{
	padding:5px;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
	vertical-align:middle;
}
.section table th{
	font-size:77%;
	background:url(../img/home/bt_img_bg.jpg) #FFF left bottom repeat-x;
}
.section table td.tdleft{
	text-align:left;
}
.section table td.check{
	background-color:#DDD;
	vertical-align:middle;
}
.section table td .price{
	color:#CC0000;
	font-weight:bold;
}
.section th a,
.section th a:link,
.section th a:visited,
.section th a:hover,
.section th a:active,{
	color:#007;
	text-decoration:underline;
}
.section table td .location{
	background-color:#AAA;
	color:#FFFFFF;
	line-height:1.8;
	padding:1px 3px;
	font-size:85%;
	font-weight:bold;
}

.section .detail_table th{
	font-size:85%;
	font-weight:bold;
}
/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

/* フッターナビ */
#footer_navi{
	background:url(../img/common/bg_footer_navi.jpg) left top repeat-x;
	width:873px;
	height:197px;
	margin:0 auto 30px auto;
}

#footer_navi .section{
	background:none;
	padding:15px 0 0 15px;
	margin:0px;
	width:590px;
}

#footer_navi h3{
	border-left:solid 4px #000000;
	padding-left:7px;
	margin:0 0 15px 0;
}

/* テキストボタンリスト */

#footer_navi ul.bt li{
	border:solid 1px #CCCCCC;
	font-size:13px;
	font-weight:bold;
	background:url(../img/home/bt_img_bg.jpg) #FFF left bottom repeat-x;
	margin:0 0 10px 0;
}
#footer_navi ul.bt li a{
	display:block;
	width:275px;
	line-height:52px;
	padding:0 0 0 12px;
}
#footer_navi ul.bt li.left{
	float:left;
}
#footer_navi ul.bt li.right{
	float:right;
}
#footer_navi ul.bt img{
	float:right;
	padding:2px;
}

#footer_navi a:hover img {
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}


#footer-area{
	text-align:center;
	color:#CCCCCC;
}
#footer-area p.copyright{
	height:36px;
	color:#333;
	margin:10px 0 0 0;
	padding:20px 0 0 0;
	background:url(../img/common/bg_footer.jpg) #FFF left top repeat-x;
	}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

.section h3{
	margin:0 0 0 0;
	font-size:122%;
	color:#000;
}

.dotto_top{
	border-top:1px dotted #CCC;
}
.dotto_bottom{
	border-bottom:1px dotted #CCC;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/* ------------------------------------------------------------ */
/* カンタンボタン（検索） */
/* ------------------------------------------------------------ */
a.button {
    background: transparent url(../img/common/bg_button_a.jpg) no-repeat scroll top right;
    color: #FFF;
    display: block;
    text-align:center;
    width:170px;
    height: 28px;
    padding:5px 0 0 0;
    text-decoration: none;
    font-weight:bold;
    font-size:13px;
}

a.button span {
    color:#FFF;
}
a.button img {
	margin:0 3px 0 0;
}
a.button:hover{
	color:#FFF;
	background: transparent url(../img/common/bg_button_ahoer.jpg) no-repeat scroll top right;
}

/* 戻るボタン */

.back{
	margin:10px 0 0 0;
}

a.button_back {
    background: transparent url(../img/common/bg_button_back_a.jpg) no-repeat scroll top right;
    color: #FFF;
    display: block;
    text-align:center;
    width:100px;
    height: 22px;
    padding:2px 0 0 0;
    text-decoration: none;
    font-weight:bold;
    font-size:13px;
}

a.button_back span {
    color:#FFF;
}
a.button_back img {
	margin:0 3px 0 0;
}
a.button_back:hover{
	color:#FFF;
	background: transparent url(../img/common/bg_button_back_ahoer.jpg) no-repeat scroll top right;
}
