/* 基本レイアウト
------------------------------------------------------ */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体）
------------------------------------------------------ */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }


/* ページレイアウト
------------------------------------------------------ */
body {
	min-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img2/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
------------------------------------------------------ */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	text-align: left;
}


/* ナビゲーション
------------------------------------------------------ */

#navi
{
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 65px;
    background: url(img2/navi.gif) no-repeat;
}

#navi ul
{
    width: 1000px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
}

#navi li a span
{

}

#navi li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 200px;
    height: 65px;
    line-height: 55px;
    color: #666;
    text-decoration: none;
}

#navi li a:hover { color: #ffa500;}

#navi #index .index
{
    background: url(img/navi2.gif) no-repeat -50px;
}
#navi #cat1 .cat1
 {
    background: url(img/navi2.gif) no-repeat -131px;
}
#navi #cat2 .cat2
 {
    background: url(img/navi2.gif) no-repeat -259px;
}
#navi #cat3 .cat3
 {
    background: url(img/navi2.gif) no-repeat -387px;
}
#navi #cat4 .cat4
 {
    background: url(img/navi2.gif) no-repeat -515px;
}
#navi #cat5 .cat5
 {
    background: url(img/navi2.gif) no-repeat -643px;
}


/* ヘッダー（サイトタイトル）
------------------------------------------------------ */
#header h1 a {
	display: block;
	margin: 0;
	font-size: 24px;
	width: 250px;
	height: 70px;
	position:absolute; top: 15px; left: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #666;
	padding: 0 0 0 80px;
	background: url(img2/logo.gif) no-repeat left top;
}

#header h1 span {
	display: none;
}

#ss {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	position:absolute; top:5px; left: 10px;
	color: #666;
}

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 200px;
	background: #f5f5f5 ;
}

#banner div {
	position: relative;
	margin: 0;
	padding: 20px 5px 10px 160px;
	_padding: 30px 10px 10px 160px;
	width: 390px;
	_width: 550px;
	height: 170px;
	_height: 200px;
	background: url(img/banner.jpg) ;
}

#header h2 {
	width: 380px;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	position:absolute; top: 25px; left: 280px;
}

#header p {
	margin: 0 ;
	padding: 0;
	width: 380px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
	position:absolute; top: 50px; left: 280px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------ */
#container {
	position: relative;
	width: 1000px;
	_width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	background: url(img/bbg.gif) #fff;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------ */
#index #main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: -30px 15px 0 0;
	padding: 0;
}

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: 0 15px 0 0;
	padding: 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------ */
#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 240px;
	padding: 0;
	margin:0 0 0 15px;
}
#side .sidernk{
 clear:both;
}
#side .sidernk .rbox{
 margin:0 0 10px 0;
 padding:0 0 10px 5px;
 clear:both;
 border-bottom:1px dotted #cacaca;
}
#side .sidernk div p{
 width:170px;
 float:right;
 margin:0;
}
/* 記事部分見出し
------------------------------------------------------ */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 40px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #444;
	background: url(img2/hd.gif) no-repeat top right;
}

.header-rank {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 60px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #fff;
	background: url(img2/toprankbana.gif) no-repeat top right;
}

.header-con {
        width: 715px;
        margin: 20px 0;
        background: #ededda;
}

.header-tex {
        width: 695px;
        color: #555;
        margin: 0 auto;
        padding: 10px 0 10px;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	padding: 5px 0 5px 20px;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.1em;
}

