@charset "utf-8";

/* --------------------------------------------------------------------
	Copyright 2009 gakusyu.takk.in
/* -------------------------------------------------------------------- */

/* --------------------------------------------------------------------
	basic
/* -------------------------------------------------------------------- */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 10px;
}

ul{
	padding-left: 2em;
	margin-bottom: 10px;
}

ol{
	padding-left: 3em;
	margin-bottom: 10px;
}

th{
	text-align: left;
}

/********** li dl dt start **********/
/* for IE6 */
* html ul , * html ol{
	padding-left: 2.3em;
}

/* for IE7 */
*:first-child+html ul , *:first-child+html ol{
	padding-left: 2.3em;
}
/********** li dl dt end **********/

.clearfix:after {
	content: url(../client_images/empty.gif);
	display: block;
	clear: both;
	height: 0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: blue;
}

.clear{
	clear: both;
}

.txt_center{
	text-align: center;
}

.mt20{
	margin-top: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	layout
/* -------------------------------------------------------------------- */

html{
	overflow-y: scroll;
}

body{
	position: relative;
	line-height: 1.75;
	font-size: 15px;
	background-color: #fff;
	
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	font-style: normal;

	background-image: url(../client_images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#container_top{
	width: 970px;
	height: 20px;
	margin: 0 auto;

	background-image: url(../client_images/container_top.png);
	background-position: center top;
}

#container_bottom{
	width: 970px;
	margin: 0 auto;

	background-image: url(../client_images/container_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#container{
	width: 970px;
	margin: 0 auto;

	background-image: url(../client_images/container.png);
	background-position: center center;
	background-repeat: repeat-y;
}

#container_content{
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 100%;
	height: 80px;
	position: relative;
}

#header h1{
	font-size: 23px;
	position: absolute;
	top: 6px;
	left: 20px;
}

#header h2{
	color: black;
	font-size: 14px;
	position: absolute;
	top: 38px;
	left: 20px;
}

#header a.rss{
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 13px;
	padding-left: 18px;

	background-image: url(../client_images/rss.png);
	background-position: center left;
	background-repeat: no-repeat;
}

#header .searcher {
	border: 1px solid #666;
	position: absolute;
	top: 7px;
	right: 20px;
}

#header .searcher h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#header .searcher input.text {
	width: 220px;
}

#main{
	width: 700px;
	float: right;
	text-align: left;
	padding: 20px 10px 0 0;
}
/* for IE6 */
* html #main{
	padding: 20px 0 0 0;
}

#main p.crust{
	line-height: 1.3;
	font-size: 12px;
	margin-bottom: 2px;
	padding-right: 10px;
}

#main h3{
	line-height: 1.3;
	padding-right: 10px;
	margin-bottom: 10px;
}

#main h3.title{
	padding-left: 5px;
}

#main h3.error{
	color: white;
	margin: 0 10px 0 0;
}

#main h3.title .total{
	font-size: 14px;
}

#main h4.title{
	padding-left: 5px;
}

#main h4.title2{
	clear: both;
	margin-bottom: 0;
}

#main .pager{
	margin-bottom: 2px;
}

#main .pager a , #main .pager span{
	border: 1px solid #ddd;
	padding: 3px 6px;
	text-decoration: underline;
}

#main .pager a:hover{
	color: white;
	border: 1px solid #039;
	background-color: #039;
}

#main .pager .current{
	font-weight: bold;
	border: 1px solid #ddd;
	color: black;
	background-color: #eee;
}

#main .shift_item{
	text-align: center;
}

#main .shift_item img{
	vertical-align: middle;
}

#sub{
	padding: 20px 0 0 20px;
	width: 200px;
	float: left;
}

#footer{
	padding-top: 20px;
	clear: both;
	width: 100%;
}

#footer_menu{
	text-align: center;
	font-size: 12px;
}

#footer .google_ads_footer{
	text-align: center;
}

#footer .shift_category{
	text-align: center;
}

.shift_category img{
	vertical-align: middle;
}

.shift_category img.icon{
	vertical-align: 0;
}

#footer address{
	text-align: center;
	color: #999;
	margin-left: 20px;
	font-style: normal;
	font-size: 12px;
}

#detail_left{
	float: left;
	width: 520px;
}

#detail_right{
	float: right;
	width: 160px;
	margin-right: 10px;
}

/* --------------------------------------------------------------------
	menu
/* -------------------------------------------------------------------- */
#sub h3{
	color: #444;
	padding: 2px 0 10px 24px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../client_images/menu_h3.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
}

#sub h3.sort{
	background-image: url(../client_images/menu_h3_sort.png);
}

#sub h3 a{
	display: block;
	color: #444;
}

#sub ul{
	font-size: 12px;
	list-style-type: none;
	padding: 0 0 10px 0;
	background-image: url(../client_images/menu_ul.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#sub ul li{
	line-height: 1.2;
}

#sub ul li a{
	display: block;
	padding: 6px 0 6px 10px;
	margin: 0 1px;
	color: #444;
}

