@charset "UTF-8";


/********** base **********/
body{
	line-height: 140%;
	background: url(../images/bg_header.gif) top repeat-x;
	font-size: 85%;
	text-align: center;
}
div#wrap{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
div#header{
	height: 150px;
	padding: 0 30px;
	background: url(../images/title.gif) no-repeat;
}
div#pankuzu{
	margin: 10px;
	font-weight: bold;
}
div#contents{
	width: 690px;
	float: left;
}
div#navi{
	width: 250px;
	background: #f2f2f2;
	float: right;
}
div#footer{
	padding: 20px 0;
	height: 80px;
	background: url(../images/bg_header.gif) bottom repeat-x;
	clear: both;
}


/********** base **********/
h2{
	padding: 5px 0;
	height: 23px;
	background: url(../images/bg_h2.gif) repeat-x;
}
h2 span{
	margin: 0 10px;
}
div.contents{
	margin: 10px;
}


/********** header **********/
h1{
	padding: 125px 0 20px 0;
	color: #fff;
	font-size: 150%;
	text-align: right;
}
div.description{
	margin: 10px 0;
	font-size: 140%;
	color: #ff6600;
	text-align: center;
}


/********** navi **********/

input,select,textarea{
	margin: 2px 0;
	width: 220px;
}
input#save{
	width: 30px;
}

li.cat0{}
li.cat1{ margin: 0 0 0 5px; }
li.cat2{ margin: 0 0 0 10px; }
li.cat3{ margin: 0 0 0 15px; }
li.cat4{ margin: 0 0 0 20px; }
li.cat5{ margin: 0 0 0 25px; }
li.cat6{ margin: 0 0 0 30px; }

li.selected{
	padding: 5px 0;
}
li.selected a{
	margin: 5px 0;
	color: #ff6600;
	font-size: 130%;
}


/********** footer **********/

div#credit{
	color: #fff;
	text-align: center;
}
div#credit a{
	color: #fff;
}


/********** home **********/

li.c1{
	margin: 0 0 10px 0;
	width: 330px;
	display: inline;
	float: left;
}
ul.c2{
	margin: 0 0 0 10px;
}
ul.c2 li{
	margin: 4px;
	display: inline;
}


/********** goods list **********/

div.hit span{
	color: #ff6600;
	font-size: 120%;
}
table#goods{
	clear: both;
}
table#goods td{
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
	vertical-align:top;
}
table#goods td.l{
	width: 80px;
	text-align: center;
}
table#goods td.c{
	width: 120px;
	text-align: center;
}
table#goods td.r{
	width: 460px;
}
table#goods div.title{
	margin: 0 0 5px 0;
	font-size: 120%;;
}
table#goods div.price span{
	color: #ff6600;
	font-size: 130%;;
}
table#goods div.tax,
table#goods div.card{
	color: #666;
	font-size: 85%;
}

div.plink{
	margin: 20px auto;
	text-align: center;
	clear: both;
}
div.plink a,
div.plink span{
	margin: 0 4px;
	font-size: 120%;;
}
div.plink span{
	color: #ff6600;
}
div.shop{
	text-align: right;
}


/********** best words 1000 **********/

ul.bestwords{
	margin: 20px 0;
}
ul.bestwords li{
	width: 160px;
	display: inline;
	float: left;
}


/********** rakulink **********/

div.lakulink{
	margin: 20px;
}
div.lakulink div.sample{
	margin: 10px 0;
	padding: 10px;
	border: 1px #999 solid;
	background: #f2f2f2;
}
textarea.code{
	padding: 5px;
	width: 550px;
	height: 150px;
	font-size: 85%;
}
div.urlsample span{
	color: #ff6600;
	font-weight: bold;
}