.header1.best1 {
	background: url(img/best1.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best2 {
	background: url(img/best2.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best3 {
	background: url(img/best3.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best4 {
	background: url(img/best4.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}
.header1.best5 {
	background: url(img/best5.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
        height: 25px;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 5px 5px 0 15px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
        background: url(img2/header2bg.gif) no-repeat;
	color: #000;
}

.header a, .header2 a  { text-decoration: none; }


p { margin: 15px 0; padding: 0; }

.entry {
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.entry1 {
 _width: 100%;
 margin: 0 0 20px 0;
 border: 1px solid #ccc;
 background: #fef9de;
 min-height: 115px;
 padding: 10px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more {
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター
------------------------------------------------------ */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(img/fbg.gif) top repeat-x #ccc;
}


#footer p { margin: 0; padding: 0; }

.copy { 
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background: url(img/foot.gif) top no-repeat;
}

/* サイドメニュー内部
------------------------------------------------------ */
#side ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
         clear:both;
}

#side li {
	width: 240px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
}

#side li a {
	width: auto; 
	_width: 100%; 
	padding: 10px 3px 10px 25px;
	color: #555;
	display: block;
	line-height: 1.5;
	margin: 0 0;
	font-size: 0.8em;
	text-decoration: underline;
	background: url(img2/li.gif);
}

#side li a:hover {
	color: #ff8c00;
	text-decoration: none;
	background: url(img2/lih.gif) no-repeat right ;
}

#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 0 25px;
        color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 45px;
	display: block; 
	background: url(img2/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a {
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 50px;
	display: block; 
	background: url(img2/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a:hover {
	background: url(img2/sth.gif) ;
	border-left: none;
}

.sidebottom{
 height:10px;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 25px 0 10px 30px;
	font-size: 0.9em;
	background: url(img2/mokuji.gif) no-repeat #fff;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.click a {
	position:absolute; bottom: 5px; right: 5px;
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0 25px 0 0;
	background: url(img/go.gif) no-repeat right top;
}

.click a:hover {
	background: url(img/goh.gif) no-repeat right top;
}


.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0 20px 0 0;
	background: url(img/gotop.gif) no-repeat right;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

#side p {
	margin: 10px 0;
	padding: 0;
}

.center { text-align: center; }

.img { margin: 0px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table { font-size: 1em; margin: 0; background: #ccc;}
td { background: #fff;}

form {
	width: auto;
	_width: 100%;
	margin: 10px 0 ;
	padding: 10px;
	font-size: 0.9em;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #f8f8f8;
	clear: both;
	text-align: center;
}

.hyou {
  width: 685px;
  border:solid 1px #999;
  border-collapse:collapse;
  text-align: center;
}  
.hyou td {
  width: 90px;
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}

.hyou1 td {
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}
.hyou th { 
  background: url(img2/hyoubg.gif) repeat-x;
  border:solid 1px #999;
  text-align: center;
}  


/* テキスト装飾
------------------------------------------------------ */
.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}
.br {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
	color: #cc0000;
}

.br2 { 
	font-weight: normal;
	font-size: 1.2em;
	color: #f30;
}

.bb {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.4em;
}

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.wh{ background: #fff;}




.line /* 背景マーカー処理 */
{
    background: url("img/pinkline.gif") ;
}



/* サイト単位個別設定
------------------------------------------------------ */

.rnk1, .rnk2, .rnk3,
.rnk4, .rnk5, .rnk6 {
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk1 {height: 270px;}

.rnk1 p.more a, .rnk2 p.more a,
.rnk3 p.more a, .rnk4 p.more a,
.rnk5 p.more a, .rnk6 p.more a {
 display: block;
 width: 190px;
 height: 35px;
 float: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 margin: 0 5px 5px 0 ;
 }

.rnk1 p.more a span, .rnk2 p.more a span,
.rnk3 p.more a span, .rnk4 p.more a span,
.rnk5 p.more a span, .rnk6 p.more a span {
 display: none;
}

.rnk4 p.more, .rnk5 p.more, .rnk6 p.more {
font-size: 12px;
 }

.rnk1 {
 width: 690px;
 margin: 2px 0 0px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk2  {
 width: 315px;
 margin: 2px 17px 20px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3  {
 width: 315px;
 margin: 2px 0 10px 17px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk4  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}


.rnk5  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk6  {
 width: 200px;
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3 .header1,
.rnk4 .header1 {
	line-height: 1.3;
	padding: 10px 0 0 70px;
}

.rnk4 .header1,
.rnk5 .header1,
.rnk6 .header1 {
	font-size: 1.2em;
}

/*回り込み*/
.imgleft{
 float:left;
 margin:0 5px 5px 0;
}
.imgright{
 float:right;
 margin:0 0 5px 5px;
}

/*サイドバーランキング画像*/
.s1{
 display:block;
 width:170px;
 height:30px;
 background:url(img/s1.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s2{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s2.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s3{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s3.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s4{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s4.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}

/*運営者情報*/
.ask a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/unei.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right:0px;
}
.sitemap a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/sitemap.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 60px;
}

.ranking1{
 width:695px;
 _width:715px;
 margin:0 0 5px 0;
 padding:10px;
 background:url(img/topranking.gif) no-repeat bottom;
}
#main .ranking1 p{
 color:#6d5900;
}
.rtitle1{
 width:695px;
 _width:715px;
 height:45px;
 margin:10px 0 0 0;
 padding:5px 10px 0 10px;
 line-height:50px;
 font-size:1.6em;
 text-indent:70px;
 background:url(img/topranking.gif) no-repeat top;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 color:#6d5900;
}

.ranking2{
 width:715px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/topranking2.gif) no-repeat top;
}
.ranking2bottom{
 width:715px;
 height:10px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/topranking2.gif) no-repeat bottom;
}

.ranking02{
 width:335px;
 _width:355px;
 padding:0 10px 10px 10px;
 float:left;
}

.ranking03{
 width:335px;
 _width:345px;
 padding:0 10px 10px 0;
 float:right;
}


.rtitle2{
 display:block;
 height:50px;
 line-height:50px;
 padding:5px 0 0 0;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 font-size:1.6em;
 text-indent:60px;
}

.rank4 {
  border-collapse:collapse;
  margin: 5px 0;
  border: 1px solid #777;
}
.rank4 td{
  padding: 5px;
  vertical-align: top;
}
.rank4 .rank04 {
  background: #cfffca;
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}

.rankdai { border-bottom: 1px dashed #999;}

.clear{
 clear:both;
}

/* メインページ詳細
------------------------------------------------------ */
.shousai a{
  display:block;
  width:305px;
  height:39px;
  background:url(img2/shousai1.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:30px;
  top:20px;
  float:right;
}
.shousai a:hover{
  background:url(img2/shousai2.gif) no-repeat;
}

.shousai2 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img2/shousai02.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:5px;
  top:5px;
  float:right;
}
.shousai2 a:hover{
  background:url(img2/shousai22.gif) no-repeat;
}

.shousai3 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img2/shousai03.gif) no-repeat;
  text-indent:-5000px;
  text-align: center;
  position:relative;
  top:10px;
  margin: 0 auto;
}
.shousai3 a:hover{
  background:url(img2/shousai33.gif) no-repeat;
}


/* 各ページテーブル詳細
------------------------------------------------------ */
.shop {
  width: 690px;
  border-collapse:collapse;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.shop td {
  padding: 10px 10px;
}
.shop1 {
  width: 340px;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-right: solid 1px #999;
  border-bottom: dashed 1px #999;
  padding: 5px 5px;
}
.shop2 {
  width: 340px;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-bottom: dashed 1px #999;
  padding: 5px 5px;
}
                                                                                                                                              /* 基本レイアウト
------------------------------------------------------ */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体）
------------------------------------------------------ */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }


/* ページレイアウト
------------------------------------------------------ */
body {
	min-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img2/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
------------------------------------------------------ */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	text-align: left;
}


/* ナビゲーション
------------------------------------------------------ */

#navi
{
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 65px;
    background: url(img2/navi.gif) no-repeat;
}

#navi ul
{
    width: 1000px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
}

#navi li a span
{

}

#navi li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 200px;
    height: 65px;
    line-height: 55px;
    color: #666;
    text-decoration: none;
}

#navi li a:hover { color: #ffa500;}

#navi #index .index
{
    background: url(img/navi2.gif) no-repeat -50px;
}
#navi #cat1 .cat1
 {
    background: url(img/navi2.gif) no-repeat -131px;
}
#navi #cat2 .cat2
 {
    background: url(img/navi2.gif) no-repeat -259px;
}
#navi #cat3 .cat3
 {
    background: url(img/navi2.gif) no-repeat -387px;
}
#navi #cat4 .cat4
 {
    background: url(img/navi2.gif) no-repeat -515px;
}
#navi #cat5 .cat5
 {
    background: url(img/navi2.gif) no-repeat -643px;
}


/* ヘッダー（サイトタイトル）
------------------------------------------------------ */
#header h1 a {
	display: block;
	margin: 0;
	font-size: 24px;
	width: 250px;
	height: 70px;
	position:absolute; top: 15px; left: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #666;
	padding: 0 0 0 80px;
	background: url(img2/logo.gif) no-repeat left top;
}

#header h1 span {
	display: none;
}

#ss {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	position:absolute; top:5px; left: 10px;
	color: #666;
}

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 200px;
	background: #f5f5f5 ;
}

#banner div {
	position: relative;
	margin: 0;
	padding: 20px 5px 10px 160px;
	_padding: 30px 10px 10px 160px;
	width: 390px;
	_width: 550px;
	height: 170px;
	_height: 200px;
	background: url(img/banner.jpg) ;
}

#header h2 {
	width: 380px;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	position:absolute; top: 25px; left: 280px;
}

#header p {
	margin: 0 ;
	padding: 0;
	width: 380px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
	position:absolute; top: 50px; left: 280px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------ */
#container {
	position: relative;
	width: 1000px;
	_width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	background: url(img/bbg.gif) #fff;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------ */
#index #main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: -30px 15px 0 0;
	padding: 0;
}

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: 0 15px 0 0;
	padding: 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------ */
#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 240px;
	padding: 0;
	margin:0 0 0 15px;
}
#side .sidernk{
 clear:both;
}
#side .sidernk .rbox{
 margin:0 0 10px 0;
 padding:0 0 10px 5px;
 clear:both;
 border-bottom:1px dotted #cacaca;
}
#side .sidernk div p{
 width:170px;
 float:right;
 margin:0;
}
/* 記事部分見出し
------------------------------------------------------ */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 40px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #444;
	background: url(img2/hd.gif) no-repeat top right;
}

