/* 基本レイアウト
------------------------------------------------------ */
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(img/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


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


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

#navi
{
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 65px;
    background: url(img/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 #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(img/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 0;
 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 10px 0;
	line-height: 45px;
	padding: 0 5px 0 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #fff;
	background: url(img/hd.gif) no-repeat top right;
}

.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%;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 0 5px 0 5px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
	color: #336699;
}

.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: 2px 0 10px 0;
 border: 1px dotted #ffcc00;
 background: #fffff0;
 min-height: 115px;
 padding: 10px;
}
.entry h3{
 background:url(img/h3.gif) no-repeat;
 line-height:30px;
 color:#fff;

 text-indent:20px;
 clear:both;
}

.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; 
        height: 25px;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
}

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

#side li a:hover {
	color: #cc0000;
	border-left: 5px solid #a9ddf3;
	background: url(img/lih.gif) no-repeat right ;
}

#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 0 20px;
        color: #fff;
	text-align: left;
	font-size: 1em;
        font-weight: bold;
	line-height: 40px;
	display: block; 
	background: url(img2/st.gif) no-repeat;
	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(img/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

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

.sidebottom{
 height:10px;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: url(img/boxbg.gif) no-repeat right bottom #f8f8f8;
}

#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: 0.8em; 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;
}


/* テキスト装飾
------------------------------------------------------ */
.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;
}

.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;
}




/* ランキング画像CSS処理*/

.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;
 margin:5px 10px 5px 10px;
}
.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;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 color:#6d5900;
 background:url(img/topranking.gif) no-repeat top;
}

.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.5em;
 text-indent:60px;
}

.ranking04{
 border:1px solid #cacaca;
 padding:10px;
 margin:5px 0 0 0;
}
.rtitle4{
 display:block;
 width:600px;
 background:url(img/rtitle4.gif) no-repeat left;
 text-indent:50px;
 line-height:38px;
 float:right;
}
.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;
}
.rtitle7{
 display:block;
 width:600px;
 background:url(img/rtitle7.gif) no-repeat left;
 text-indent:50px;
 line-height:38px;
 float:right;
}


.clear{
 clear:both;
}






.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}
/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/

.itembox{
 width:333px;
 padding:10px;
 height:auto;
 float:left;

}
.itembox2{
 width:333px;
 padding:10px;
 height:auto;
 float:right;

}
.itemrows{
 clear:both;
 width:715px;
 height:auto;
 margin: 0 0 0 0;
 background:url(img/itemrows.gif) no-repeat top;
}
.itemrowsbottom{
 height:10px;
 width:715px;
 margin: 0 0 8px 0;
 background:url(img/itemrows.gif) no-repeat bottom;
}

.chear{
 clear:both;
}
.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;
}

table.data {
    width: 100%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.data th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 1px 1px 0;
    background: #ff4c96;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.data td {
    padding: 5px;
    font-size: 1em;
    border: #ccc solid;
    border-width: 0 1px 1px 0;
    text-align: left;
}


