/*----------------初期設定-------------------*/
body {
    margin: 0;
	padding: 0;
	background-image: url(img/bg.gif);
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #555;
	letter-spacing: 0.1em;
}
a:link {
	color: #008BD0;
	text-decoration: none;
}
a:visited {
	color: #008BD0;
	text-decoration: none;
}
a:hover {
	color: #008BD0;
	text-decoration: underline;
}
a:active {
	color: #008BD0;
	text-decoration: none;
}
p,h1,h2,ul,li {
    margin: 0;
	padding: 0;
}
img {
    border: none; 
}

h1 {
	padding: 34px 0 5px 30px;
    font-size: 24px;
	color:#94BA00;
    float:left;
}
h2 {
    font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
ul {
    margin-top: 10px;
}
li {
    list-style-image: url(img/list-img.gif);
	padding-left: 3px;
	line-height: 1.5em;
}
tr,td {
    font-size: 12px;
	color: #555;
	letter-spacing: 0.25em;
	line-height: 1.2em;
}
/*----------------基本レイアウト-------------------*/
#main {
    margin: 0;
	padding: 0;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/main_bg.gif);
}
#top {
    width: 660px;
	background-image: url(img/maintop_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#line {
    width:630px;
    margin: 0 15px 0 15px;
	border-bottom: 1px #ccc solid;
}
#contents {
    width: 660px;
}
#left {
    width: 450px;
	padding: 7px 2px 0 18px;
	text-align: left;
	border-right: 1px #ccc solid;
	float: left;	
}
#right {
    width: 170px;
	padding: 7px 17px 0 2px;
	text-align: left;
	vertical-align: top;
	float:right;
}
#footer {
    width: 660px;
	height: 28px;
	background-image: url(img/mainbottom_bg.gif);
	background-repeat: no-repeat;
}
#clear {
    clear: both;
}
/*-------------基本調整レイアウト-------------------*/

.top-img {
	margin-top: 36px;
	float:left;
}
.top-text {
    text-align: right;
	font-size: 10px;
	color: #94BA00;
	padding: 35px 25px 0 0;
	float: right;
	line-height:1.3em;
}
.search-table{
    width: 440px;
	padding: 5px 5px 10px 5px;
}
.rank-li {
    margin-left: 50px;
}
.pr-bg {
    width: 170px;
	margin: 5px 0 10px 0;
	padding: 5px 0 20px 0;
	background-image:url(img/pr-bg.gif);
}
.pr-li {
    margin-left: 20px;
}
.copyright {
    color: #696969;
    font-size: 10px;
	letter-spacing: 0.05em;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
/*---------------スペース/ライン/フォント-------------------*/

.sol-line {
    border-top: 1px #ccc solid;
	padding: 15px 0 0 25px;
}
.sol-line2 {
    border-top: 1px #ccc solid;
	padding: 10px 0 10px 25px;
}
.dot-line {
    border-top: 1px #ccc dotted;
	padding: 2px 0px 2px 0px; 
}
.dot-line2 {
    border-top: 1px #ccc dotted;
	padding: 2px 10px 2px 25px;
}
.font-s {
    font-size: 10px;
}
.speace {
    padding-top:20px;
}
.green-line {
    width:450px;
	height: 15px;
	padding: 2px 0 0 5px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A8CF11;
	font-weight: bold;
	border-bottom: 1px #fff solid;
}
.green-line2 {
    width:450px;
	height: 1px;
	font-size:0;
	border-top: 1px #C7E74C solid;
}
.contents-table{
    width: 440px;
	padding: 0 5px 10px 5px;
}
.syousai-box {
    width: 100%;
    margin: 10px 0 0 0;
	padding: 2px; 
	border: 1px #ccc dotted;
}
.syousai-box a {
	color: #555;
	text-decoration: none;
}
.syousai-box a:visited {
	color: #555;
	text-decoration: none;
}
.syousai-box a:hover {
	color: #555;
	text-decoration: none;
}
.syousai-box a:active {
	color: #555;
	text-decoration: none;
}
