@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#89C6A9;
}

a {
	color:#4A9974;
}

#header {
	margin:0;
	background-color:#FFFFFF;
	padding:0 0 20px 0;
}

#header img {
	margin:0 20px 0 30px;
	border:0px;
	float:left;
	padding-top:30px;
}

#header hr {
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}

#headersearch {
	padding:30px 0 0 0;
}

#headersearch form {
	background-color:#FFFFFF;
	margin:0;
}

#headersearch .inputText {
	width:300px;
	border:1px solid #132C50;
}

.gray_text {
	color:#666666;
	font-size:12px;
}


#mainPan {
	margin:0;
	padding:20px 0 0 40px;
	background-color:#FFFFFF;
}

#result_info {
	padding:10px 10px 10px 20px;
	background-color:#89C6A9;
	border-top:2px solid #F2F9FB;
	margin:0;
}

#result_info h1 {
	font-size:16px;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

#result_info h1 a {
	color:#FFFFFF;
}

#queryPan {
	float:left;
}

#blog {
	float:right;
	margin:0 10px 0 0;
	width:200px;
	color:#ffffff;
	font-size:12px;
	background: url(../img/lefttopMiddle.gif) repeat-y top;
}

#blogUpper {
	background:url(../img/lefttopUpper.gif) no-repeat top;
}

#blogBottom {
	padding:15px 15px 25px 15px;
	background:url(../img/lefttopBottom.gif) no-repeat bottom;
}

#blog h4 {
	margin:0;
	padding:0;
}

#side_blog_title {
	text-align:center;
	margin:0 0 30px 0;
}

#blog h5 {
	margin:0 5px 5px 0;
}

#blog h5 a {
	color:#DDDDDD;
	text-decoration:none;
}

#blog h5 a {
	text-decoration:underline;
	color:#ffffff;
}

#blog p {
	margin:0;
	padding:0 5px 0 5px;
	color:#F5F5F5;
}

#blog .more {
	text-align:right;
	margin:5px 10px 30px 0;
}

#blog .more a {
	color:#ffffff;
	text-decoration:none;
}

#blog .more a:hover {
	text-decoration:underline;
}

#footersearch {
	text-align:center;
	font-size:12px;
	color:#666666;
	clear:both;
	padding:50px 0 0 0;
}

#footersearch .inputText {
	width:200px;
	border:1px solid #132C50;
}

#dataPan {
	clear:both;
	background:url(../img/databg.gif) repeat-x top;
	padding-top:30px;
}

#dataPanIn {
	font-size:12px;
	width:800px;
	margin:auto;
}

.datalist {
	margin:0;
	padding:5px 0 20px 20px;
}

.datalist li {
	margin:5px 0 5px 0;
}

#recentSearch {
	width:200px;
	float:left;
	background: url(../img/dataMiddle.gif) repeat-y top;
}

#recentSearchUpper {
	background: url(../img/dataUpper.gif) no-repeat top;
}

#recentSearchBottom {
	padding:30px 10px 0 25px;
	background: url(../img/dataBottom.gif) no-repeat bottom;
}

#popularSearch {
	width:200px;
	float:left;
	background: url(../img/dataMiddle.gif) repeat-y top;
}

#popularSearchUpper {
	background: url(../img/dataUpper.gif) no-repeat top;
}

#popularSearchBottom {
	padding:30px 10px 0 25px;
	background: url(../img/dataBottom.gif) no-repeat bottom;
}

#rareSearch {
	width:200px;
	float:left;
	background: url(../img/dataMiddle.gif) repeat-y top;
}

#rareSearchUpper {
	background: url(../img/dataUpper.gif) no-repeat top;
}

#rareSearchBottom {
	padding:30px 10px 0 25px;
	background: url(../img/dataBottom.gif) no-repeat bottom;
}

#recommendSearch {
	width:200px;
	float:left;
	background: url(../img/dataMiddle.gif) repeat-y top;
}

#recommendSearchUpper {
	background: url(../img/dataUpper.gif) no-repeat top;
}

#recommendSearchBottom {
	padding:30px 10px 0 25px;
	background: url(../img/dataBottom.gif) no-repeat bottom;
}

#footerPan {
	text-align:center;
	clear:both;
	color:#FFFFFF;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
}

#footerPan a{
	color:#FFFFFF;
}

/*商品ボックスス*/
.button_box {
	margin:10px 0 0 0;
	text-align:right;
}

#item_box {
	width:650px;
	float:left;
	margin-left:20px;
}

#item_box table {
	border-collapse:collapse;
}

#item_box td {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:20px 0 20px 10px;
}

#item_box td h3 {
	font-size:14px;
	margin:0 0 0 10px;
	padding:5px;
	border-left:5px solid #D6EBE1;
	border-bottom:1px solid #D6EBE1;
}

#item_box td h3 a {
	color:#333333;
	text-decoration:none;
}

#item_box td h3 a:hover {
	text-decoration:underline;
}

.shop {
	text-align:right;
	padding:0;
	color:#AAAAAA;
	font-size:12px;
	margin:2px 0 0 0;
}

.price {
	text-align:right;
	background-color:#D6EBE1;
	padding:3px;
	color:#333333;
	font-weight:bolder;
	margin-top:10px;
	margin-left:10px
}

/*店名タブ*/
.tab {
	background: url(../img/tab.gif) no-repeat;
	width:200px;
	height:23px;
	color:#FFFFFF;
	text-align:center;
	padding-top:7px;
}

.tab a {
	color:#FFFFFF;
	text-decoration:none;
}

.tab a:hover {
	text-decoration:underline;
}

.nonitem {
	padding:100px 10px 100px 10px;
	font-size:14px;
	text-align:center;
}

.nonitem a {
	color:#cccccc;
}

.nonitem a:hover {
	color:#132C50;
}

/*about*/
#about {
	float:left;
	width:650px;
}

#about h2 {
	font-size:16px;
	color:#132C50;
}

#about p {
	font-size:14px;
	color:#666666;
	margin-bottom:50px;
	line-height:1.5em;
	letter-spacing:0.1em;
	padding:0px 20px 0 20px;
}

#about li {
	font-size:12px;
	color:#666666;
}

#about span {
	font-size:12px;
	color:#132C50;
}

#next_pre {
	text-align:center;
	margin:30px 0 0 0;
}

#next_pre a {
	padding:0;
	color:#999999;
}

.current {
	color:#333333;
	text-decoration:none;
}


#google_ad {
	width:728px;
	margin:10px auto 0 auto;
	padding-bottom:50px;
}

#search_target {
	margin:20px 0 0 0;
}

#recommend_media {
	text-align:center;
	font-size:12px;
	margin:10px 0 0 0;
}