.table01 {
    width: 100%;
    border: 1px #555 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

.table01 th {
    padding: 5px;
    border: #555 solid;
    border-width: 0 1px 1px 0;
    background: #ff4c96;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.table01 td {
    padding: 5px;
    font-size: 1em;
    border: #555 solid;
    border-width: 0 1px 1px 0;
    text-align: left;
}

/* 先月の売れ筋ランキングナビ
------------------------------------------------------ */
table.ranknavi {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}

.srnavi1 a {
   width: 180px;
   height: 46px;
   background: url(img2/purank2_03.gif) no-repeat;
   display:block;
}

.srnavi1 a:hover {
   background: url(img2/purank_03.gif) no-repeat;
}

.srnavi2 a {
   width: 189px;
   height: 46px;
   background: url(img2/purank2_04.gif) no-repeat;
   display:block;
}

.srnavi2 a:hover {
   background: url(img2/purank_04.gif) no-repeat;
}

.srnavi3 a {
   width: 209px;
   height: 46px;
   background: url(img2/purank2_05.gif) no-repeat;
   display:block;
}

.srnavi3 a:hover {
   background: url(img2/purank_05.gif) no-repeat;
}

/* 30代ランキング
------------------------------------------------------ */
.wprankwaku {
   width: 695px;
   background: url(img2/purankbg.gif) repeat-y;
   padding: 10px 0 0 10px;
}

table.wprankin {
    width: 675px;
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
    background: #fff;
    margin: 0 0 10px 0;
}

.wprank1 {
    width: 675px;
    height: 65px;
}

.wprank1 h3 {
   font-size: 1.7em;
   color: #222;
    width: 675px;
    height: 65px;
    padding: 0;
    background: url(img2/purank1.gif) no-repeat;
    line-height: 80px;
    text-align: left;
    text-indent: 110px;
}

table.wprankin td {
    vertical-align: top;
    padding: 5px 5px;
    border-width: 0;
    text-align: left;
    background: #fff;
}

/* 2位
------------------------------------------------------ */
.wprank2 {
    width: 675px;
    height: 65px;
}

.wprank2 h3 {
   font-size: 1.7em;
   color: #222;
    width: 675px;
    height: 65px;
    padding: 0;
    background: url(img2/purank2.gif) no-repeat;
    line-height: 80px;
    text-align: left;
    text-indent: 110px;
}

/* 3位
------------------------------------------------------ */
.wprank3 {
    width: 675px;
    height: 65px;
}

.wprank3 h3 {
   font-size: 1.7em;
   color: #222;
    width: 675px;
    height: 65px;
    padding: 0;
    background: url(img2/purank3.gif) no-repeat;
    line-height: 80px;
    text-align: left;
    text-indent: 110px;
}

/* 詳細・購入ボタン
------------------------------------------------------ */
.kuwasiku a {
  display:block;
  width: 151px;
  height: 47px;
  text-indent:-8000px;
  position:relative;
  top: 10px;
  background: url(img2/kuwasiku1.gif) no-repeat;
}

.kuwasiku a:hover {
   background: url(img2/kuwasiku2.gif) no-repeat;
}


.sshousai a{
  display:block;
  width: 300px;
  height: 74px;
  background: url(img/shousai9.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:200px;
  float:right;
}
.sshousai a:hover{
  background:url(img/shousai9h.gif) no-repeat;
}



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

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





/* ポイント
------------------------------------------------------ */
.rankpoint {
   background: url(img2/pointicon.gif) no-repeat;
   font-size: 1.2em;
   color: #cc0000;
   font-weight: bold;
   padding: 2px 0 0 20px;
}

/* ブログ記事資格adタブ表示用スタイル by maru */
ul.idTabs {
	background: #eee;
	padding: 0px;
	list-style: none;
	margin: 20px 0px 0px;
}
.idTabs li {
	float: left;
}
.idTabs a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

.idTabs .t1 {
	background: url(img/tab-1.gif) no-repeat;
	width: 135px;
}
.idTabs .t2{
	background: url(img/tab-2.gif) no-repeat;
	width: 135px;
}
.idTabs .t3 {
	background: url(img/tab-3.gif) no-repeat;
	width: 135px;
}
.idTabs .t4 {
	background: url(img/tab-4.gif) no-repeat;
	width: 135px;
}
.idTabs .t5 {
	background: url(img/tab-5.gif) no-repeat;
	width: 135px;
}

#tab1 {
	background: #cde9f2;
        padding-top: 10px;
	padding-bottom: 10px;
}
#tab2 {
	background: #fce8de;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab3 {
	background: #fff1bf;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab4 {
	background: #ded9fd;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab5 {
	background: #eeebbb;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*  /ブログ記事資格adタブ表示用スタイル */
/*エントリーフッターモジュール*/
.ad01{
	padding:15 0 15px;
	background:#cde9f2;
}
.ad02{
	padding:15 0 15px;
	background:#fce8de;
}
.ad03{
	padding:15 0 10px;
	background:#fff1bf;
}
.ad04{
	padding:15 0 10px;
	background:#ded9fd;
}
.ad05{
	padding:15 0 10px;
	background:#eeebbb;
}

.ad-box{
 padding:5px 5px 28px 5px;
 margin:0 10px 2px 10px;
 clear:both;
}
.ad01 .ad-box{ border:1px #7dc3dc solid; background:#f0faff;}
.ad02 .ad-box{ border:1px #f9c2a6 solid; background:#ffede6;}
.ad03 .ad-box{ border:1px #ffe85e solid; background:#f7f5d6;}
.ad04 .ad-box{ border:1px #a5a3e7 solid; background:#fff0f5;}
.ad05 .ad-box{ border:1px #d2cd4e solid; background:#f7f5d6;}

.ad-box p{
 margin:3px 0 0 0;
 padding-left:130px;
 font-size:0.9em;
 color:#5d5d5d;
}
.ad-box-title{ font-weight:bold; line-height:25px; text-indent: 35px;}
.ad01 .ad-box-title{ color:#ff0080; }
.ad02 .ad-box-title{ color:#2eb41e; }
.ad03 .ad-box-title{ color:#2078b7; }
.ad04 .ad-box-title{ color:#ff69b4; }
.ad05 .ad-box-title{ color:#2078b7; }


.r-1{
 display:block;
 background: url(img2/r1.gif) no-repeat left;
 margin:0 0 0 125px;
}
.r-2{
 display:block;
 background: url(img2/r2.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-3{
 display:block;
 background: url(img2/r3.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-4{
 display:block;
 background: url(img2/r4.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-5{
 display:block;
 background: url(img2/r5.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-6{
 display:block;
 background: url(img2/r6.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-7{
 display:block;
 background: url(img2/r7.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-8{
 display:block;
 background: url(img2/r8.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-9{
 display:block;
 background: url(img2/r9.gif) no-repeat left;
 margin:0 0 0 125px;
}


.slink a{ 
 background:url(img2/mou1.gif) no-repeat;
 display:block;
 width:97px;
 height:19px;
 margin:0px 0 0 550px;
 _margin:0px 0 0 550px;
 text-indent:-5000px;
 float:right;
 overflow:hidden;
}
.slink a:hover{
 background:url(img2/mou2.gif) no-repeat;
 overflow:hidden;
}




