@charset "utf-8";

/*
全体指定
-------------------------------------------------------------------*/
body{
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../img/backtop.gif) repeat-y center top fixed;
}

body p{
	font-size: 14px;
	color: #808080;
	padding: 0px 5px 0px 0px;
}


/*
ヘッダーバー
-------------------------------------------------------------------*/
#headbar{
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/backtop.gif) repeat-y center top fixed;
	background-color: #000000;
}

#headbar h1{
	position: absolute;
	top:0px;
	display: block;
	height: 30px;
	margin: 6px 0px 0px 15px;
	font-size: 8pt;
	font-weight: normal;
	color: #eee;
}

/*
ヘッダーバー２
-------------------------------------------------------------------*/
#headbar2{
	position: fixed !important;
	top: 0;
	right: 0;


}

#headbar2 h1{
	margin: 2px 0px 0px 15px;
	font-size: 8pt;
	font-weight: normal;
		text-indent: -9999px;
	color: #eee;
}

/*
サイト本体
-------------------------------------------------------------------*/
#container{
	width: 885px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

a img {
	border-style:none;
}


/*
本文（右＋左）
-------------------------------------------------------------------*/
#main{
	overflow: hidden;
}

/*
上部メニュー
-------------------------------------------------------------------*/
#menu {
	height: 23px;
	width: 885px;
	background: url(../img/menuback.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding :0;
	list-style-type : none;
}

#menu li {
	margin:0;
	float:left;
}

#menu a {
	display: block;
	height: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #ccc;
	text-decoration:none;
	text-align:center;
	width: 123px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #369;
}

#menu a:hover {
	background: url(../img/menuback2.gif) repeat-x;
	color: #f00;
}

/*
パンくずメニュー
-------------------------------------------------------------------*/
#pankuzu{
	margin: 0;
}

#pankuzu p{
	font-size: 12px;
	color= #ffffff;
	padding-top: 0px;
	padding-left: 5px;
}

/*
本文（左カラム）
-------------------------------------------------------------------*/
#leftbox{
	font-size: 16px;
	overflow: hidden;
	width: 800px;
	height: auto;
	margin-left: 42px;
}

/*
H２
-------------------------------------------------------------------*/
#leftbox h2{
	clear: both;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	text-align: left;
}

/*
H３タイトル
-------------------------------------------------------------------*/
#leftbox .h3title h3{
	clear: both;
	height: 80px;
	color:#f00;
	font-size:32px;
	font-weight:bold;
	background-image: url(../img/h3-pen.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 45px;
	padding-top: 5px;
        	text-align: left;
}

/*
H４タイトル
-------------------------------------------------------------------*/
#leftbox .h4title h4{
	clear: both;
	height: 30px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	background-image: url(../img/h4-550pink.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 3px;
        	text-align: left;
}


/*
新着モジュール
-------------------------------------------------------------------*/
#leftbox .news{
	padding:0px 0px 0px 10px;
	width: 535px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/line2.gif);
	background-repeat: repeat-xy;
	line-height: 25px;
}

#leftbox .news ul{
margin:0;
padding:0;
list-style:none;
}

#leftbox .news li{
color:#0000ee;
font-size:1em;
font-weight:normal;
text-align:left;
padding:0 0 0 20px;
background:url("../img/list.gif") no-repeat;
} 


/*
イントロモジュール
-------------------------------------------------------------------*/
#leftbox .intro{
	width: 800px;
	margin: 5px auto;
	text-align: left;
	background-image: url(../img/line2.gif);
	line-height: 25px;
}

#leftbox .intro p{
	color: #111;
	font-size:0.85em;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*
ピックアップモジュール
-------------------------------------------------------------------*/
div#leftbox .pickup{
	width: 795px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FFFFE8;
	border: 3px solid #003900;
}

div#leftbox .pickup p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height:150%;
}

.pickuptitle {
	font-size: 16px;
	color: #333;
	background: url(../img/checkbarpink.gif);
	background-repeat: no-repeat;
	display: block;
	width: 535px;
	height: 30px;
	padding-left: 85px;
	padding-top: 5px;
	margin: 5px;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
	border: 0px solid #aaa;
}

