@charset "utf-8";
/**
 * 共通指定: ヘッダでロードする
 * ・全てのページで使用する設定
 *   (タグそのものへの設定等)
 * ・複数の画面で使用される一般的な機能の設定
 *   (creafix, 入力フォーム, ページャ等)
 */

@import "reset.css";

* {
	line-height: 1.4em;
	white-space: wrap;
	text-decoration: none;
}

body {
	color: #666;
	background: #ffe8e9 url(../images/bg.gif) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* anchor */
a:link {
	color: #000099;
	text-decoration: none;
} 
a:visited {
	color: #000099; 
	text-decoration: none;
} 
a:hover {
	color: #dc143c; 
	text-decoration: underline;
} 
a:active {
	color: #dc143c; 
	text-decoration: underline;
}

/* clearfix hack */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

.error, .red {
	color: #ff0000;
}

/* jQuery UI Dialogのタイトルバーを表示しない */
.ui-dialog-titlebar {
	display: none;
}

/* リンク画像 */
a.img_anchor {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

/* コンテンツ要素単位の箱 */
div.box {
	margin-bottom: 20px;
}

/* 要素の横並び&中央寄せ */
div.center {
	text-align: center;
}
	ul.horizon_center li {
		display: -moz-inline-box;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		/margin-left: 3px;
	}
		ul.horizon_center li * {
			float:left;
		}

/* 階層ナビゲーション */
.topicpath {
	margin: 0 10px 5px 0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

/* サイトロゴ */
h1 {
	padding: 0px;
	margin-left: 50px;
}
	h1 a {
		height: 135px;
		width: 260px;
	}

h2, h3 {
	padding-left: 50px;
	color: #663333;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

/* カテゴリ */
h2 {
	width: 480px;
	height: 55px;
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(../images/mall_img.png) no-repeat -340px -319px;
	font-size: 25px;
}

/* サブカテゴリ */
h3 {
	width: 480px;
	height: 29px;
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
	background: url(../images/mall_img.png) no-repeat -340px -384px;
	font-size: 15px;
	line-height: 15px;
}

.point01 {
	height: 20px;
	padding-left: 22px;
	background: url(../images/mall_img.png) no-repeat -394px -533px;
	font-weight: bold;
	line-height: 20px;
}

/* トップへ */
.to_top {
	clear: both;
	text-align: right;
}
	.to_top a {
		width: 20px;
		padding-left: 10px;
		background: url(../images/mall_img.gif) no-repeat 0px -3px;
		font-size: 10px;
	}

/* ボタン */
a.img_button, button.img_button, input.img_button {
	display: block;
	width: 129px;
	height: 23px;
	background: url(../images/mall_img.jpg) no-repeat -750px -232px;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
}
a.img_button:hover, button.img_button:hover, input.img_button:hover {
	background-position: -750px -255px;
}

.icon_hot,
.icon_sale,
.icon_new,
.icon_free,
.icon_set {
	float: left;
	width: 28px;
	height: 12px;
	margin: 0 1px;
	background: url(../images/mall_img.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
}
.icon_hot  { background-position :  -55px -11px; }
.icon_sale { background-position :  -83px -11px; }
.icon_new  { background-position : -111px -11px; }
	div.reel span.icon_new {
		position: absolute;
		margin-top: 57px;
		margin-left: 36px;
	}
 
.icon_free { background-position : -139px -11px; }
.icon_set  { background-position : -167px -11px; }

/* メッセージ枠 */
.thanks, .error_box, .empty {
	width: 530px;
	height: 254px;
	margin-bottom: 20px;
}
.thanks    { background: url(../images/mall_img.jpg) no-repeat 0px -260px; }
.error_box { background: url(../images/mall_img.jpg) no-repeat 0px -514px; }
.empty     { background: url(../images/mall_img.jpg) no-repeat 0px -514px; }
	.thanks .title, .error_box .title, .empty .title {
		margin-left: 170px;
		padding-top: 60px;
		font-weight: bold;
		font-size: 20px;
		text-transform: uppercase;
		color: #990000;
	}
	.thanks p, .error_box p, .empty p {
		width: 350px;
		height: auto;
		margin-top: 10px;
		margin-left: 170px;
	}

/* charge */
.charge_button {
	width: 170px;
	height: 50px;
	background: url(../images/mall_img.png) no-repeat 0px -719px;
}
.charge_button:hover {
	background-position: 0px -769px;
}

.form_line {
	width: 510px;
	height: auto;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFCCCC;
	border-left: 5px solid #663300;
	color: #663300;
}
.form_line:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	.form_line .title {
		float: left;
		margin-right: 5px;
		padding: 2px;
		width: 150px;
		height:auto;
		background-color: #FFFFFF;
		font-weight: bold;
		color: #666666;
	}


.caution {
	width: 490px;
	line-height: 31px;
	padding-left: 40px;
	background: #FFFF66 url(../images/mall_img.png) no-repeat -194px -501px;
	color: #FF0000;
	font-weight: bold;
}

