/* CSS Document */


/*　基本指定　*/
* {
	margin: 0;
	padding:0;
}
img{
    border: none;
	margin: 0;
	padding:0;
}

a img {
  border: none;
}


/* 画像位置指定 */

.imgl {
	margin: 5px 10px 5px 0px;
	padding: 0;
	float: left;
}

.imgr {
	margin: 5px 0px 5px 10px;
	padding: 0;
	float: right;
}


/*文字装飾*/

/*文字色指定*/
.red { color: #ff0000; }
.blue { color: #0000cc; }
.orange { color: #FF9900; }
.green { color: #00CC33; }
.light_b { color: #33CCFF; }


/*太文字指定*/
.b { font-weight: bold; }

/*太文字指定*/
.b { font-weight: bold; }

/*フォントの大きさ指定*/

.xx-small { font-size:58% }
.x-small { font-size:69% }
.small { font-size:83% }
.large { font-size:120% }
.x-large { font-size:144% }
.xx-large { font-size:172% }



/*文字装飾*/
.yline { background: #ffff00; }



.link_r {
	text-align: right;
	margin-right:10px;
}

#content .to-center {text-align:center;}
#content .to-right {text-align:right;}


body {
    height: 100%;
	text-align: center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
#wrapper {
	text-align: left;
	width: 840px;
	margin: 0px auto;
       background: url(img/bg.gif) repeat-y;
}

#content {
	text-align: left;
	width: 780px;
	margin: 0px auto;
}
#header {
	height: 542px;
	width: 780px;
	background-image: url(img/top.jpg);
}






/*文字指定*/

h1 {
	font-size: 10px;
	background-color: #000000;
	height: 15px;
	text-align: right;
	background-position: center;
	color:#fff;
	width: 775px;
	padding-right: 5px;
}

h2 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	text-indent: 0.8em;
	background-image: url(img/01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 780px;

}

h3 {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-indent: 0.8em;
	width: 780px;
}

p {
	line-height:20px;
	padding-bottom: 10px;
}

/*記事指定*/

.mein {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}



#content .to-center {text-align:center;}
.ct {
	text-align: center;
}

.mein .ct {
	background-image: url(img/bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

.mein .ct a{
	background-image: url(img/bt_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	display: block;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 468px;
}


.mein .ct a:hover{
	background-image: url(img/bt_on.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 468px;
}


#content .to-right {text-align:right;}



/*ボックス指定*/

.box {
	margin: 15px 0px;
}

.box .photo {
	float: left;
	display: inline;
	padding: 0px 5px;
}

.box .text {
	padding-bottom: 20px;
}

.text p {
	padding:5px 0px;
	background:url(img/line.gif);
	line-height:25px;
}

.story {
	margin-bottom: 30px;
}

.story_2 {
	padding: 0px;
}


/*サイド指定*/

#side {
	float: left;
	width: 234px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;

}
#side .sidetitle {
	background: url(img/side.gif) no-repeat;
	height: 35px;
	margin-top: 15px;
	line-height: 35px;
	text-indent: 2em;
	color: #fff;
	font-weight: bold;
}

#side ul {
	list-style:none;
	width: 234px;
	clear: both;
	padding-bottom: 20px;
}
#side li {
	height:40px;
	overflow:hidden;
	list-style-type: none;
	width: 234px;
	background: url(img/li_img.gif) no-repeat;
	line-height: 40px;
	text-indent: 2em;
	font-weight: bold;
}

#side li a {
	display:block;
	width: 234px;
	height:40px;
	text-decoration: none;
	color: #666666;
}

#side li a:hover {
	background-image: url(img/li_img_2.gif);
}

#side .koukoku {
	text-align: center;
}




/*フッター指定指定*/

#space {
	width: 700px;
	color: #999999;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#frontfooter p{
	font-size: 10px;
	color: #999999;
}

#footer p {
 	text-align: center;
	padding-top: 10px; 
}
#footer a {
	color: #333333;
}


#footer {
	padding: 5px 30px 0px 30px;
	height: 70px;
	font-size: 10px;
	line-height: 14px;
	background: #ededed;
	clear: both;
}

#footer .page {
	margin-left: 7px;
	font-size: 10px;
	text-align: left;
	padding: 0px;
}


/*ランキング用--------------------------------------------*/



table#ranking_box{
	width:500px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#ranking_box td{
	margin:0;
	border: 1px solid #757575;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 140%;
	background-color: #FFF;
}

table#ranking_box td.rank{
	width:autox;
	margin:0;
	border: 1px solid #757575;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(img/table.gif);
}

table#ranking_box td.rank1{
	width:auto;
	margin:0;
	border: 1px solid #757575;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

table#ranking_box td a:link{
	color:#0000ff;
	text-decoration:none;
}

table#ranking_box td a:hover{
	color:red;
	text-decoration:none;
}

table#ranking_box td a:visited{
	text-decoration:none;
	color: #000099;
}

.brand_name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inducement {
	margin: 10px 28px 10px 10px;
	text-align: right;
}
#pankuzu {
	height: 30px;
}