#sub ul li a img{
	margin-left: 3px;
}

#sub .qr{
	text-align: center;
	margin-bottom: 20px;
}

#sub .qr h3{
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
}

#sub .qr h3 img{
	vertical-align: top;
}

#sub .rakuten_logo{
	text-align: center;
}

#sub div.extra_ad{
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#sub div.extra_ad p{
	margin: 0;
}

/* --------------------------------------------------------------------
	parts
/* -------------------------------------------------------------------- */

div.table_box{
	width: 690px;
	background-image: url(../client_images/table_box.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.table_box_top{
	width: 690px;
	height: 5px;
	background-image: url(../client_images/table_box_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}


table.item1_feeling td{
	padding: 20px;
}

table.item1_feeling h4.title a{
	color: #444;
	line-height: 1.2;
}

table.item1_feeling h4.review{
	font-size: 12px;
}

table.item1_feeling h4.review .average{
	color: #a00;
	font-size: 16px;
	font-weight: bold;
}

table.item1_feeling h4.price{
	color: #444;
	line-height: 1.2;
	border-bottom: 1px solid pink;
}

table.item1_feeling p.caption{
	line-height: 1.4;
	font-size: 12px;
	color: #444;
}

table.item1{
	float: left;
	width: 228px;
	height: 228px;
	table-layout: fixed;
}

table.item1 td{
	text-align: center;
}

table.item1 h4.title1{
	line-height: 1.2;
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0 0 0;
}

table.item1 .title1 a{
	color: #444;
}


table.item2{
	float: left;
	width: 223px;
	height: 150px;
	table-layout: fixed;
	margin: 0 10px 10px 0;
	background-image: url(../client_images/table_item2.png);
	background-repeat: no-repeat;
}

table.item2 td.image{
	width: 100px;
	text-align: center;
	padding: 0 5px 5px 0;
}

table.item2 h5.name{
	line-height: 1.2;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 0;
}

table.item2 h5.name a , table.item2 h5.price a{
	color: #666;
}

table.item2 h5.price{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}

table.item3{
	float: left;
	line-height: 1.4;
	width: 165px;
	table-layout: fixed;
	height: 440px;
	margin: 0 10px 10px 0;
	background-image: url(../client_images/table_item3.png);
	background-repeat: no-repeat;
}

table.item3 td.image{
	height: 160px;
	text-align: center;
}

table.item3 td.name{
	height: 60px;
	vertical-align: top;
}

table.item3 td.name h4{
	font-size: 12px;
	text-align: left;
	padding: 0 6px;
	margin-bottom: 0;
}


table.item3 td.price{
	height: 20px;
	vertical-align: top;
	padding: 0 6px;
}

table.item3 td.price h4{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

table.item3 td.caption{
	vertical-align: top;
}

table.item3 td.caption p{
	height: 180px;
	text-align: left;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 3px 6px 0 6px;
}

table.item3_2{
	float: left;
	line-height: 1.4;
	width: 165px;
	table-layout: fixed;
	height: 570px;
	margin: 0 10px 10px 0;
	background-image: url(../client_images/table_item3_2.png);
	background-repeat: no-repeat;
}

table.item3_2 td.image{
	height: 160px;
	text-align: center;
}

table.item3_2 td.name{
	height: 130px;
	vertical-align: top;
	word-break: break-all;
}

table.item3_2 td.name h4{
	font-size: 12px;
	text-align: left;
	padding: 0 6px;
	margin-bottom: 0;
}

table.item3_2 td.price{
	height: 18px;
	vertical-align: top;
	padding: 0 6px;
}

table.item3_2 td.price h4{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

table.item3_2 td.review{
	height: 40px;
	vertical-align: top;
	padding: 0 6px;
}

table.item3_2 td.review h4{
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

table.item3_2 td.review h4 .average{
	font-size: 12px;
	color: #a00;
	font-weight: bold;
}

table.item3_2 td.review h4 .deny{
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

table.item3_2 td.caption{
	height: 160px;
	vertical-align: top;
	word-break: break-all;
}

table.item3_2 td.caption p{
	text-align: left;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 6px 0 6px;
}

table.item3_2 td.fav{
	width: 140px;
	vertical-align: middle;
	text-align: center;
	padding: 0 9px;
}

td.fav a.fav_button{
	display: block;
	text-indent: -1000em;
	overflow: hidden;

	width: 147px;
	height: 21px;
	
	background-image: url(../client_images/fav_button.png);
	background-position: center 0;
	background-repeat: no-repeat;
}


td.fav a:hover.fav_button{
	background-position: 0 -21px;
}

div.detail_box{
	width: 510px;
	padding-bottom: 5px;
	background-image: url(../client_images/detail_box.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.detail_box_top{
	width: 510px;
	height: 5px;
	background-image: url(../client_images/detail_box_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div.detail_box_inner{
	margin: 10px 12px 0 12px;
}

table.item4{
	width: 100%;
}

table.item4 table{
	line-height: 1.3;
	width: 100%;
	font-size: 14px;
}

table.item4 table th{
	font-size: 12px;
	padding: 3px 5px;
}

table.item4 table th img{
	margin-right: 5px;
}

table.item4 table td{
	padding: 3px 5px;
}

table.item4 .tax{
	font-size: 10px;
}

table.item4 .code{
	color: #aaa;
	font-size: 10hpx;
}

table.item4 .average{
	color: #a00;
	font-weight: bold;
}

table.item4 .average .deny{
	color: #000;
	font-weight: normal;
}

table.item4 p.caption{
	color: #444;
	margin-top: 10px;
	line-height: 1.4;
	font-size: 13px;
}

table.item4 table td.fav a{
	margin: 0 auto;
}

table.item4_2{
	float: left;
	width: 250px;
	height: 180px;
	table-layout: fixed;
	margin: 0 10px 10px 0;
	background-image: url(../client_images/table_item4_2.png);
}

table.item4_2 td.image{
	width: 140px;
	text-align: center;
	padding: 0 5px 5px 0;
}

table.item4_2 h5.name{
	line-height: 1.2;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 0;
}

table.item4_2 h5.name a{
	color: #666;
}

table.item4_2 h5.price{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}

table.item4_2 h5.price a{
	color: #444;
}

div.to_shop{
	text-align: center;
	background-color: #44f;
	margin-bottom: 20px;
	border: 1px solid blue;
}

div.to_shop a{
	line-height: 1.2;
	padding: 5px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.to_shop a .shop_name{
	font-size: 16px;
}

p.today_keys{
}

p.today_keys a{
	margin-right: 10px;
}

p.today_keys a.odd{
	padding: 1px 5px 1px 5px;
	background-color: #f0f0f0;
}

#link{
	padding: 10px;
}

#link dl{
	line-height: 1.2;
}

#link dt{
	padding-left: 20px;
	background-image: url(../client_images/bell.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#link dd{
	font-size: 12px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	favourite
/* -------------------------------------------------------------------- */
#favourite{
	margin: 20px 21px 0 21px;
	padding: 15px 0px 5px 19px;
	width: 884px;

	background-image: url(../client_images/fav_back.png);
	background-position: 0 center;
	background-repeat: repeat;
	
	display: none;
}

table.item3_fav{
	float: left;
	line-height: 1.4;
	width: 165px;
	table-layout: fixed;
	height: 330px;
	margin: 0 10px 10px 0;
	background-image: url(../client_images/table_item3_fav.png);
	background-repeat: no-repeat;
}

table.item3_fav td.image{
	height: 160px;
	text-align: center;
}

table.item3_fav td.name{
	height: 60px;
	vertical-align: top;
}

table.item3_fav td.name h4{
	font-size: 12px;
	text-align: left;
	padding: 0 6px;
	margin-bottom: 0;
	word-break: break-all;
}

table.item3_fav td.price{
	height: 18px;
	vertical-align: top;
	padding: 0 6px;
}

table.item3_fav td.price h4{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

table.item3_fav td.review{
	height: 35px;
	vertical-align: top;
	padding: 0 6px;
}

table.item3_fav td.review h4{
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

table.item3_fav td.review h4 .average{
	font-size: 12px;
	color: #a00;
	font-weight: bold;
}

table.item3_fav td.review h4 .deny{
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

table.item3_fav td.fav{
	vertical-align: middle;
	padding: 0 9px;
}

#favourite a.fav_button{
	display: block;
	text-indent: -1000em;
	overflow: hidden;

	width: 147px;
	height: 21px;
	
	background-image: url(../client_images/fav_button.png);
	background-position: 0 -42px;
	background-repeat: no-repeat;
}


#favourite a:hover.fav_button{
	background-position: 0 -63px;
}

/* --------------------------------------------------------------------
	blog
/* -------------------------------------------------------------------- */
#main h3.blog_title{
	margin-right: 10px;
	margin-bottom: 0;
}

#main h3.blog_title a , #main h3.blog_title a:hover {
	color: #000;
}

#main h4.blog_title{
	color: #aaa;
	font-size: 12px;
}

div.blog_item{
	margin: 10px 10px 0 10px;
}

table.blog_item{
	width: 100%;
}

table.blog_item th{
	width: 50%;
	text-align: center;
}

table.blog_item table{
	line-height: 1.3;
	font-size: 14px;
}

table.blog_item table th{
	width: 70px;
	text-align: left;
	font-size: 12px;
	padding: 3px 5px;
}

table.blog_item table th img{
	margin-right: 5px;
}

table.blog_item table td{
	padding: 3px 5px;
}

table.blog_item .tax{
	font-size: 10px;
}

table.blog_item .average{
	color: #a00;
	font-weight: bold;
}

table.blog_item .average .deny{
	color: #000;
	font-weight: normal;
}

table.blog_item p.caption{
	color: #444;
	margin-top: 20px;
	line-height: 1.4;
	font-size: 14px;
}

div.blog_item .google_ads_336x280{
	width: 336px;
	height: 280px;
	margin-bottom: 20px;
}
