@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body {
	font-size: 14px;
	color:#000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 19px;
}
img , img a{
	border: 0;
}
a{
	color: #C30;
	text-decoration: underline;
}
a:hover{
	color: #C30;
	text-decoration: underline;
}
p{
	padding:0 0 10px 0;
}

.text-right{
	text-align: right;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}

/*ヘッダー*/

div#header{
	border-bottom: solid 3px #FF6600;
}

div#header-wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

div#header h1{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}
div#header p#description{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}
div#header h2{
	margin-bottom: 10px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#navi{
	padding: 10px 5px;
}

/*サイドコンテンツ*/
div#side {
	float: right;
	width: 180px;
}
div#side div#arrivals{
	margin-bottom: 30px;
}
div#side div#arrivals .title{
	background-image: url(../images/bg-side-title.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	padding: 12px 0 0 40px;
	margin-bottom: 10px;
	color: #FF6600;
}
div#side div#arrivals ul{
	list-style-position: inside;
}
div#side div#arrivals ul li{
	padding: 10px 0;
	border-bottom: dotted 1px #666;
}
div#side div#newCategories{
	margin-bottom: 30px;
}
div#side div#newCategories .title{
	background-image: url(../images/bg-side-title.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	padding: 12px 0 0 40px;
	margin-bottom: 10px;
	color: #FF6600;
}
div#side div#newCategories ul{
	list-style-position: inside;
}
div#side div#newCategories ul li{
	padding: 10px 0;
	border-bottom: dotted 1px #666;
}

/*メインコンテンツ*/
div#main {
	float: left;
	width: 600px;
}
div#main .title{
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	background-image: url(../images/bg-title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px 0 4px 20px;
}
div#main .content{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

div.siteList{
}
ul.list{
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 20px;
}
ul.list li{
	padding: 10px 0;
	border-bottom: solid 1px #333;
}
p.site-name{
	font-size: 16px;
}
p.site-url{
	color:#030;
}
p.site-snippet{
}

ul.outerCat {
	list-style-type: none;
	padding: 0;
}

ul.outerCat li.parent {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
	margin-bottom: 10px;
}
ul.outerCat li.parent h3{
	font-size: 18px;
	background-image: url(../images/list-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 12px 0 0 40px;
	margin-bottom: 10px;
}
ul.outerCat a{
	color: #185810;
}

SPAN.child {
	font-size: small;
	display: inline;
	margin-right: 0.4em;
}
a.orderlink {
	float: right;
}

DT {
	font-weight: bold;
	font-size: large;
}
DD.rules {
	font-size: small;
	color: #333;
	margin-left: 4.6em;
	text-indent: -20px;
	margin-bottom: 0.6em;
}
#kiyaku .box {
	display: block;
	height: 16em;
	width: 100%;
	font-size: small;
	color: #333;
	overflow: auto;
}

/*フッダー*/

div#footer{
	border-top: solid 3px #FF6600;
}

div#footer-wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

