@charset "UTF-8";

/*======================================
	base
=======================================*/
* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-y:scroll;
}
body {
	margin: 0;
	background-color: #999;
	font-family: sans-serif;
	font-size: 15px;
/*
	*font-size: small;
	*font: x-small;
*/
	background: url(img/back.gif) repeat;
}
a:link {
	color: #00597c;
}
a:visited {
	color: #7d94a4;
}
a:hover {
	color: #cd4730;
}
a img {
	border: 0;
}
ul,ol,dl {
	list-style-type: none;
}
div,p,form,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

/*
input,select,textarea,option {
	font-size: 95%;
	color: #333;
}
*/
input,select,textarea,option {
	font-size: 100%;
	color: #333;
}
input[type="submit"],
input[type="button"] {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 3px;
}
hr {
	display: none;
/*
	margin: 0.3em 0 1em;
*/
}
strong {
	font-weight: bold;
	color: #f30;
}
b {
	font-weight: bold;
	color: #333;
}



/*======================================
	背景＆全体構成
=======================================*/
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(img/back_shadow.png) repeat-y left;
	position: relative;
	padding: 0 9px;
}
#header, #mainmenu, #main, #footer {
	/*
	width: 800px;
	margin: 0 9px;
	*/
}



/*======================================
	ヘッダ
=======================================*/
#header {
	height: 100px;
	position: relative;
	background: url(img/hr_dot.png) repeat-x;
	background-position: 0 bottom;
}

/* ロゴ */
#header h1 {
	padding-left: 10px;
	padding-top: 10px;
}
#header h1 a img {
	border: solid 5px #fff;
}
#header h1 a:hover img {
	border: solid 5px #6cf;
}

/* 概要 */
#header p.outline {
	font-size: 80%;
	padding-left: 20px;
	color: #999;
	position: absolute;
	left: 0px;
	bottom: 5px;
}

/* リンク */
#header ul.link {
	height: 24px;
	position: absolute;
	right: 20px;
	bottom: 5px;
}
#header ul.link li {
	float: left;
	margin-left: 1.5em;
	background: url(img/mainmenu_poti.png) no-repeat 0 center;
	padding-left: 13px;
	font-size: 80%;
}
#header ul.link a {
	text-decoration: none;
	color: #00597c;
}
#header ul.link a:hover {
	text-decoration: underline;
	color: #cd4730;
}



/*======================================
	メニュー
=======================================*/
#mainmenu {
	height: 46px;
	background: url(img/hr_dot.png) repeat-x;
	background-position: 0 bottom;
	overflow: hidden;
	margin-bottom: 1em;
}
#mainmenu ul {
	background: url(img/mainmenu_line.png) no-repeat;
	background-position: right 0;
	height: 44px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 704px;
}
#mainmenu li {
	position: absolute;
	top: 0;
	height: 44px;
	background: url(img/mainmenu_line.png) no-repeat;
	background-position: 0 0;
	padding-left: 2px;
}
#mainmenu li#mainmenu_top {
	left: 0px;
}
#mainmenu li#mainmenu_recommend {
	left: 103px;
}
#mainmenu li#mainmenu_question {
	left: 244px;
}
#mainmenu li#mainmenu_gsearch {
	left: 344px;
}
#mainmenu li#mainmenu_buchoman {
	left: 505px;
}
#mainmenu a {
	display: block;
	height: 44px;
	background-color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
}
#mainmenu li#mainmenu_top a {
	width: 101px;
	background: url(img/mainmenu_top.png) no-repeat;
}
#mainmenu li#mainmenu_recommend a {
	width: 139px;
	background: url(img/mainmenu_recommend.png) no-repeat;
}
#mainmenu li#mainmenu_question a {
	width: 98px;
	background: url(img/mainmenu_question.png) no-repeat;
}
#mainmenu li#mainmenu_gsearch a {
	width: 159px;
	background: url(img/mainmenu_gsearch.png) no-repeat;
}
#mainmenu li#mainmenu_buchoman a {
	width: 195px;
	background: url(img/mainmenu_buchoman.png) no-repeat;
}
#mainmenu li#mainmenu_top a:hover,
#mainmenu li#mainmenu_recommend a:hover,
#mainmenu li#mainmenu_question a:hover,
#mainmenu li#mainmenu_gsearch a:hover,
#mainmenu li#mainmenu_buchoman a:hover
{
	background-position: 0 -44px;
}



