@charset "shift-jis";


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

	File_name    : common.css
	Description  : all page stylesheet
	The date     : 2010.02.12
	
---------------------------------------------------------- */


/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

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

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6,strong {
	font-size: 100%;
	font-weight: 400;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}



/*----------------------------------------------------
	base
----------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 12px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background-color: #F7F7F7;
	background-image: url("back_all.gif");
	background-position: center top;
	background-repeat: repeat;
	}

a {
	color: #007BB3;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}

#wrapper02 {
	text-align.center;
	padding: 0 8px 0 8px;
	}

*:first-child+html #wrapper02 {
	margin-top: -40px;
	}

#wrapper02:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

.clear {
	clear: both;
	}

.red {
	color: #F23038;
	}

.big {
	font-size: 120%;
	}

.small {
	font-size: 85%;
	}

.bold {
	font-weight: 800;
	}

p	{
	text-align: left;
	}

.pankuzu{
	margin: 5px 0px 10px 5px;
	line-height:auto;
	font-size: 90%;
	text-align: left;
	float: none;
	}

.pankuzu a {
	padding: 1px 5px 1px 5px;
	color: #007BB3;
	text-decoration: none;
	}

.pankuzu a:hover {
	color: #ff4444;
	text-decoration: none;
	}

/*----------------------------------------------------
	sidebar
----------------------------------------------------*/

#sidebar {
	width: 200px;
	margin-top: -15px;
	text-align: left;
	float: right;
	}

* html #sidebar {
	margin-left: 3px;
	}

#sidebar h2 {
	width: 193px;
	*width: 208px;
	height: 25px;
	*height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-left: 13px;
	color: white;
	font-size: 120%;
	font-weight: 800;
	background-image: url("back_sidetitle.gif");
	background-position: 4px 0;
	background-repeat: no-repeat;
	}

*:first-child+html #sidebar h2 {
	margin-bottom: -10px;
	}

#sidebar #sidebar1st {
	margin-top: 0;
	}

#sidebar h3 {
	padding-top: 10px;
	font-weight: 800;
	}

#sidebar img {
	margin:0 5px 5px 0;
	}

#sidebar .osusume {
	width: 200px;
	}

#sidebar .osusume p {
	padding: 0 10px 0 10px;
	font-size: 80%;
	margin: 0;
	}

#sidebar .osusume:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#sidebar .osusume div {
	width: 68px;
	margin-right: 8px;
	float: left;
	}

#sidebar .osusume h3 {
	font-weight: 800;
	}

#sidebar .osusume a img {
	margin: 2px;
	border-right: solid 2px #ede8df;
	border-bottom: solid 2px #ede8df;
	}

*:first-child+html .osusume {
	}

#sidebar .osusume:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#sidebar .osusume .osusume02 {
	width: 195px;
	}

#sidebar .osusume .osusume02 div {
	width: 68px;
	margin-right: 8px;
	float: left;
	}

* html #sidebar .osusume .osusume02 div {
	margin-right: 2px;
	}

#sidebar .osusume .osusume02 div h3 {
	font-weight: 800;
	}

#sidebar .osusume .osusume02 div div {
	margin: -2px 2px 2px -2px;
	border-right: solid 2px #ede8df;
	border-bottom: solid 2px #ede8df;
	}

#sidebar .osusume .osusume02 div div img {
	margin-top: 2px;
	margin-left: 2px;
	}

#sidebar .osusume .osusume02 p {
	padding-right: 10px;
	font-size: 80%;
	}

*:first-child+html .osusume p {
	}



/*----------------------------------------------------
	contents
----------------------------------------------------*/

#contents {
	*width: 573px;
	width: 575px;
	padding: 10px 0 30px 0px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	}

#contents h2 {
	width: 548px;
	*width: 528px;
	height: 26px;
	*height: 27px;
	margin-top: 25px;
	margin-left: 10px;
	padding-top: 1px;
	color: #330000;
	font-size: 120%;
	font-weight: 700;
	text-indent: 25px;
	background-image: url("back_contenttitle.gif");
	background-position: left top;
	background-repeat: repeat-x;
	}

#contents h2 a{
	color: #444444;
	text-decoration: none;
	}

#contents .contents1st {
	margin-top: 0;
	}

#contents .item {
	margin-top: 10px;
	float: left;
	}

#contents .item1st {
	margin-top: 0;
	}

#contents .item:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#contents .item div {
	width: 125px;
	margin: 10px 5px 0 5px;
	text-align: center;
	float: left;
	}

* html #contents .item div {
	margin-left: 7px;
	}

#contents .item div h3 {
	text-align: left;
	}

