@charset "UTF-8";

/*全体の設定*/

* {
	color: #333333;
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*各divボックスの設定*/

#wrapper {
	width: 900px;
	margin:0 auto;
	text-align: center;
}

#header {
	width: 900px;
	height: 96px;
	border-bottom: #000000 1px solid;
	padding: 0;
	margin: 0;
}

#header_u {
	width: 900px;
	min-height: 200px;
	text-align: center;
	margin: 10px 0 0 0;
}

#header_u img {
	border: none;
}

#contents {
	width: 850px;
	margin: 25px 0 0 25px;
}

#footer {
	width: 900px;
	height: 50px;
	border-top: #000000 1px solid;
	clear:both;
}

/*#content内のdivボッックスの設定*/

#left_menu {
	width: 138px;
	float: left;
	margin-bottom: 10px;
	height: 1000px;
}

#main {
	width: 512px;
	float: left;
	margin-left: 25px;
}

#right_menu {
	width: 150px;
	float:right;
	margin-left: 25px;
}

/*#header内の設定*/

h1{
	float: left;
	margin-top: 25px;
}

h2 {
	float:right;
	margin-top: 38px;
}

#header_navi ul{
	margin-right: 25px;
	}

#header_navi ul{
	width: 800px;
	position: relative;
	bottom: 0px;
	right: 25px;
	}
	
#header_navi li{
	list-style-type: none;
	float: right;
	margin-left: 10px;
	}
	

/*#left_menu内の設定*/

#left_navi .left_title_image{
	height: 27xp;
	background-image:url(../images/line_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
	color: #000000;
	font-size: 110%;
}

#left_navi li{
	height: 25px;
	background-image:url(../images/line_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 15px;
}

#left_navi a {
	font-size: 80%;
}

#left_navi a:hover {
	text-decoration: underline;
}

#left_menu img{
	margin-top: 10px;
}

/*#main内での設定*/

#topics {
	width: 512px;
	height: 150px;
	margin-bottom: 5px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
}

#topics dt {
	width: 130px;
	font-size: 80%;
	float: left;
}

#topics dd {
	float: left;
	font-size: 90%;
}


#banner01{
	float: left;
}

#banner02 {
	width: 150px;
	margin-left: 10px;
	float: left;
}

#banner02 img {
	border: none;
	margin-bottom: 10px;
}

#banner03 {
	float: left;
	margin-bottom: 10px;
}

#banner04 {
	width: 513px;
	margin-bottom: 10px;
}

#banner05 {
	float: right;
	margin-bottom: 10px;
}
#main_new{
	width: 512px;
	min-height: 180px;
	background-image: url(../images/line_rep.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main_new .list{
	display: block;
}

#main_new li{
	width: 100px;
	height: 180px;
	float: left;
	margin-right: 2px;
	padding-top: 10px;
}

#main_new li p {
	font-size: 80%;
	text-align: center;
	line-height: 13px;
}

#main_resale{
	width: 512px;
	min-height: 180px;
	background-image: url(../images/line_rep.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main_resale .list{
	display: block;
}

#main_resale li{
	width: 100px;
	height: 180px;
	float: left;
	margin-right: 2px;
	padding-top: 10px;
}

#main_resale li p {
	font-size: 80%;
	text-align: center;
	line-height: 13px;
}

#main_pickup{
	width: 512px;
	min-height: 180px;
	background-image: url(../images/line_rep.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#main_pickup .list{
	display: block;
}

#main_pickup li{
	width: 100px;
	height: 180px;
	float: left;
	margin-right: 2px;
	padding-top: 10px;
}

#main_pickup li p {
	font-size: 80%;
	text-align: center;
	line-height: 13px;
}

/*#right_menu内での設定*/

#right_ranking #right_title_image {
	height: 27xp;
	background-image:url(../images/line_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
	color: #000000;
	font-size: 110%;
}

#right_ranking li{
	background-image:url(../images/line_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 15px;
	font-size: 80%;
	padding: 2px 0;
}

#right_ranking td {
	font-size: 80%;
	line-height: 12px;
}

#right_ranking td a{
	font-size: 90%;
	line-height: 12px;
}

#right_banner img{
	margin-bottom: 10px;
}

/*#footer内での設定*/

#footer_navi ul{
	width: 800px;
	}

#footer_navi li{
	list-style-type: none;
	float: left;
	margin-left: 10px;
	}
	
#copyright {
	font-size: 75%;
	color: 999999;
	float: right;
	position: relative;
	border: 0;
}

#right_menu p {
	margin-top: 10px;
}

/*新着情報、ギャラリー情報*/
.newly {
	background-image:url(../images/line_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 72px;
	padding-top: 10px;
	font-size: small;
}

.newly p {
	font-size: 90%;
}

.newly img {
	border: none;
	float: left;
}

/*flautのクリア*/
.c-both {
	clear: both;
}

/* よく使うクラス */
.fontred {
	color: #c11920;
	font-size: inherit;
}