/*ここは消さないで下さい!*/
/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
background: #F1ECDC url("http://www.sports-joho.com/power/img/back.png") repeat-x;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* strong */
strong {font-weight: normal;}

/* 画像の属性 */
img {border: none; margin: 0;}


a:link, a:visited, a:active {color: #000099;text-decoration: underline;}
a:hover{color : #cc0000;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 960px;
	margin: 0 auto;
	background: url("http://www.sports-joho.com/power/img/base_back.jpg") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 900px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

/*  ヘッダー  */
#header h1 {
 position: absolute;
 top: 50px;
 left: 165px;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-decoration: none;
}

#header h1 a:hover {
 color: #FF9900;
 text-decoration: underline;
}

#header2 {
	height:190px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: #7A4301 url("http://www.sports-joho.com/power/img/header2.jpg") no-repeat;
}
#header2 p{
	position: absolute;
	top: 120px;
	left: 160px;
	width: 480px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

#header a:link, #header a:visited, #header a:active {color: #FFF;text-decoration: underline;}
#header a:hover{color : #FF9900;text-decoration: none;}

#header .ads_header{
	text-align: center;
}
.rss{	
	position: absolute;
	top: 170px;
	right: 25px;
}

/*  パンくずリスト  */
.navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #337799;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  記事枠等の属性  */
#content {
	float: left;
	width: 650px;	
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
clear:both;
}

#content h2{
	margin: 5px 0 10px 10px;
	font-size: 123%;
	color: #0F3357;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	border-left: 10px solid #d4bb3c;
        background:#f7f5eb;
clear:both;
}

#content h3 {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	color: #176782;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
clear:both;
}

#content h3.post {
	margin: 10px 5px 0 5px;
	border: 0px;
	color: #0F3357;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 20px;
	background: url("http://www.sports-joho.com/power/img/h3_back.gif") no-repeat top left;
clear:both;
}
			
#content h3.post a {
	color: #0F3357;
	text-decoration: underline;
}
					
#content h3.post a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #176782;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
clear:both;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
clear:both;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin: 0 10px 20px 20px;
	text-align: left;
clear:both;
}

#content .doc p{
	padding: 5px 0;
clear:both;
}

/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	margin: 10px 20px;
	padding: 5px;
	text-align: center;
}

#content .next{
	text-align: right;
}

/*  サイドメニュー等の属性  */
#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#sidebar h2{
	margin: 10px 0 0 0;
 	background: url("http://www.sports-joho.com/power/img/sh2_back.gif") no-repeat top left;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar .search{	
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #555;
	background: #33663B;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#sidebar ul.menu li.c1 a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
 	font-size: 14px;
       padding-left:40px;
 	line-height: 170%;
 	overflow: hidden;
	background: #E7EBC3 url("http://www.sports-joho.com/power/img/menu01.gif") no-repeat;
}

#sidebar ul.menu li.c1 a:hover {
	background: #EAE7C4 url("http://www.sports-joho.com/power/img/menu02.gif") no-repeat;
	color: #FF6633;
	text-decoration: underline;
}


#sidebar ul.menu li a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 40px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
border-bottom: 1px solid #ccc;
 	overflow: hidden;
	background: #FFF url("http://www.sports-joho.com/power/img/menu03.gif") no-repeat;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("http://www.sports-joho.com/power/img/menu04.gif") no-repeat;
	color: #FF6633;
	text-decoration: underline;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
	background: #FFF url("http://www.sports-joho.com/power/img/arch01.gif") no-repeat;
}

#sidebar ul.arch li a:hover {
	background: #FFF url("http://www.sports-joho.com/power/img/arch02.gif") no-repeat;
	color: #FF6633;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 250px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	width: 960px;
 	height: 60px;
 	margin: 0;
 	color: #999;
 	padding: 0;
 	text-align: left;
	background: url("http://www.sports-joho.com/power/img/footer_back.jpg") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
        float:right;
        margin: 0px 0px 0px 10px;
}