#contents .item div .itemImage {
	width: auto;
	margin-top: 5px;
	margin-left: 0;
	float: none;
	}

#contents .item div .itemStar {
	width: auto;
	margin-top: 5px;
	margin-left: 0;
	float: none;
	}

#contents .item div p {
	width: 130px;
	margin-top: 5px;
	text-align: left;
	float: none;
	}

#contents .description{
	width: auto;
	margin: 10px;
	padding: 20px;
	text-align: left;
	}

#contents .item .review{
	width: 300px;
	margin: 20px 0 5px 10px;
	padding: 5px;
	text-align: left;
	}

#contents .item .review .value{
	color: #ff4444;
	font-family: "arial black","Impact";
	font-size: 130%;
	font-weight: 500;
	}

#contents .item .review .point{
	margin: 5px;
	color: #ffaa44;
	font-family: "arial black","Impact";
	font-size: 120%;
	font-weight: 500;
	}

#contents .item .review .reviewlink{
	width: auto;
	padding: 5px;
	background-color: #FAF4EB;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#aaaaaa;
	}

#contents .item .review p {
	padding: 5px;
	width: auto;
	text-align: left;
	float: none;
	}

#contents .itemname{
	padding: 5px;
	background-color: #FAF4EB;
	border-style:dotted;
	border-width:1px;
	border-color:#aaaaaa;
	}

#contents .itemname a{
	color: #444444;
	font-size: 120%;
	font-weight: 800;
	text-decoration: none;
	}

#contents .item .itemImage{
	margin: 10px 0 2px 20px;
	padding: 5px;
	float: left;
	}

#contents .itemImage img{
	border-style:none;
}

#contents .memo{
	width: auto;
	margin: 20px;
	line-height:auto;
	font-size: 80%;
	text-align: reft;
	float: left;
	}

#contents .rightaside{
	margin: 10px 20px 10px 10px;
	width: auto;
	text-align: right;
	float: none;
	}

#contents .main_contents{
	padding: 10px 20px 10px 10px;
}

#contents table {
	width : 520px;
	margin: 10px 0 10px 0;
	table-layout : fixed;
	vertical-align: top;
	font-size: 100%;
	}

#contents table tr td{
	padding: 10px 0 20px 0;
	}

#contents .text{
	margin: 10px;
	}

#contents li {
	margin-left: 20px;
	margin-top: 8px;
	text-indent: 17px;
	background-image: url("listmark.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------
	foot
----------------------------------------------------*/

#foot {
	width: 800px;
	margin-top: 100px;
	margin-bottom: 50px;
	}

#foot p {
	width: 800px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #444444;
	font-size: 80%;
	text-align: center;
	background-color: #DFDFDF;
	}


#foot a {
	color: #444444;
	text-decoration: none;
	}


/*----------------------------------------------------
	yue
----------------------------------------------------*/
*	{margin:8px 0 0 0; padding:0;}
body	{background-color:#e6dcf0;
	 font-size:small; color:#555555; text-align:center;}
#wrapper{margin: 0 auto;
	 padding:10 0 60 0px;
	 background-color:white;
	 width:800px; height:100%;
	 text-align: center;}

#main h2{height: 23px;
	*height: 30px;
	margin-bottom: 0;
	*margin-bottom: -10px;
	padding-top: 7px; padding-left: 7px;
	color: #544726;
	font-size: 120%;
	font-weight: 800;
	background-image: url("back_memu2.gif");
	background-position: left top;
	background-repeat: no-repeat;
	text-align:left;}
#main h2 a {text-decoration:none;}
#main h3{margin-top:24px;}

#sidebar ul {
	margin-top: -2px;
	}

#sidebar ul li a {text-decoration:none;}

#side li{text-align:left;}
.topli{	margin-top: 5px; margin-left: 16px;margin-bottom: 2px;  padding-left:4px;
	text-indent: 14px;
	background-image: url("listmark.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;}

.subli{	margin:0; padding:0;
	background-image: url("pixel.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;}

h1 a {text-decoration:none;}
h1,h2	{font-size:small; font-weight:normal;}

.clear	{clear:both;}
.yen	{text-align:center; color:#CC0000;}
.shop	{text-align:center; color:#BBBBBB;font-size:60%;}
.copy	{font-family:"cursive";}

.subcate{margin:10px 0 0 10px;
	 padding:8px 0 36px 8px;
	 font-size: 120%; font-weight: 700;
	 background-image: url("subcatebg.gif");
	 background-position: 0px 0px;
	 background-repeat: no-repeat;}
.itemImage{height:130px; vertical-align:middle;}