.pickuptitle a{
	text-decoration:none;
}


/*
ピックアップモジュール２
-------------------------------------------------------------------*/
div#leftbox .pickup2{
	width: 793px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FFFFE8;
	border: 3px solid #0033CC;
}

div#leftbox .pickup2 p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	line-height:150%;
}

/*
ピックアップモジュール３
-------------------------------------------------------------------*/
div#leftbox .pickup3{
	width: 785px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FBEDD2;
	border: 6px solid #8A8A00;
}

div#leftbox .pickup3 p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	line-height:150%;
}


/*
感想モジュール
-------------------------------------------------------------------*/
div#leftbox .kansou{
	width: 795px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FaFaFa;
	border: 3px solid #aaa;
}

div#leftbox .kansou p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	line-height:120%;
}


/*
特商法モジュール
-------------------------------------------------------------------*/
div#leftbox .tokusyohoyou{
	width: 795px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FaFaFa;
	border: 3px solid #aaa;
}

div#leftbox .tokusyohoyou p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height:120%;
}


/*
ＦＡＱモジュール
-------------------------------------------------------------------*/
div#leftbox .faq{
	width: 795px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 15px 0px;
	background-color: #FFFFE8;
	border: 3px solid #003900;
}

div#leftbox .faq p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;

}

div#leftbox .faq img{
	vertical-align: middle;
}


/*
レビューモジュール
-------------------------------------------------------------------*/
div#leftbox .review{
	width: 795px;
	height: auto;

	margin-left: 0px;
	margin-bottom: 5px;
	padding: 5px 5px 15px 5px;
	border: 0px solid #CACACA;
}

div#leftbox .review p{
	font-size:14px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height:180%;
}

/*
追伸モジュール
-------------------------------------------------------------------*/
div#leftbox .tsuishin{
	width: 795px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 5px 5px 15px 5px;
	border: 0px solid #CACACA;
}

div#leftbox .tsuishin p{
	font-size:14px;
	font-weight:bold;
	color: #111;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height:180%;
}

/*
ユーザーボイスモジュール
-------------------------------------------------------------------*/
div#leftbox .usersvoice{
	width: 520px;
	height: auto;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #CACACA;
}


div#leftbox .usersvoice p{
	overflow: hidden;
	font-size:12px;
	font-weight:normal;
	color: #111;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:150%;
}

div#leftbox .userimage {
	float: right;
	padding: 5px 5px 5px 5px;
}


div#leftbox .userimage span{
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.clear{
	clear: both;
	margin: 0 0 0 0;
}


/*
ロングテールモジュール
-------------------------------------------------------------------*/
div#leftbox .longtail{
	width: 520px;
	height: auto;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	border: 0px solid #CACACA;
	background-image: url(../img/backsuihei-water.gif);
}

div#leftbox .longtail p{
	color:#C8D9F1;
	margin:0;
	font-size:10px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:100%;
}


/*
ランキングモジュール
-------------------------------------------------------------------*/
#leftbox .ranking01 table{
	width: 540px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

#leftbox .ranking01 th{
	height: 30px;
	width: 510px;
	margin-left: 0px;
	background: url(../img/okan01.gif) no-repeat;
	text-align: left;
	text-decoration:none;
	line-height: 200%;
	font-size: 18px;
	font-weight:bold;
	color: #ff3333;
	padding-left: 45px;
}

#leftbox .ranking01 td{
	padding: 0;
}


#leftbox .ranking02 table{
	width: 540px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

#leftbox .ranking02 th{
	height: 30px;
	width: 510px;
	margin-left: 0px;
	background: url(../img/okan02.gif) no-repeat;
	text-align: left;
	text-decoration:none;
	line-height: 200%;
	font-size: 18px;
	font-weight:bold;
	color: #ff3333;
	padding-left: 45px;
}

#leftbox .ranking02 td{
	padding: 0;
}


#leftbox .ranking03 table{
	width: 540px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

