@charset "utf-8";
@import url("default.css");
/* ===================================================================
  style.css
=================================================================== */
/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img{ border: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ta_right { text-align: right;}

.display_no { display:none;}



/* --------------------------------------------------------
	.clearfix
-------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
   height: 1px;
   /*\*//*/
   height: auto;
   overflow: hidden;
   /**/
}
/* --------------------------------------------------------
	a
-------------------------------------------------------- */
a {
	outline: none;
}
a:link {
	color: #005ab3;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #005ab3;
	text-decoration: underline;
}
a:hover {
	color: #00c0e8;
	text-decoration: none;
}
a:active {
	color: #00c0e8;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80
}


/* --------------------------------------------------------
	body
-------------------------------------------------------- */
body{
	font: 14px "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #333;
	line-height: 1.7;
	background:url(../img/bg.gif) repeat;
}


/* --------------------------------------------------------
	#container
-------------------------------------------------------- */
#container{
	width: 900px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* --------------------------------------------------------
   header
-------------------------------------------------------- */
h1 {
	display: none;}


#header {
	width: 900px;
	height: 306px;
	margin: 0 auto;
	background: url(../img/h1_03.jpg) no-repeat #f00;
	position: relative;
}

#header p {
	display: none;
}

#header .day {
	position: absolute;
	top: 0;
	left: 0;
}
	
#header .rc {
	clear: both;
	margin: 30px 0 0 5px;
	margin/*\**/: 15px 0 0 5px\9;
}


/*
#header .sns_menu {
	clear: both;
	margin-left: 6px;
}

#header .sns_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#header .sns_menu li.fb { width: 115px;}
#header .sns_menu li.tw { width: 100px;}
#header .sns_menu li.gp { width: 100px;}
*/

/* --------------------------------------------------------
	#contents
-------------------------------------------------------- */
#contents {
	width: 900px;
	height: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../img/bg_main.jpg) repeat;
}

#box_caution {
	width: 880px;
	height: 100%;
	margin: 0 auto 20px;
	padding: 5px 0;	
	border: double 4px #f39;
	background: url(../img/bg_02.jpg) repeat;
	clear: both;
}

#box_caution h2 {
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #f39;
}

#box_caution p {
	margin: 0 10px 20px;
	font-size: 12px;
}

#box_caution ol {
	list-style: decimal;
	margin: 0 10px 5px 30px;
	font-size: 12px;
}

#box_caution ol.dl {
	margin: 0 0 20px 50px;
}



/* --------------------------------------------------------
	基本構造
-------------------------------------------------------- */
#box_left {
	float: left;
	width: 210px;
	margin: 5px 5px 20px 0;
	padding-left: 5px;
}

#box_left .main_menu {
	margin-bottom: 5px;
}

#box_left .main_menu li a {
	display: block;
	width: 208px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
}

.main_menu li.no1 a { background: url(../img/menu/menu_btn_01.jpg) no-repeat -208px 0; }
.main_menu li.no2 a { background: url(../img/menu/menu_btn_02.jpg) no-repeat -208px 0; }
.main_menu li.no3 a { background: url(../img/menu/menu_btn_03.jpg) no-repeat -208px 0; }
.main_menu li.no4 a { background: url(../img/menu/menu_btn_04.jpg) no-repeat -208px 0; }
.main_menu li.no5 a { background: url(../img/menu/menu_btn_05.jpg) no-repeat -208px 0; }
.main_menu li.no6 a {	background: url(../img/menu/menu_btn_06.jpg) no-repeat -208px 0; }
.main_menu li.no7 a {	background: url(../img/menu/menu_btn_07.jpg) no-repeat -208px 0; }
.main_menu li.no8 a {	background: url(../img/menu/menu_btn_08.jpg) no-repeat -208px 0; }

.main_menu li a:hover,
.main_menu li a.cpage {
	background-position: 0 0;
}

#box_left h2.rank {
	background: #f39;
	padding: 5px 0;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#box_left .side_menu {
	margin: 0 2px 10px 0;
	border: solid 1px #f39;
	background: #FFF;
	font-size: 11px;
}

.side_menu li a {
	display: block;
	padding: 7px 6px 10px 35px;
	text-decoration: none;
}

.side_menu li.no1 { background: url(../img/icon/rank_01.jpg) no-repeat 5px 10px; }
.side_menu li.no2 { background: url(../img/icon/rank_02.jpg) no-repeat 5px 10px; }
.side_menu li.no3 { background: url(../img/icon/rank_03.jpg) no-repeat 5px 10px; }

