@charset "utf-8";
/* CSS Document */

/*index.html用スタイルここから*/
#main-img{
	width:760px;
	height:280px;
	padding:0 0 5px 0;
	}
#serch-series{
	width:760px;
	height:205px;
	}
#serch-series ul{
	width:760px;
	list-style-type:none;
	}
#serch-series li{
	padding:0 0 5px 0;
	}
#serch-series li,
#serch-series a{
	float:left;
	}
.serch-tittle{
	width:auto;
	height:25px;
	margin:0 0 9px 0;
	}
#sub{
	width:580px;
	height:100%;
	padding:0 10px 0 0;
	float:left;
	line-height:130%;
	}
#sub ul{
	width:580px;
	list-style-type:none;
	}
#sub li{
	padding:0 0 5px 0;
	}
#sub li,
#sub a{
	float:left;
	}
#serch-price{
	width:580px;
	height:95px;
	}
#serch-number{
	width:380px;
	height:95px;
	float:left;
	}
#serch-number-area{
	width:380px;
	height:50px;
	background-image:url(images/bg-number.jpg);
	position:absolute;
	}
#searchform {
	position:absolute;
	top:15px;
	left:30px;
	}   
#keywords  {
    width: 250px;
    height: 18px;
    border: 1px solid #CCC;
    color: #666666;
	}
#searchBtn {
    position: absolute;
    top: 0;
    left: 270px;
	}
#order{
	width:190px;
	height:95px;
	float:right;
	}

#topics{
	width:580px;
	height:auto;
	clear:both;
	}
#topics-tittle{
	height:20px;
	margin-bottom:7px;
	}
#topics-area{
	width:550px;
/*	height:700px;*/
	margin:2px 0 0 0;
	padding:15px;
	background-color:#F0F0F0;
	}
#topics-area table{
	width:550px;
	border:none;
	border-collapse:collapse;
	font-size:12px;
	line-height:120%;
	}
.topics-line{
	width:540px;
	height:7px;
	padding:3px 0;
	background-image:url(images/line-topics.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
.topics-left{
	/*width:130px;*/
	height:100%;
	padding:0 20px 10px 0;
	float:left;
	vertical-align:top;
	padding-bottom:10px;
	display:block;
	font-weight:bolder;
	font-size:12px;
	color:#666666;
	}
.topics-right{
	width:550px;
	height:100%;
	padding:0 0 10px 0;
	/*float:right;*/
	vertical-align:top;
	}
.topics-right img{
	padding:0 0 5px 0;
	}
	
#side{
	margin-top:5px;
	}