#leftbox .ranking03 th{
	height: 30px;
	width: 510px;
	margin-left: 0px;
	background: url(../img/okan03.gif) no-repeat;
	text-align: left;
	text-decoration:none;
	line-height: 200%;
	font-size: 18px;
	font-weight:bold;
	color: #ff3333;
	padding-left: 45px;
}

#leftbox .ranking03 td{
	padding: 0;
}




.point{
	border: 1px solid #aaa;
	background: #eee;
	vertical-align: middle;
	text-align: left;
	height: 30px;
	color: #111;
	font-size: 12px;

}

.point img{
	padding-left: 5px;
	vertical-align: middle;
}

.number{
	width: 130px;
	height: auto;
	border: 0px solid #aaa;
	vertical-align: middle;
	text-align: center;
}


.coment{
	width: 300px;
	border: 0px solid #aaa;
}

.coment p{
	padding-left: 5px;
	padding-right: 10px;
	color: #111;
}


.syousaibtn{
	width: 90px;
	height: auto;
	border: 0px solid #aaa;
	vertical-align: middle;
	text-align: center;
}


.btn{
	margin: 0px;
	text-indent: -9999px;
}

.btn a{
	overflow: hidden;
	display: block;
	width: 80px;
	height: 60px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-image: url(../img/syousaiao.jpg);
	text-indent: -9999px;
}

.btn a:hover{
	background-image: url(../img/syousaiaka.jpg);
}



/*
ショーケースモジュール
-------------------------------------------------------------------*/
#leftbox .showcase table{
	width: 540px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 0px solid #aaa;
}

#leftbox .showcase td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.blank{
	width: 20px;
	border: 0px;
}

.showtitle{
	width: 260px;
	height: 30px;
	border: 1px solid #aaa;
	background: #eee;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #111;
}

.showbanner{
	width: 260px;
	height: auto;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 0px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: center;
}

.showcontents{
	width: 260px;
	border-top: 0px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 0px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
}

.showcontents p{
	padding-left: 5px;
	padding-right: 5px;
	color: #111;
}

.showshosai{
	width: 260px;
	height: 60px;
	border-top: 0px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: center;
	vertical-align: middle;
}

.btn2{
	margin: 0px;
}

.btn2 a{
	overflow: hidden;
	text-align: center;
	display: block;
	width: 240px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url(../img/btnlongao.gif);
	padding-top: 12px;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
}

.btn2 a:hover{
	background-image: url(../img/btnlongaka.gif);
}







/*-----BOX用のタイトル-----*/
/*BOXのタイトル*/



.title {
	font-size: 16px;
	line-height: 150%;
	color: #0000cc;				/*←文字色*/
	background: url(../img/menubg5.gif);	/*←背景色*/
	display: block;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
}

.title a{
text-decoration:none;
}


/*画像の位置を指定します*/

.imgc {
	margin: 5px 0px 5px 5px;
	padding: 0;
	text-align:center;
}

.imgl {
	margin: 5px 5px 10px 5px;
	padding-top: 0px;
	float: left;
}

.imgr {
	margin: 5px 5px 10px 5px;
	padding-top: 0px;
	float: right;
}

.caption {
	color: #555;
	font-size: 12px;
}