.style1 {
color: #000066;
font-weight: bold;
font-size:15px;
background:#FFF5EC;
border-bottom: 1px dotted #DDD;
border-left:5px solid #663300;
}

.style2 {
color: #000000;
font-weight: bold;
font-size:14px;
}

.style3 {
color: #cc0000;
font-weight: bold;
font-size:14px;
}

.style4 {
color: #333333;
font-weight: normal;
font-size:13px;
}

.style5 {
color: #ff6600;
font-weight: bold;
font-size:13px;
}

.style6 {
color: #cc0000;
font-weight: bold;
font-size:13px;
}
.yellow{background:#ffff99; font-size: 13px;
font-weight: bold;
}



/*テーブル*/
/*紹介ブロック*/
#block1 {
	float: left;
	width: 300px;
	margin: 5px 0px;
	padding: 0px;
text-align:left;
}
#block2 {
	margin: 5px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 300px;
text-align:left;
}
.komidashi {
	font-size: 14px;
        text-align:left;
	color: #531515;
	background: #F7F7EF;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #800080;
	border-left: 6px solid #800080;
}
.image {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
}
.sample{
background-image: url(img/arrow.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 11pt;
padding: 5px 0px 4px 20px;
}

/*テーブル*/
table {
border-top:1px solid #cd853f;
border-left:1px solid #cd853f;
border-collapse:collapse;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#a52a2a;
}
td,
th {
padding:5px;
border-right:1px solid #cd853f;
border-bottom:1px solid #cd853f;
}

th {

font-size:12px;
font-weight:normal;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
border-style: none;
}

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}


.bar{
text-align:center;
}
/*ランクボックス*/
#content .img_box {
	float: left;
	text-align: left;
	margin: 4px;
	padding-right: 5px;
	padding-left: 1px;
	padding-bottom: 5px;
	width: 190px;
        height:220px;
	padding-top: 0px;
        background: url("http://www.click-bank.jp/kabu1/img/3box.jpg") no-repeat top left;
}

#base #wrap #content .img_box a {
	font-size: 10px;
}

#content .img_box2 {
	text-align: center;
	margin: 10px;
}

#content .img_box3 {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*初めての人へ：削除しない*/
#content .menu_bnr{
 background:url(http://www.click-bank.jp/kabu1/img/hazimete_info.png) no-repeat left top;
 width:640px;
 height:175px;
 overflow:hidden;
}


#content .menu_bnr table{
 width:400px;
 margin:45px 0px 60px 220px;
}

#content .menu_bnr table,
#content .menu_bnr table th,
#content .menu_bnr table td{
 border:none;
}

#content .menu_bnr table td{
 padding:2px;
}


#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
        float:right;
        margin: 0px 0px 0px 10px;
}



/*テーブル内指示*/
	.meisai{
		background:#0082c2;
		color:#ffffff;
		text-align:center;
	}
	.title{
		background: url("http://www.card-joho.com/gold-card/img/title650.png") no-repeat top left;
		color:#d3000e;
                font-weight:bold;
                font-size:14px;
                padding-left:15px
	}
	.kihon{
		background: url("http://www.card-joho.com/gold-card/img/company_title650.png") no-repeat top left;
		color:#910000;
                font-weight:bold;
                font-size:14px;
                padding-left:15px
	}
	.point{
		background: #e6ead7 url("http://www.card-joho.com/gold-card/img/point_title650.png") no-repeat top left;
		color:#910000;
                font-weight:bold;
                font-size:14px;
                padding-left:15px
	}