.side_menu li.no1 a:hover { background: url(../img/icon/rank_01.jpg) no-repeat 5px 10px #ffc; }
.side_menu li.no2 a:hover { background: url(../img/icon/rank_02.jpg) no-repeat 5px 10px #ffc; }
.side_menu li.no3 a:hover { background: url(../img/icon/rank_03.jpg) no-repeat 5px 10px #ffc; }

.box_text {
	margin: 0 5px 10px 0;
	background: #fff;
}

.box_text p {
	padding: 5px 0 5px 13px;
}

#box_right {
	float: right;
	width: 680px;
}

#box_right h2 {
	margin: 5px 0 10px;
}

.toma_pf,
.ishii_pf {
	width: 470px;
	height: 234px;
	margin: 5px 0 10px;
	padding: 60px 15px 0 190px;
	color: #fff;
	font-size: 12px;
}

.toma_pf strong,
.ishii_pf strong {
	font-size: 14px;
}

.ishii_pf { background: url(../img/ishii_05.jpg) no-repeat;}
.toma_pf {
	background: url(../img/tomabechi_05.jpg) no-repeat;
	line-height: 1.7;
}

.box_item {
	margin: 0 5px 10px 0;
	background: #fff;
	clear: both;
}

.box_item .left {
	float: left;
	width: 179px;
	padding: 3px;
	_padding: 3px 1px 3px 3px;
}

.box_price {
	margin: 5px 0;
	padding: 3px 0;
	background: url(../img/bg_stripe.gif) repeat;
}

.left_price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.left_price .ns {
	font-weight: bold;
}

.left_point {
	text-align: center;
	font-size: 10px;
}

.left_point strong {
	color: #F39;
	font-size: 14px;
}

.box_item .right {
	width: 486px;
	margin: 3px 3px 0 0;
	float: right;
}

.right dl {
	margin-bottom: 5px;
}
	
.right dt {
	font-weight: bold;
	padding: 8px 5px;
	margin-bottom: 5px;
	background: url(../img/ttl/item_ttl_back_07.jpg) repeat-x left bottom #fdf03e;	
}

.box_item dt .GStitle {
	font-size: 11px;
	color: #f00;
}

.box_item dt .GTitle {
	font-size: 14px;
	color: #000;
}

.box_item dt .GAuthour {
	font-size: 13px;
	color: #14702c;
}

.box_item .right dd {
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
}

.box_item ul {
	margin-bottom: 20px;
}

.box_item ul li.dat,
.box_item ul li.buy,
.box_item ul li.mat {
	float: left;
	width: 160px;
	height: 41px;
	margin-left: 5px;	
}

.box_item ul li.mat {
	float: right;	
	width: 140px;
	height: 41px;
	margin: 0;
}

.box_at_item {
	margin: 0 5px 20px 0;
	clear: both;
	background: #fff; 
}

.bg_blk {
	padding: 5px 10px;
	margin-bottom: 5px;
	background: url(../img/ttl/bg_blk.jpg) repeat-x left bottom;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*
.box_price {
	margin: 5px 0;
	padding: 3px 0;
	background: url(../img/bg_stripe.gif) repeat;
}

.box_price p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.box_price .l_point {
	text-align: center;
	font-size: 10px;
}

.box_price strong {
	color: #F39;
	font-size: 13px;
}

.right h2.item_ttl {
	font-weight: bold;
	padding: 8px 5px;
	margin-bottom: 5px;
	background: url(../img/ttl/item_ttl_back_07.jpg) repeat-x left bottom;	
}

.right .GStitle {
	font-size: 11px;
	color: #000;
}

.right .GTitle {
	font-size: 14px;
	color: #FF0;
}

.right .GAuthour {
	font-size: 13px;
	color: #FFF;
}

.right p {
	margin: 2px 5px 10px;
	font-size: 13px;
}
*/



/* --------------------------------------------------------
   footer
-------------------------------------------------------- */
#footer {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	clear: both;
	background: #000;
	padding: 15px 0 35px 0;
	font-size: 12px;
	text-align: left;
}

#copyright {
	width: 450px;
	float: left;
	color: #ccc;
	padding: 0 0 0 20px;
}

#copyright p{
	margin-bottom: 10px;
}

#footerlink {
	width: 310px;
	float: right;
	margin-right: 10px;
}

#footerlink li {
	float: left;
	margin: 0 2px;
}

#footerlink li a {
	color: #ccc;
}