/*BOX（枠）（背景白）（ランキングの表組）*/
.box-waku{
	color:#333333;
	font-size:12px;
	line-height:130%;
	font-weight:normal;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	height: auto;
	width: 550px;
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.box-waku2{
	font-size:12px;
	line-height:130%;
	font-weight:normal;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	height: auto;
	width: 550px;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.box-waku2 p{
	color:#333333;
}

.box-wakuwaku{
	color:#666666;
	font-size:11px;
	line-height:130%;
	font-weight:normal;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: auto;
	width: 550px;
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.con_01{
	float: left;
	width: 50px;
}

.con_02{
	float: left;
	width: 80px;
}

.con_03{
	float: left;
	width: 120px;
}

.con_04{
	float: left;
	width: 99px;
}

.con_05{
	float: left;
	width: 99px;
}

/*フロート*/
.f-left{
	display: block;
	float: left;
	width: 125px;
	padding-left: 5px;
	padding-top: 15px;
}

.f-right_01{
	display: block;
	float: left;
	width: 305px;
	padding-left: 15px;
}


.f-right_02{
	display: block;
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	width: 80px;
}

.no_border {
    border-style:none;
}




.content{
	margin: 10px 0px 0px 0px;
}

.content p{
	padding: 10px 0px 0px 5px;
	font-size: 10pt;
	line-height: 13pt;
	color: #aaaaaa;
}

.hbbn{
	margin: 10px 0px 10px 5px;
}

.hbtx4{
display: block;
width: 530px;
	color:#929286;
	font-size:12px;
	line-height:140%;
	font-weight:normal;
	margin-left: 10px;
	padding:5px 10px 0px 10px;
	background: #FFFFD2;
}




div#leftbox h3{
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	background: url(../img/h2.jpg) no-repeat;
	font-size: 11pt;
	font-weight: bold;
	line-height: 28pt;
	color: #eee;
}



/*
フッタメニュー
-------------------------------------------------------------------*/
div#footer {
	clear:both;
	background-color: #fff;
	width : 885px ;
	height: auto;
	color:#999;
	line-height: 100%;
	font-size: 12px;
}

div#footer p{
	color:#999;
	text-align: left;
	padding-top: 3px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
}

div#footer a{
	color:#999;
	text-decoration:none;
	font-size:12px;
}

div#footer a:hover{
	color:#999;
	text-decoration:none;
	font-size:12px;
}

div#footer a:visited{
	color:#999;
	text-decoration:none;
	font-size:12px;
}

div#footer h4 {
	font-weight:normal;
	color:#999;

	padding-top: 0px;
		padding-right:20px;
	padding-left:20px;	
	font-size: 14px;
	border-width: 0px;
}

/*
リンク集
-------------------------------------------------------------------*/
div#footer .link{
	line-height:1em;
	margin-top:10px;
	margin-right:10px;
	margin-left: 10px;
	margin-bottom:10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:12px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

div#footer .link a{
	text-decoration:none;
}

div#footer .footermenu{
	display: block;
	background: #222;
	color: #999;
	margin-top:10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:12px;
	border-bottom: 1px solid #555;
}

div#footer .footermenu a{
	text-decoration:none;
	color: #999;
}

div#footer .footermenu a:visited{
	text-decoration:none;
	color: #999;
}

div#footer .copyright{
	background: #222;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size:12px;
	text-align: center;
	padding: 10px 5px 10px 5px;
}





div#footer .copyright a{
color:#aaa;
text-decoration:none;
}






/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #663300; }
.gray { color: #3d3737; }
.koime { color: #333333; }

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big {
	font-size: 18px;
	line-height:130%;
 }

.big1 {
	font-size: 24px;
	line-height:130%;
}

.big2 {
	font-size: 16px;
	line-height:130%;
}

.big3 {
	font-size: 18px;
	line-height:100%;
	font-weight: bold;
}

.small1 {
	font-size: 10px;
	line-height: 100%;
	font-weight: normal;
	}
	
.small2{
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	}

/*文字を装飾します*/
.line { background: #ffff00; }


/*文字列の位置を指定します*/
.goto1 {
	text-align: right;
	margin-right:5px;
}

.goto {
	margin: 5px 5px 0px 10px;
        text-align: right;
}

.strong{
	font-weight:normal;
}


/*
詳細ボタン
-------------------------------------------------------------------*/
.image a{
display:block;
width:80px;
background:url(../img/syousaiao.jpg) no-repeat;
height:60px;
line-height:50px;
}

.image a:hover{
background:url(../img/syousaiaka.jpg) no-repeat;
}


.image2 a{
display:block;
width:80px;
background:url(../img/syousaiao.jpg) no-repeat;
height:60px;
line-height:50px;
text-align: right;
}

.image2 a:hover{
background:url(../img/syousaiaka.jpg) no-repeat;
text-align: right;
}