﻿* {
margin: 0;
padding:0;
border:0;
}

.clear {
clear:both;
}

a {
color: blue;
text-decoration: underline;
}

a:link,a:visited,a:active {
color: #0000ff;
}

a:hover {
color: #ff0000;
}

/*色を指定します*/
.kuro { color: #000000; }
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.big18 { font-size: 18px; }
.big24 { font-size: 24px; }
.big16 { font-size: 16px; }

/*文字を装飾します*/
.line { background: #ffff00; }


/*文字列を右に指定します*/
/*下に余白なし*/
.goto1 {
	margin: 1px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 14px;
}

/*下に余白あり*/
.goto2 {
	margin: 5px 10px 0px 10px;
	padding-bottom: 10px;
        text-align: right;
	font-size: 14px;
}
	

/*画像の位置を指定します*/
.imgl {
	margin: 3px 10px 5px 3px;
	padding: 0;
	float: left;
}


.imgr {
	margin: 3px 5px 5px 10px;
	padding: 0;
	float: right;
}

/*ページトップ*/
.pagetop {
	margin: 5px 2px 5px 10px;
	padding:0px;
	text-align: right;
	font-size: 12px;
}

strong{
	font-weight:normal;
}


/*
ベース
-------------------------------------------------------------------*/

body {
	width: 830px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background:url(img/bana-bg.jpg) repeat-x #eeeeea;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	width: 830px;
	background: url(img/cont-bg.jpg) repeat-y #fff;
	border-top: none;
	border-bottom: none;
	position:relative;
}


/*
ヘッダー用
-------------------------------------------------------------------*/

#banner {
	background: url(img/bana.jpg) no-repeat left top #fff;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 110px;
}

#banner h1 {
	padding-top: 2px;
	padding-right: 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #aaa;
}

#banner p {
	background: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #757560;
	font-size: 14px;
	padding-top: 26px;
	line-height: 120%;
}

#banner #sub {
	background: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #757560;
	font-size: 14px;
	padding-top: 30px;
	line-height: 120%;
}

#banner #logo {
	clear: both;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}


/*
フラッシュ
-------------------------------------------------------------------*/

#top-java {
margin-bottom: 15px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#content {
	float: left;
	width: 590px;
	text-align: left;
	margin-left: 0px;
	padding-left:15px;
	padding-right:0px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: 5px;
	display: inline;
}

p {
	color: #333;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;

}


h2 {
	background: url(img/h2-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 32px;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #333;
	font-size: 18px;

}

h3 {
	background: url(img/h3-bg.gif) no-repeat left #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 17px;
	color: #333;
	font-size: 16px;
}


h4 {
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right:20px;
	font-size:16px;
	color: #003391;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}




/*
四画枠
-------------------------------------------------------------------*/


#hbtx1{
	color:#333333;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:15px 10px 0px 15px;
	background: none;
	border: 2px double #89C541;
	background: none;
        word-break: break-all
}

#hbtx1 p{
	color:#333333;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	background: none;
        word-break: break-all
}


/*
画面トップバナー位置（パンくず下）
-------------------------------------------------------------------*/

#topbanner {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

/*
サイドバー
-------------------------------------------------------------------*/

#right {
	float: right;
	width: 206px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;}

#right li {
	list-style-type: none;
}

#right_d {
	margin-bottom: 15px;
	padding: 5px;
	border: solid 1px #b9b8ab;
	width: 188px;
	background: #eeede9;}

#right_d h3 {

	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: block;  text-decoration: none;
	width: 188px;
	margin-bottom: 0px;
}

/*サイドーバーｈ３色分けー*/

.side1
{
	background: url(img/side-h31.jpg) no-repeat 0 0px;
}


.side2
{
	background: url(img/side-h32.jpg) no-repeat 0 0px;
}



/*サイドーバーカテゴリ部分*/

#side_d ul {
	margin-top:0px;
	margin-bottom: 5px;
}

#right_d li a {
	display: block; width: 100%; text-decoration: none;
	background: url(img/side-li.jpg) no-repeat 0 0px;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	width: 188px;
	color: #555;
	font-size: 12px;

}


#right_d li a:hover {
	background-position: 0 -30px;
	text-decoration: none;
	color: #0c263f;
}