.header-rank {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 60px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #fff;
	background: url(img2/toprankbana.gif) no-repeat top right;
}

.header-con {
        width: 715px;
        margin: 20px 0;
        background: #ededda;
}

.header-tex {
        width: 695px;
        color: #555;
        margin: 0 auto;
        padding: 10px 0 10px;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	padding: 5px 0 5px 20px;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.1em;
}

.header1.best1 {
	background: url(img/best1.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best2 {
	background: url(img/best2.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best3 {
	background: url(img/best3.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best4 {
	background: url(img/best4.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}
.header1.best5 {
	background: url(img/best5.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
        height: 25px;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 5px 5px 0 15px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
        background: url(img2/header2bg.gif) no-repeat;
	color: #000;
}

.header a, .header2 a  { text-decoration: none; }


p { margin: 15px 0; padding: 0; }

.entry {
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.entry1 {
 _width: 100%;
 margin: 0 0 20px 0;
 border: 1px solid #ccc;
 background: #fef9de;
 min-height: 115px;
 padding: 10px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more {
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター
------------------------------------------------------ */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(img/fbg.gif) top repeat-x #ccc;
}


#footer p { margin: 0; padding: 0; }

.copy { 
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background: url(img/foot.gif) top no-repeat;
}

/* サイドメニュー内部
------------------------------------------------------ */
#side ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
         clear:both;
}

#side li {
	width: 240px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
}

#side li a {
	width: auto; 
	_width: 100%; 
	padding: 10px 3px 10px 25px;
	color: #555;
	display: block;
	line-height: 1.5;
	margin: 0 0;
	font-size: 0.8em;
	text-decoration: underline;
	background: url(img2/li.gif);
}

#side li a:hover {
	color: #ff8c00;
	text-decoration: none;
	background: url(img2/lih.gif) no-repeat right ;
}

#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 0 25px;
        color: #000;
	text-align: left;
	font-size: 1em;
	line-height: 45px;
	display: block; 
	background: url(img2/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a {
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 50px;
	display: block; 
	background: url(img2/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a:hover {
	background: url(img2/sth.gif) ;
	border-left: none;
}

.sidebottom{
 height:10px;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 25px 0 10px 30px;
	font-size: 0.9em;
	background: url(img2/mokuji.gif) no-repeat #fff;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.click a {
	position:absolute; bottom: 5px; right: 5px;
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0 25px 0 0;
	background: url(img/go.gif) no-repeat right top;
}

.click a:hover {
	background: url(img/goh.gif) no-repeat right top;
}


.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0 20px 0 0;
	background: url(img/gotop.gif) no-repeat right;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

#side p {
	margin: 10px 0;
	padding: 0;
}

.center { text-align: center; }

.img { margin: 0px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table { font-size: 1em; margin: 0; background: #ccc;}
td { background: #fff;}

form {
	width: auto;
	_width: 100%;
	margin: 10px 0 ;
	padding: 10px;
	font-size: 0.9em;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #f8f8f8;
	clear: both;
	text-align: center;
}

.hyou {
  width: 685px;
  border:solid 1px #999;
  border-collapse:collapse;
  text-align: center;
}  
.hyou td {
  width: 90px;
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}

.hyou1 td {
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}
.hyou th { 
  background: url(img2/hyoubg.gif) repeat-x;
  border:solid 1px #999;
  text-align: center;
}  


/* テキスト装飾
------------------------------------------------------ */
.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}
.br {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
	color: #cc0000;
}

.bb {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.4em;
}
.mblue { color: #4169e1; } /* 水色 */
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.wh{ background: #fff;}




.line /* 背景マーカー処理 */
{
    background: url("img/pinkline.gif") ;
}



/* サイト単位個別設定
------------------------------------------------------ */

.rnk1, .rnk2, .rnk3,
.rnk4, .rnk5, .rnk6 {
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk1 {height: 270px;}

.rnk1 p.more a, .rnk2 p.more a,
.rnk3 p.more a, .rnk4 p.more a,
.rnk5 p.more a, .rnk6 p.more a {
 display: block;
 width: 190px;
 height: 35px;
 float: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 margin: 0 5px 5px 0 ;
 }

.rnk1 p.more a span, .rnk2 p.more a span,
.rnk3 p.more a span, .rnk4 p.more a span,
.rnk5 p.more a span, .rnk6 p.more a span {
 display: none;
}

.rnk4 p.more, .rnk5 p.more, .rnk6 p.more {
font-size: 12px;
 }

.rnk1 {
 width: 690px;
 margin: 2px 0 0px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk2  {
 width: 315px;
 margin: 2px 17px 20px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3  {
 width: 315px;
 margin: 2px 0 10px 17px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk4  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}


.rnk5  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk6  {
 width: 200px;
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3 .header1,
.rnk4 .header1 {
	line-height: 1.3;
	padding: 10px 0 0 70px;
}

.rnk4 .header1,
.rnk5 .header1,
.rnk6 .header1 {
	font-size: 1.2em;
}

/*回り込み*/
.imgleft{
 float:left;
 margin:0 5px 5px 0;
}
.imgright{
 float:right;
 margin:0 0 5px 5px;
}

/*サイドバーランキング画像*/
.s1{
 display:block;
 width:170px;
 height:30px;
 background:url(img/s1.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s2{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s2.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s3{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s3.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s4{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s4.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}

/*運営者情報*/
.ask a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/unei.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right:0px;
}
.sitemap a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/sitemap.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 60px;
}

.ranking1{
 width:695px;
 _width:715px;
 margin:0 0 5px 0;
 padding:10px;
 background:url(img/topranking.gif) no-repeat bottom;
}
#main .ranking1 p{
 color:#6d5900;
}
.rtitle1{
 width:695px;
 _width:715px;
 height:45px;
 margin:10px 0 0 0;
 padding:5px 10px 0 10px;
 line-height:50px;
 font-size:1.6em;
 text-indent:70px;
 background:url(img/topranking.gif) no-repeat top;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 color:#6d5900;
}

.ranking2{
 width:715px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/topranking2.gif) no-repeat top;
}
.ranking2bottom{
 width:715px;
 height:10px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/topranking2.gif) no-repeat bottom;
}

.ranking02{
 width:335px;
 _width:355px;
 padding:0 10px 10px 10px;
 float:left;
}

.ranking03{
 width:335px;
 _width:345px;
 padding:0 10px 10px 0;
 float:right;
}


.rtitle2{
 display:block;
 height:50px;
 line-height:50px;
 padding:5px 0 0 0;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 font-size:1.6em;
 text-indent:60px;
}

.rank4 {
  border-collapse:collapse;
  margin: 5px 0;
  border: 1px solid #777;
}
.rank4 td{
  padding: 5px;
}
.rank4 .rank04 {
  background: #cfffca;
  margin: 5px;
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}

.rtitle5{
 display:block;
 width:600px;
 background:url(img/rtitle5.gif) no-repeat left;
 text-indent:50px;
 line-height:38px;
 float:right;
}
.rtitle6{
 display:block;
 width:600px;
 background:url(img/rtitle6.gif) no-repeat left;
 text-indent:50px;
 line-height:38px;
 float:right;
}


.clear{
 clear:both;
}

/* メインページ詳細
------------------------------------------------------ */
.shousai a{
  display:block;
  width:305px;
  height:39px;
  background:url(img2/shousai1.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:30px;
  top:20px;
  float:right;
}
.shousai a:hover{
  background:url(img2/shousai2.gif) no-repeat;
}

.shousai2 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img2/shousai02.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:20px;
  top:5px;
  float:right;
}
.shousai2 a:hover{
  background:url(img2/shousai22.gif) no-repeat;
}


/* 各ページテーブル詳細
------------------------------------------------------ */
.shop {
  width: 690px;
  border-collapse:collapse;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.shop td {
  padding: 5px 5px;
}
.shop1 {
  width: 340px;
  font-weight: bold;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-right: solid 1px #999;
  border-bottom: dashed 1px #999;
}
.shop2 {
  width: 340px;
  font-weight: bold;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-bottom: dashed 1px #999;
}
.shop3 {
  width: 340px;
  text-align: left;
  border-right: solid 1px #999;
}

.otamesi0 {
  border-collapse:collapse;
}

.otamesi {
  width: 320px;
  vertical-align: top;
  padding: 5px 5px;
  border-right: 1px solid #999;
}

.otamesi1 {
  widht: 30px;
  text-align: center;
  border: 1px solid #999;
  background: #fc9;
}

.otamesi2 {
  padding: 10px 10px;
  border: 1px solid #999;
}

.news{
 display:block;
 width:460px;
 border:1px solid #cacaca;
 line-height:26px;
 text-indent:20px;
 background:url(img/new.gif) no-repeat;
}

.info{
 display:block;
 width:460px;
 border:1px solid #cacaca;
 background:url(img/info.gif) no-repeat;
 line-height:26px;
 text-indent:20px;
}


/*文章ノート*/
#main p.note{
    width: auto;
    margin: 25px 20px 0 0;
    background-image: url(img/dottedline.gif);
    line-height: 25px;
}

/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/



/* ポイントマーク　画像 */
.p13mark
{
	font-size: 18px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 50px;
        color: #003399;
	background: url(img/po2.gif) no-repeat left;
　　　　padding:0 0 0 10px;

text-indent: 60px;

}

.p14mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 50px;
        color: #003399;
	background: url(img/po5.gif) no-repeat left;
　　　　padding:0 0 0 10px;
        text-indent: 60px;

}


.rnking11
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 60px;
        color: #dc143c;
	background: url(img/m_CROWN1k1a_ir.gif) no-repeat left;
　　　　padding:10px 0 0 0;

text-indent: 45px;

}

.rnking22
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 60px;
        color: #dc143c;
	background: url(img/m_CROWN1k2a_ir.gif) no-repeat left;
　　　　padding:10px 0 0 0;

text-indent: 45px;

}

.rnking33
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 60px;
        color: #dc143c;
	background: url(img/m_CROWN1k3a_ir.gif) no-repeat left;
　　　　padding:10px 0 0 0;

text-indent: 45px;

}

.rnking44
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #dc143c;
	background: url(img/r4bg.gif) no-repeat left;
　　　　padding:5px 0 0 0px;

text-indent: 50px;

}

.rnking55
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #dc143c;
	background: url(img/r5bg.gif) no-repeat left;
　　　　padding:5px 0 0 0px;

text-indent: 50px;

}

.rnking66
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #dc143c;
	background: url(img/r6bg.gif) no-repeat left;
　　　　padding:5px 0 0 0px;

text-indent: 50px;

}

.rnking77
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #dc143c;
	background: url(img/r7bg.gif) no-repeat left;
　　　　padding:5px 0 0 0px;

text-indent: 50px;

}

.rnking88
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:31px;
	height: 35px;
        color: #dc143c;
	background: url(img/r8bg.gif) no-repeat left;
　　　　padding:5px 0 0 0px;

text-indent: 50px;

}


.point3{
     background:url(img/s-point3cg.jpg) no-repeat top;
     width:680px;
     _width:680px;
     padding:5px 20px;
}

.point3bottom{
     background:url(img/s-point3cgbottom.jpg) no-repeat top;
     width:680px;
     _width:680px;
     height:10px;
}


.box10
{
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    border: 5px double #d3d3d3;
}