/*======================================
	フッタ
=======================================*/
#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 1.5em;
	padding-bottom: 2.5em;
	background: url(img/hr_dot.png) repeat-x;
	background-position: 0 top;
	text-align: center;
	font-size: 80%;
}

/* メニューリンク */
#footer ul.menu {
	border-left: solid 1px #999;
	display: inline;
}
#footer ul.menu li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-right: solid 1px #999;
}
#footer ul.menu a {
	text-decoration: none;
	color: #00597c;
}
#footer ul.menu a:hover {
	text-decoration: underline;
	color: #cd4730;
}

/* コピーライト */
p#copyright {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 0;
}

/* 姉妹サイト */
#footer .sitelink_title {
	color: #999;
	font-size: 100%;
}
#footer div.sitelink {
	width: 200px;
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/*======================================
	姉妹サイト（ナビバー）
=======================================*/
#navibar {
	position: absolute;
	top: 10px;
	right: 20px;
	/*
	clear: both;
	*/
	width: 200px;
	padding: 10px 0;
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/*======================================
	姉妹サイト（共通）
=======================================*/
ul.sitelink {
	width: 182px;
	height: 32px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
ul.sitelink li {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 2px;
	margin-right: 2px;
}
ul.sitelink a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0;
	/*
	background: url(img/sitelink_360.png) no-repeat;
	*/
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
ul.sitelink a.wii {
	background: url(img/sitelink_wii.png) no-repeat;
}
ul.sitelink a.ds {
	background: url(img/sitelink_ds.png) no-repeat;
}
ul.sitelink a.psp {
	background: url(img/sitelink_psp.png) no-repeat;
}
ul.sitelink a.ps2 {
	background: url(img/sitelink_ps2.png) no-repeat;
}
ul.sitelink a.ps3 {
	background: url(img/sitelink_ps3.png) no-repeat;
}
ul.sitelink a.xbox360 {
	background: url(img/sitelink_360.png) no-repeat;
}
ul.sitelink a:hover {
	background-position: 0 -32px;
}



/*======================================
	メイン
=======================================*/
#main {
	overflow: hidden;
	margin: 0 10px;
}
#main div.main_column {
	padding-bottom: 2em;
}


/*======================================
	メインBOX（幅535）
=======================================*/
div.mainbox535 {
	background: url(img/mainbox535_title.png) no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	margin-bottom: 2em;
}
div.mainbox535 h3 {
	height: 46px;
	line-height: 46px;
	color: #fff;
	padding-left: 115px;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 1em;
}
div.mainbox535 .content {
	padding: 0 1em 1em;
}


/*======================================
	サブBOX（幅230）
=======================================*/
div.subbox230 {
	background: url(img/subbox230_title.png) no-repeat;
	background-position: 0 0;
	background-color: #eee;
	padding-top: 11px;
	/*
	margin-bottom: 1em;
	*/
	margin-bottom: 0;
}
div.subbox230 p.title {
	height: 24px;
	line-height: 24px;
	color: #eee;
	padding-left: 60px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.subbox230 .content {
	padding: 0.3em 0.8em 0.8em;
}
div.subbox230 p.continue_link {
	text-align: right;
	margin-top: 0.5em;
}
/* 続きリンク */
div.subbox230 p.continue_link a {
	background: url(img/link.gif) no-repeat;
	background-position: 0 center;
	padding-left: 15px;
	font-size: 85%;
}
/* 内容のタイトル */
div.subbox230 .content span.title {
	color: #060;
	/*
	font-weight: bold;
	*/
}


/*======================================
	ぱんくずリスト
=======================================*/
#pankuzu {
	margin-bottom: 0.5em;
	padding-left: 1em;
}
#pankuzu span.title {
	display: none;
}
#pankuzu ol {
}
#pankuzu ol li {
	background: url(img/pankuzu.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 8px;
	float: left;
	font-size: 80%;
}
#pankuzu ol li.first {
	background: none;
	padding-left: 0;
	margin-left: 0;
	background: url(img/home.png) no-repeat left center;
}
#pankuzu ol li.first a {
	padding-left: 24px;
}