/*サイドーバーランキング・広告バッグ白*/

#right #side_pr {
	margin-bottom: 15px;
	padding: 5px;
	border: solid 1px #b9b8ab;
	width: 188px;
	background: #fff;}

#right #side_pr h3 {
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: block;  text-decoration: none;
	width: 188px;
	margin-bottom:15px;
	margin-top:0px;
}


/*サイドーバーランキング・広告バッググレー*/

#right #side_pr2 {
	margin-bottom: 15px;
	padding: 5px;
	width: 188px;
	background: #ebeae5;
	text-align: center;
}

#right #side_pr2 h3 {
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: block;  text-decoration: none;
	width: 188px;
	margin-bottom:15px;
	margin-top:0px;
}


/*サイドーバーランキング・王冠タイトル*/
/*説明*/
#right #side_pr p {
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	line-height:120%;
	font-size:12px;
	color:#333;
	background: none;
}

/*画像*/
.s-rank-img{
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;

}

/*タイトル*/
.s-rank1 a,.s-rank2 a,.s-rank3 a,.s-rank4 a,.s-rank5 a{
	color:red;
	font-weight:bold;
	font-size: 12px;
}

.s-rank1{
    　  display:block;
   　 　background:url(img/side_rank1.jpg) no-repeat;
        clear:both;
        padding-top:5px;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	padding-top: 4px;
        font-size: 12px;
	color: #ff0000;
}



.s-rank2{
    　  display:block;
   　 　background:url(img/side_rank2.jpg) no-repeat;
        clear:both;
        padding-top:5px;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	padding-top: 4px;
        font-size: 12px;
	color: #ff0000;
}
.s-rank3{
    　  display:block;
   　 　background:url(img/side_rank3.jpg) no-repeat;
        clear:both;
        padding-top:5px;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	padding-top: 4px;
        font-size: 12px;
	color: #ff0000;
}
.s-rank4{
    　  display:block;
   　 　background:url(img/side_rank4.jpg) no-repeat;
        clear:both;
        padding-top:5px;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	padding-top: 4px;
        font-size: 12px;
	color: #ff0000;
}
.s-rank5{
    　  display:block;
   　 　background:url(img/side_rank5.jpg) no-repeat;
        clear:both;
        padding-top:5px;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	padding-top: 4px;
        font-size: 12px;
	color: #ff0000;
}




#right img {
	border:none;
}

#righte p {
	padding: 10px;
}

#right p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


#right #gohome {
m	argin-bottom: 10px;
}

#right #gohome a {
	background: url(img/gohome.jpg) repeat-y;
	height: 40px;
	width: 200px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#right #gohome a:hover {
	background-position: 0 -40px;
}



/*
パンクズ
-------------------------------------------------------------------*/

p#pankuzu {
	background: none;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	line-height: 110%;
	position: absolute;
	top: 110px;
	left: 20px;
	font-size: 12px;
	color: #666;
}



p#pankuzu a {
	color:#6bb611;
}

p#pankuzu a:hover {
	color: #f97d1d;
	text-decoration: none;
}



/*
テーブル(個別記事用)
-------------------------------------------------------------------*/

table.kobetu  {
	background :#fff;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	color: #5d5d5d;
	width: 560px;
	border-collapse: collapse;
	font-size: 12px;
}

table.kobetu td {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;

}

table.kobetu th {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;
	background:#f8f3e7;
	font-weight: bold;
}

table.kobetu tr.td-c {
	text-align: center;
}


table.kobetu td.td-center {
	text-align: center;
	padding-left: 0px;
}

table.kobetu tr.td-c td{
	padding-left: 5px;
}

table.kobetu tr.td-c th{
	padding-left: 0px;
	padding-right: 0px;
}

table.kobetu th.th-c {
	text-align: center;

}


table.kobetu td.td-left {
	text-align: left;
}


/*
テーブルメインランキング
-------------------------------------------------------------------*/
table.rank-table1  {
	background :#fff;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	color: #5d5d5d;
	width: 560px;
	border-collapse: collapse;
	font-size: 12px;
}

table.rank-table1 td {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;

}

table.rank-table1 th {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;
	background:#f8f3e7;
	font-weight: bold;
}