.icon{
background:#f6f6f6;
color:876447;
font-size:12px;
text-align:left;
}	
.star{
		background:#ffff33;
		color:#cc0000;
		text-align:center;
	}
	.star2{
		color:#cc0000;
		text-align:center;
	}
	.body{
		background:#fafaf3;
		color:#000000;
		text-align:center;
	}
	.body2{
		background:#95bc7d;
		color:#fff;
		text-align:left;
	}
       .body3{
               background:#fafaf3;
               color:#000000:
               font-size:12px;
               text-align:left;
       }
       .body4{
               background:#f6f6f6;
               text-align:center;
}
       .body5{
              background:#FCF9E9;
              text-align:center;
              }
       .body6{
              background:#FCF9E9;
              text-align:left;
              }


	.botan{
		background:#fff;
		color:#000000;
		text-align:right;
	}
	.botan2{
		background:#FFF0E1;
		color:#000000;
		text-align:center;
	}
	.kamoku{
		background: #f9f8ec url("http://www.card-joho.com/gold-card/img/kamoku150.jpg") no-repeat top left;
		color:#876447;
		text-align:left;
                font-weight:bold;
	}

	.kamoku2{
		background: #f9f8ec url("http://www.card-joho.com/gold-card/img/kamoku130.png") no-repeat top left;
		color:#480000;
		text-align:center;
                font-weight:bold;
	}

	.kamoku3{
		background: #f9f8ec;
		color:#333333;
		text-align:center;
                font-weight:normal;
	}
.kamoku4{
           background:#E2CEA0;
           color:4f0000;
           text-align:center;
           font-size:13px;
           font-weight:bold;
}
.koumoku{
background: url("http://www.card-joho.com/gold-card/img/koumoku550.png") no-repeat top left;
text-align:center;
color:#4f0000;
font-size:13px;
font-weight:bold;
}

.title5{
font-size:16px;
font-weight:bold;
color:#4d0000;
padding-left:60px;
line-height:50px;
}

.card275{
		background:#ffffff;
		color:#000000;
		text-align:center;
	}
	.title2{
		background: url("http://www.cash-money.jp/info/img/th-bar2.png") no-repeat top left;
		color:#ffffcc;
		text-align:left;
                padding-left:20px;
                font-weight:bold;
                font-size:16px;
	}
.bar468{
text-align:center;
color:#000099;
font-size:12px;
font-weight:bold;
background:#f7f5e6;
}

.two_table{
width:550px;
}

.two_table table{
float:left;
}

table.left_table{
margin-right:40px;
}

table.left_table{
margin-bottom:20px;
}

/*ジャンル別*/
	.title3{
		background: url("http://www.cash-money.jp/info/img/title250.jpg") no-repeat top left;
		color:#ffffff;
                font-weight:bold;
                font-size:14px;
                text-align:left;
                padding-left:10px;
	}	

        .gazo2{
		background:#ffffff
		color:#333333;
                text-align:center;
}

        .meisai2{
		background:#F8F9F4;
		color:#333333;
                text-align:left;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
}


.comment{
background-image: url("http://www.card-joho.com/gold-card/img/arrow_y.gif");
background-repeat: no-repeat;
background-position: left;
font-size: 12px;
padding: 0px 0px 0px 16px;
} 

/*記事ポイント*/
.sample{
background-image: url(http://www.cash-money.jp/info/img/tama_04a.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#cc0000;
padding: 5px 0px 4px 20px;
}

.sample2{
background-image: url(http://www.card-joho.com/gold-card/img/arrow2.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 13px;
padding: 5px 0px 4px 20px;
}

.hakusyu{
background-image: url(http://www.cash-money.jp/info/img/hakusyu_blue.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 13pt;
padding: 5px 0px 4px 20px;
}

.title3{
background: url("http://www.card-joho.com/gold-card/img/card-in_title650.png") no-repeat top left;
color:#910000;
text-align:center;
font-weight:bold;
font-size:14px;
	}

/*個別ランキング共通*/
dl#ranking_list{
	margin:0 5px 15px;
}
dl#ranking_list dt{
	float:left;
}
dl#ranking_list dd{
	margin:0 0 0 120px;
	font-weight:bold;
}
dl#ranking_list dd.card_name{
	padding-left:32px;
}
dl#ranking_list dd.no1{
	background:url(http://www.card-joho.com/gold-card/img/ranking_1.gif) no-repeat 0 2px;
}
dl#ranking_list dd.no2{
	background:url(http://www.card-joho.com/gold-card/img/ranking_2.gif) no-repeat 0 2px;
}
dl#ranking_list dd.no3{
	background:url(http://www.card-joho.com/gold-card/img/ranking_3.gif) no-repeat 0 2px;
}
dl#ranking_list dd.pr{
	background:url(http://www.card-joho.com/gold-card/img/tyuumoku.gif) no-repeat 0 2px;
}
dl#ranking_list dd.details{
	margin-bottom:20px;
	font-weight:normal;
}