/*======================================
	タイトル
=======================================*/
h2 {
	margin-bottom: 1em;
	padding: 0.4em 1em 2px;
	border-bottom: solid 2px #999;
	font-size: 120%;
	font-weight: bold;
	background-color: #eee;
}
/* トップページは非表示 */
#page_top h2 {
	display: none;
}


/*======================================
	コンテンツ
=======================================*/
div.content {
	margin: 0;
	margin-bottom: 1em;
}
div#main .block {
	margin-left: 20px;
	margin-bottom: 1em;
}
/* 見出し */
/*
h3 {
	background-color: #eff;
	border: solid 1px #69c;
	border-left: solid 15px #69c;
	padding: 5px 0.7em;
	margin-bottom: 1em;
	font-weight: bold;
}
*/

/* リスト */
#main ul.list {
}
#main ul.list li {
	background: url(img/poti.gif) no-repeat 0 6px;
	padding-left: 13px;
}



/*======================================
	ページの先頭へ
=======================================*/
p.gotoPageTop {
	/*
	clear: both;
	*/
	margin-top: 1em;
	height: 16px;
	position: relative;
}
p.gotoPageTop a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 138px;
	height: 16px;
	background: url(img/gotoPageTop.gif) no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 1em;
}
p.gotoPageTop a:hover
{
	background-position: 0 -16px;
}


/*======================================
	エラー
=======================================*/
p.error_title {
	color: #fff;
	background-color: #f30;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}
span.error_message {
	color: #f30;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
}

/* エラー画面 */
#page_error div.mainContent {
	margin-bottom: 5em;
}


/*======================================
	メッセージ
=======================================*/
div.no_item p.message {
	color: #fff;
	background-color: #f60;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}
p.mes_i {
	color: #06f;
	background-color: #cef;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}


/*======================================
	説明汎用
=======================================*/
p.help {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: url(img/input_help.png) no-repeat;
	background-position: 0 0.4em;
	padding-left: 16px;
}
p.help span.help {
	color: #f60;
	font-size: 80%;
}


/*======================================
	入力テーブル
=======================================*/
table.input_tbl {
	/*
	border-collapse: collapse;
	*/
	margin-bottom: 1em;
	width: 100%;

	border-collapse: separate;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-spacing: 0;
	background: #fff;
}

table.input_tbl th,
table.input_tbl td
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.input_tbl th {
	background-color: #eee;
	text-align: right;
	/*
	border:	solid 1px #ccc;
	*/
	padding: 3px 1em;
	width: 100px;
}
table.input_tbl th span.title {
	color: #333;
	font-weight: bold;
}
table.input_tbl td {
	/*
	border:	solid 1px #ccc;
	*/
	padding: 0.5em 1em;
}
table.input_tbl span.input_idp {
	color: #f30;
	font-weight: bold;
	padding-left: 3px;
}
span.input_idp {
	color: #f30;
	font-weight: bold;
	padding-left: 3px;
}
table.input_tbl td p.help {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: url(img/input_help.png) no-repeat;
	background-position: 0 center;
	padding-left: 16px;
}
span.input_help {
	color: #f60;
	font-size: 80%;
}
table.input_tbl input.txt {
	width: 20em;
}


/*======================================
	ボタン
=======================================*/
div.btn_group {
	height: 4em;
}
div.btn_group p {
	float: left;
	border-right: solid 0.5em #fff;
}
div.btn_group input {
	width: 10em;
	height: 2.5em;
	text-align: center;
}
div.btn_group p {
	padding: 0.5em;
	background-color: #eee;
}
div.btn_group p.default_btn {
	background-color: #f90;
}

/* 小 */
div.btn_group_s {
	height: 3em;
}
div.btn_group_s p {
	float: left;
	border-right: solid 0.5em #eee;
}
div.btn_group_s input {
	width: 5em;
	height: 2em;
	text-align: center;
}
div.btn_group_s p {
	padding: 0.3em;
	background-color: #ddd;
}
div.btn_group_s p.default_btn {
	background-color: #f90;
}


/*======================================
	ページ制御
=======================================*/
div.page_controller {
	border:	solid 1px #999;
	background-color: #eee;
	padding: 5px 1em;
	margin-bottom: 1em;
}
div.page_controller span.pageno {
	color: #060;
	font-weight: bold;
	font-size: 120%;
	margin: 0 5px;
}
div.page_controller span.page_now {
	color: #060;
	font-weight: bold;
	font-size: 120%;
	margin: 0 5px;
}
div.page_controller a {
	padding: 5px;
	background-color: #fff;
	border: solid 1px #ccc;
	text-decoration: none;
	margin: 0 3px;
}
div.page_controller span.sp {
	display: none;
}


/*======================================
	手順
=======================================*/
ol.process {
	height: 2em;
	margin-bottom: 1.5em;
}
ol.process li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	background: url(img/pan_glue.gif) no-repeat;
	background-position: 6px 7px;
	padding-left: 20px;
}
ol.process li.first {
	padding-left: 0;
	background: none;
}
ol.process li p {
	display: block;
	border:	solid 1px #999;
	color: #999;
	/*
	height: 26px;
	line-height: 26px;
	*/
	padding: 3px 1em;
}
#page_contact_input   ol.process li.p1 p,
#page_contact_confirm ol.process li.p2 p,
#page_contact_finish  ol.process li.p3 p
{
	border:	solid 1px #333;
	background-color: #666;
	color: #fff;
}


/*======================================
	リストの表示順
=======================================*/
div.list_sort_type {
	text-align: right;
	margin-bottom: 1em;
	padding: 0.3em 1em;
	border: dotted 1px #69c;
	font-size: 90%;
}
div.list_sort_type span {
}
div.list_sort_type ul {
	margin-left: 0em;
	display: inline;
}
div.list_sort_type ul li {
	display: inline;
	padding-left: 0.5em;
	list-style-type: none;
	list-style-position: outside;
}
div.list_sort_type strong {
	font-size: 100%;
	font-weight: bold;
	color: #090;
}


/*======================================
	アイテム一覧
=======================================*/
ul.itemList {
	margin: 0;
	padding: 0;
}
ul.itemList li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}


