@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

body {
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-family: Osaka, Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック";
	line-height: 1.6em;
	text-align: left;
	background-color: #F6F6F6;
}
#container {
	height: auto;
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B40000;
	border-bottom-color: #B40000;
	border-left-color: #B40000;
}
#header {
	height: 80px;
	background-image: url(images/title.png);
}

#left {
	width: 200px;
	float: left;
	padding-right: 5px;
	height: auto;
	background-color: #B40000;
	padding-bottom: 30px;
	padding-top: 10px;
}
#left #menu {
	background-color: #FFFEE0;
	padding-bottom: 20px;

}
#left #menu li {
	list-style-type: none;
	padding-left: 20px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	background-position: left 5px;
}

#left #menu h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}


#center {
	height: auto;
	width: 480px;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
#center #pickup {
	margin-bottom: 10px;
}


#center #searchfoam {
	text-align: center;
	margin-bottom: 10px;
}
#center #osusume {
	background-color: #FFF4FF;
	margin-bottom: 15px;
	border: 1px solid #FCF;
	padding: 5px;
}
#center #list {
	text-align: center;
}
#searchfoam form div {
	text-align: center;
}

#right {
	height: auto;
	width: 130px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #F7F7F7;
}
#right #ranking {
	background-color: #FFF;
	padding-bottom: 20px;
	border: 1px solid #C10505;
	height: auto;
	width: 130px;
	text-align: center;
}
#right #ranking p {
	padding-top: 5px;
	text-align: center;
}
#right #tokusyu {
	background-color: #FFF;
	padding-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #BF0505;
	height: auto;
	width: 130px;
}

#right #tokusyu p {
	padding-top: 5px;
	text-align: center;
}


#footer {
	clear: both;
	height: auto;
	background-color: #B40000;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer span {
	padding-bottom: 10px;
	color: #FFF;
}
#footer span a {
	color: #FFF;
}
#footer p {
	padding-top: 10px;
}

#footer address {
	padding-top: 20px;
}

