@charset "utf-8";

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

	基本スタイル

-----------------------------------

	1. 基本レイアウト・デザイン
	2. ヘッダー
	3. メインエリア
	4. サイドエリア
	5. フッター

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


/* ========================================================================



	1. 基本レイアウト・デザイン


 
======================================================================== */

/* ----------------------------------------------------
	■基本レイアウト
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	color: #000;
	background-color: #fff;
	text-align: center;
	padding: 70px 0 0;
}
#footer {
	padding: 35px 0 50px;
}


/* ----------------------------------------------------
	■リンクスタイル
---------------------------------------------------- */
a {
	outline: 0;
	color: #00a1e4;
	text-decoration: none;
}
a:hover {
	color: #7fd0f1;
}


/* ----------------------------------------------------
	■ロゴ
---------------------------------------------------- */
h1 {
	height: 145px;
	width: 320px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../img/home/logo.gif);
	background-repeat: no-repeat;
}


/* ----------------------------------------------------
	■タグライン
---------------------------------------------------- */
p#tagline {
	position: absolute;
	left: -9999px;
	top: 0px;
}


/* ----------------------------------------------------
	■ランキング
---------------------------------------------------- */
ul.ranking {
	padding: 40px 0 0;
	background-image: url(../img/home/ranking_title.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 30px 0px 0px;
}
ul.ranking li {
	display: inline;
	padding: 0 5px;
}




/* ========================================================================



	2. 検索フォーム


 
======================================================================== */

/* ----------------------------------------------------
	■検索フォーム
---------------------------------------------------- */
form#searchForm {
}
form#searchForm label.word {
	display: none;
}
form#searchForm input.formA {
	font-size: 22px;
	padding: 2px 3px 0;
	margin: 0 auto 15px;
	width: 500px;
	height: 28px;
	border: 5px solid #000000;
	background-color: #FFFFFF;
	line-height: 1;
	background-image: url(../img/base/form_bg.gif);
	background-repeat: repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Verdana,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* ----------------------------------------------------
	■検索ボタン
---------------------------------------------------- */
button#searchBtn {
	display: block;
	width: 115px;
	height: 35px;
	background-image: url(../img/home/btn_search.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-color: #fff;
	border-style: none;
	cursor: pointer;
	margin: 0 auto;
}
button#searchBtn:hover {
	background-position: 0 bottom;
}


/* ----------------------------------------------------
	■ソート条件
---------------------------------------------------- */
form#searchForm ul.sort {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
}
form#searchForm ul.sort li {
	display: inline;
}
form#searchForm ul.sort li input {
	margin: 0;
}
form#searchForm ul.sort li label {
	margin: 0 10px 0 2px;
	vertical-align: 10%;
}




/* ========================================================================



	3. 検索オプション


 
======================================================================== */

/* ----------------------------------------------------
	■オプションバー
---------------------------------------------------- */
#option {
	width: 420px;
	margin: 0 auto;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
}


/* ----------------------------------------------------
	■オプションバー
---------------------------------------------------- */
#option .text {
	float: right;
	width: 200px;
	text-align: right;
	padding: 10px 0 0;
}


/* ----------------------------------------------------
	■価格で絞り込み
---------------------------------------------------- */
#priceRange {
	width: 400px;
	padding: 7px 0 6px;
	text-align: center;
}
#priceRange input.formB {
	font-size: 12px;
	padding: 2px 1px;
	margin: 0;
	width: 4.5em;
	background-color: #FFFFFF;
	line-height: 1.2;
	background-image: url(../img/base/formB_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	border-top: 1px solid #666;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #737373;
	ime-mode: disabled;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	vertical-align: middle;
}
#priceRange button {
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	background-color: #fff;
	border-style: none;
	cursor: pointer;
	vertical-align: middle;
}
#priceRange button#searchBtnB {
	width: 60px;
	background-image: url(../img/base/btn_searchB.gif);
}
#priceRange button#clearBtn {
	width: 50px;
	background-image: url(../img/base/btn_clear.gif);
}
#priceRange button:hover {
	background-position: 0 bottom;
}





/* ========================================================================



	5. フッター


 
======================================================================== */

/* ----------------------------------------------------
	■コピーライト
---------------------------------------------------- */
address#copyright {
	line-height: 1;
	font-size: 10px;
	text-align: center;
}


/* ----------------------------------------------------
	■クレジット
---------------------------------------------------- */
#footer #credit {
	height: 36px;
	margin: 10px 0px 0px;
}
#footer #credit img {
	margin: 0;
	padding: 0;
}




/* ========================================================================



	* clearfix


 
======================================================================== */

.dummy {
	_height: 1px;
	min-height: 1px;/* */
}
.dummy:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;/* */
}