/*======================================
	アイテムボックス
=======================================*/
div.itemBox {
	border: solid 1px #999;
	margin-bottom: 1em;
	padding: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*
	height: 15em;
	*/
	overflow: hidden;
}

/* 画像 */
div.itemBox p.image {
	float: left;
	width: 180px;
	overflow: hidden;
	text-align: center;
	/*
	background-color:#00f;
	*/
}
div.itemBox p.image a img {
	border: solid 5px #eee;
}
div.itemBox p.image a:hover img {
	border: solid 5px #6cf;
}

/* 画像以外 */
div.itemBox div.info {
	/*
	float: left;
	*/
	margin-left: 190px;
}
div.itemBox p.title {
	margin-bottom: 0.5em;
}
div.itemBox p.maker,
div.itemBox p.date,
div.itemBox p.price,
div.itemBox p.rating
{
	margin-bottom: 0.2em;
}
div.itemBox p.price span {
	font-size: 130%;
	font-weight: bold;
	color: #096;
	margin-right: 3px;
}
div.itemBox p.link {
	margin-top: 2em;
	background: url(img/link.gif) no-repeat;
	background-position: 0 center;
	padding-left: 15px;
	font-size: 80%;
}



/*======================================
	ぶちょーマンの会話
=======================================*/
div.talk {
	width: 310px;
	background: url(img/talk_back.gif) repeat-y right;
	min-height: 115px;
}
div.talk p.start {
	background: url(img/talk_start.gif) no-repeat right top;
	height: 25px;
	text-indent: -9999px;
}
div.talk p.content {
	background: url(img/talk_allow.gif) no-repeat right 0;
	min-height: 91px;
	/* for IE6 */
	height: auto !important;
	height: 91px;
	padding-top: 0px;
	padding-left: 55px;
	padding-right: 20px;
	font-size: 120%;
}
div.talk p.end {
	background: url(img/talk_end.gif) no-repeat right bottom;
	height: 24px;
	text-indent: -9999px;
}



/*======================================
	clearfix
=======================================*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