table.rank-table1 td.rank-cap {
	padding: 5px;
	text-align: center;
}


table.rank-table1 td.rank-cap img {
	margin: 0px;
	padding: 3px;
	border: solid 1px #aaa;
	margin-bottom: 0px;
	text-align: center;
}


table.rank-table1 td.white {
	background: #f8f3e7;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #555;
}


table.rank-table1 td.white-2 {
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
	text-align: left;
	color: #555;
}

table.rank-table1 td.rank-mousikomi {
	padding-left: 100px;
	overflow: hidden;
}

table.rank-table1 td.rank-setumei {
	padding: 2px;
}

#content table.rank-table1 td.rank-setumei p {
	margin-bottom: 0px;
}



table.rank-table1 td.rank-cap a#rank-btn {
	overflow: hidden;
	display: block;
	width: 150px;
	height: 29px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/mousikomi.jpg);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-left: 13px;
	margin-top: 3px;
}

table.rank-table1 td.rank-cap a#rank-btn:hover {
	display: block;
	width: 150px;
	height: 29px;
	background-position:0 -29px;
	text-indent: -7777px;
}

/*
height: 40px;にするとランキングの線が太くなります
-------------------------------------------------------------------*/

.t-rank1 {
background: url(img/rank1.jpg) no-repeat;
height: 36px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank2 {
background: url(img/rank2.jpg) no-repeat;
height: 36px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}

.t-rank3 {
background: url(img/rank3.jpg) no-repeat;
height: 36px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}

.t-rank4 {
background: url(img/rank4.jpg) no-repeat;
height: 36px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank5 {
background: url(img/rank5.jpg) no-repeat;
height: 36px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

table.rank-table1 td.cap-bg {
background: url(img/cap-bg.jpg) no-repeat;
height: 33px;
font-size: 14px;
padding-left: 25px;
color:#333;
}



/*
概要
-------------------------------------------------------------------*/

.box1 {
	border: solid 1px #d4d0c8;
	background: #f8f3e7;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #777;

}

.box1 p {
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color: #777;
}

/*
キャンペーン
-------------------------------------------------------------------*/


.camp {
	width:560px;
	height:auto;
	text-align: left;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
}

.camp p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:130%;
	font-size:12px;
	color:#333;
	background: none;

}

/*
ボックス２用
-------------------------------------------------------------------*/


.box2 {
	float: left;
	height: 160px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background: none;
	background-position: bottom;
	position: relative;
}
.box2 h4 {
	margin: 0px;
	padding-left: 8px;
	background-image: url(img/bg_box2.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.box2 p {
	margin: 0px;
	background: none;
	font-size: 12px;
	color: #333;
	line-height: 16px;

}

.box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}


/*
フッターコピーライト
-------------------------------------------------------------------*/


#foot{
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	font-size:12px;
	color: #fff;
	background:  left bottom #008706;
	border-left: solid 1px #696967;
	border-right: solid 1px #696967;
	border-bottom: solid 1px #696967;
	clear:both;
}

#foot p {
	color: #fff;
	background: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	line-height: 26px;
	text-align: right;
	margin:0px;
	font-weight: bold;
	padding-right: 20px;
	background: none;

}

#foot p a{
	text-decoration: none;
	font-style:normal;
	color: #fff;
}

.clear {
clear:both;
}


/*
フッタメニュー
-------------------------------------------------------------------*/
#footer {

	color:#666;
	padding-top: 5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 12px;
	background-color: #EBEAE5;
	border-top: dotted 1px #999;
	border-left: solid 1px #696967;
	border-right: solid 1px #696967;
	clear:both;
}

#footer p{
	color:#777;
	text-align: right;
	padding: 0;
	margiin:0;
	font-size: 12px;
	background: none;
	clear:both;

}

#footer a{
	color:#666;
	text-decoration:none;
	font-size:12px;
	clear:both;

}

#footer h4 {
	font-weight:normal;
	color:#666;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 14px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear:both;

	
}



/*
ドットメニュー
-------------------------------------------------------------------*/
#dot {
	text-align:left;
	padding:10px 20px 0;
	font-size:12px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#666;
}


#dot a{
	color:#666;
	text-decoration:none;
}