.red{
	color:#ff3300;
	font-weight:normal;
}

.clearfix {
	zoom: 1;
	overflow:hidden;
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}



dl,
dt,
dd,{
	margin: 0;
	padding: 0;
}

img {
	-ms-interpolation-mode: bicubic;
}
textarea.link_tag{
	width:530px;
	margin-bottom:20px;
	padding:10px;
}

.rank{
background-image: url(http://www.card-joho.com/gold-card/img/rank-gold_bar.png);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
font-weight:bold;
color:#ffffff;
padding: 5px 0px 5px 20px;
margin:0 0 15px 0 ;
}
/*サイド*/
.pickup{
	margin: 10px 0 0 0;
 	background: url("http://www.card-joho.com/gold-card/img/sh22_back.png") no-repeat top left;
	font-weight: bold;
	font-size: 14px;
	line-height: 300%;
	color: #FFF;
       padding-left:35px;
	text-align: left;
	text-indent: 5px;
        height:40px;
}

.cha{
color:#5e0000;
font-size:12px;
font-weight:bold;
}

.two_table{
width:550px;
}

.two_table table{
float:left;
}

table.left_table{
margin-right:40px;
}

table.left_table{
margin-bottom:20px;
}

/*ジャンル別*/
	.title3{
		background: url("http://www.cash-money.jp/info/img/title250.jpg") no-repeat top left;
		color:#ffffff;
                font-weight:bold;
                font-size:14px;
                text-align:left;
                padding-left:10px;
	}	

        .gazo2{
		background:#ffffff
		color:#333333;
                text-align:center;
}

        .meisai2{
		background:#F8F9F4;
		color:#333333;
                text-align:left;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
}

.akaya{
background: url("http://www.sports-joho.com/power/img/akaya.gif") no-repeat top left;
background-position: left;
font-size: 12px;
padding-left:15px;;
margin: 0 10px 0 10px;
} 

.red {
color:#DB0000;
font-size:12px;
}

.red2{
	color:#ff3300;
	font-weight:normal;
}

.tb_title{
background: #E4EEF3 url(http://www.sports-joho.com/power/img/tb_title.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 15px;
font-weight:normal;
padding: 0px 0px 0px 20px;
height:30px;
line-height:26px;
color:#333333;
font-family: "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W5";
border-left:1px solid #7BADC8;
border-right:1px solid #7BADC8;
border-top:1px solid #7BADC8;
border-bottom:1px solid #7BADC8;
}

.tb_kamoku {
font-size:13px;
border-left:1px solid #7BADC8;
border-right:1px solid #7BADC8;
border-bottom:1px solid #7BADC8;
}

.tb_kamoku1 {
font-size:14px;
text-align:center;
font-weight:bold;
background: #E4EEF3;
border-left:1px solid #7BADC8;
border-right:1px solid #7BADC8;
border-bottom:1px solid #7BADC8;
}

.tb_kamoku2 {
font-size:13px;
text-align:center;
border-left:1px solid #7BADC8;
border-right:1px solid #7BADC8;
border-bottom:1px solid #7BADC8;
}

.tb_kamoku3 {
font-size:13px;
text-align:right;
font-weight:bold;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

.ao-b {
font-size:14px;
font-weight:bold;
}


