﻿/* 
	全ページ共通
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
 background-image: url(img/bg.gif);
 background-repeat: repeat;
 margin: 0;
 padding: 0;
 text-align: center;
}

br { clear: both;}

h1 {
    margin: 0 0 0 10px;
    padding: 2px 0;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 700px;
}

a img {
	border:none;
}

a {
	color: #630A00;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #555555;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 10px 0;
	/margin: 10px 0;
    border: #FEC009 dotted 1px;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
 width: 800px;
 margin: 0 auto;
 padding: 0;
 background-color: #FFFFFF;
 text-align: left;
}

#wrap {
	/width: 750px;
	float: left;
	margin: 10px 0 0 0;
	/margin: 10px 0 0 3px;
}

#wrap2 {
	width: 750px;
	float: left;
	margin: 10px 0 0 0;
}



/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	width:800px;
	height:115px;
	margin: 0;
	padding: 0;
	background-image: url(img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}

#header a{
    width: 300px;
	height: 110px;
	margin: 0;
	float: right;
}

#header a.Left{
    width: 250px;
	height: 70px;
	margin: 15px 0 0 35px;
	float: left;
}



/*
パンくず
-------------------------------------------------------------------*/
#nav {
	width: 800px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	background-position : left top;
}

#nav span.B {
    font-weight: bold;
}

#nav span {
	font-size: 11px;
	color: #232323;
	font-weight: normal;
}

#nav span a{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

  
/*
コンテンツ
-------------------------------------------------------------------*/
#cont {
	width: 590px;
	float: left;
	margin: 0 0 10px 30px;
	/margin: 0 0 10px 15px;
}

#cont p{
    margin: 10px 0 0 10px;
    padding: 0;
    line-height: 18px;
}

#cont h2 {
	font-size: 14px;
	color: #A00002;
	line-height: 30px;
	width: 560px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	border-left: 10px solid #FEC210;
	border-bottom: 1px dotted #DE4144;
}

#cont em {
	font-size: 14px;
	color: #A00002;
	font-weight: bold;
	font-style: normal;
}

#cont ul {
    margin: 0 0 0 35px;
}



#cont li{
    margin: 5px 0;
    list-style-position: inside;
	list-style: none;
}

a.crown{
    margin: 0 0 0 15px;
}

/*--スパーキー佐藤バナー--*/
#cont a.satoh {
    width: 460px;
	height: 80px;
	float: left;
	margin: 10px 0 10px 65px;
	text-indent: -7777px;
	background-image: url(img/cmn/satoh.gif);
}

/*--文字色指定--*/
#cont .R {
    color: #FF0000;
}

#cont .wine {
    color: #A00002;
}


/*--文字アンダーライン・サイズ指定--*/
#cont .U {
    text-decoration: underline;
}

#cont .f16 {
    font-size: 16px;
}

#cont .f17 {
    font-size: 17px;
}

#cont .f30 {
    font-size: 30px;
}

/*
下層ページのランキングスペース
-------------------------------------------------------------------*/
table.rankSub {
    clear: both;
    width: 590px;
	height: 145px;
	margin: 0 0 10px 0;
	/margin: 0;
}

table.rankSub td.Bnr {
    width: 200px;
}

table.rankSub td.Bnr a {
    width: 200px;
	height: 145px;
	float: left;
	text-indent: -7777px;
}

table.rankSub td.text {
    width: 390px;
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: -0.5px;
    line-height: normal;
}

table.rankSub td.topR1 { background-image: url(img/cmn/R1.jpg); background-repeat: no-repeat;}
table.rankSub td.topR2 { background-image: url(img/cmn/R2.jpg); background-repeat: no-repeat;}
table.rankSub td.topR3 { background-image: url(img/cmn/R3.jpg); background-repeat: no-repeat;}

p.center { text-align: center;}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
    clear: right;
	width: 150px;
	margin-left: 10px;
	float: right;
	background-color: #FEC210;
}

#side h3 {
	display: block;
	width: 150px;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	font-style: normal;
	line-height: 24px;
	color: #A00002;
	font-size: 14px;
	text-align: left;
}

#side ul {
	margin: 0;
}

#side li {
	list-style-type: none;
}

#side li a {
	display: block;
	width:120px;
	margin: 0 0 0 20px;
	text-decoration: none;
	font-size: 12px;
	color: #A00002;
	line-height: 18px;
}

#side li a:visited {
	color: #555555;
}

#side li a:hover {
	color: #000000;
	text-decoration: underline;
}


/*
コピーライト
-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #A00002;
	font-size: 10px;
}


/*
トップページのランキングスペース
-------------------------------------------------------------------*/
#cont h2.long {
    width: 720px;
}

#cont hr.long {
    width: 750px;
}

table.rankTop {
    clear: both;
    width: 750px;
	height: 145px;
	margin: 0 0 10px 0;
	/margin: 0;
}

table.rankTop td.Bnr {
    width: 225px;
    /width: 210px
	text-indent: -7777px;
}

table.rankTop td.Bnr a {
    width: 200px;
	height: 145px;
	float: left;
	text-indent: -7777px;
}

table.rankTop td.btn {
    width: 140px;
	background-image: url(img/btn.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}

table.rankTop td.btn a {
    width: 140px;
	height: 40px;
	margin: 100px 0 0 0;
	float: left;
}

table.rankTop td.text {
    width: 380px;
    /width: 395px;
	height: 85px;	
	margin: 0;
	padding: 0 0 0 5px;
	letter-spacing: -0.5px;
    line-height: normal;
}

table.rankTop p a {
    clear: both;
    margin: 0;
	padding: 0;
    line-height: normal;
}

#cont .dark {
    color: #63000F;
}

table.rankTop td.topR1 { background-image: url(img/topR1.jpg); background-repeat: no-repeat;}
table.rankTop td.topR2 { background-image: url(img/topR2.jpg); background-repeat: no-repeat;}
table.rankTop td.topR3 { background-image: url(img/topR3.jpg); background-repeat: no-repeat;}


/*
トップページ他
-------------------------------------------------------------------*/
#cont p.mainIMG {
    width: 590px;
	height:130px;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
	margin: 0 0 5px 0;
	padding: 0;
}

#cont p.Top{
    margin: 15px 0 0 0;
    padding: 0;
}

img.hide { margin-left: -7777px;}