@charset "UTF-8";

.none {
	display:none;
}

.clear {
	clear:both;
}

#container {
	width:95%;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

#headlogo {
	display:block;
	height:80px;
	width:380px;
	background-image: url(../img/bookfire.gif);
	background-repeat: no-repeat;
	float:left;
}

.twit {
	float:right;
	height:64px;
	margin-top:10px;
}

#contents {
	margin-top:2px;
	margin-bottom:10px;
}

#contents h2 {
	font-size:1.7em;
	font-weight:bold;
	letter-spacing: -0.1em;
	background-color: #EFEFEF;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:10px;
}


#contents .txt {
	margin-bottom:20px;
	color:#666;
}



#contents h3 {
	font-size:110%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #039;
	padding-left: 5px;
}

#contents ul {
	margin:10px;
}

#contents li {
	list-style-type: circle;
	margin-left:20px;
}



/*  list table */

#list {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCC;
}


#list tr {
}

#list tr td {
	font-size:80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #EFEFEF;
	border-bottom-color: #666;
	border-left-color: #EFEFEF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}


#list tr td .twitter {
	background-image: url(/img/twitter.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#list tr td .amazon {
	background-image: url(/img/amazon.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#list tr td .rakuten {
	background-image: url(/img/rakuten.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#list tr td .paypal {
	background-image: url(/img/paypal.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
}



#list tr td span {
	font-weight:bold;
}

#list tr th {
	background-color:#006;
	padding:5px;
	border: 1px solid #CCC;
	font-size:90%;
	font-weight:bold;
	white-space: nowrap;
	color: #FFF;
}

#list tr td .data {
		border-collapse: collapse;
	border-spacing: 0;
}

#list tr td .data tr td {
	border:0x;
}

#list tr .note {
}

.kome {
	width:200px;
	height:50px;
	overflow: auto;
	font-size:80%;
}

.price {
	background-color: #F5F5F5;
}




.item {
	background-color:#efefef;
}

#footer {
	margin-top:30px;
	margin-bottom:10px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

#footer p a {
	color:#999;
}

#footer p {
	font-size:90%;
	color:#666;
}

#footer .copy {
	margin-top:20px;
	text-align:center;
	font-size:140%;
}
