@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #f8f2f1;
	color: #191919;
	font-size: 14px;
}

img {
	vertical-align: top;
	border: 0;
}

li {
	list-style-type: none;
}
a {
	color: #bc2841;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

#base {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

table {
	width: 100%;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	background-image: url(images/head.png);
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: repeat-x;
}

#header #logo {
	height:114px;
	width:940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header #logo h1 {
	position: absolute;
	top: 15px;
	left: 10px;
}
#header #logo h1 a {
	text-decoration: none;
}
#header #logo h2 {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 920px;
	background-color: #FFFFFF;
	padding: 15px 10px 10px 10px;
	background-image: url(images/main.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;

}
#content {
	float: left;
	width: 650px;
	padding-bottom: 50px;
}

#content #mainlist {
	margin-left: 7px;
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
	background-image: url(images/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 5px 10px 5px;
}

#content ul {
	padding: 5px;
	margin: 25px 5px 5px 5px;
}

#content li {
	line-height: 14px;
	padding: 0 0 0 24px;
	margin-bottom: 15px;
}

#content .check li {
	color: #E70049;
	line-height: 16px;
	font-weight: bold;
}

#mainlist ul {
	margin: 0;
	padding: 10px 20px 10px 20px;
}
#mainlist li {
	margin-bottom: 5px;
	background-image: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	font-weight: normal;
}
*html #mainlist li {
	line-height: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#mainlist li a {
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
	border-bottom: 1px dotted #D8D8D3;
	display: block;
	padding-top: 2px;
}
#mainlist li a:hover {
	background-image: url(images/li_ov.png);
}
*html #mainlist li a {
	line-height: 6px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
#content #mainlist h3 {
	color: #7A9496;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom: 2px solid #E1E6E6;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #F6F6F6;
	margin-top: 1px;
	margin-bottom: 15px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 5px;
	padding: 10px;
}
#content .box_in_plus {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 5px;
	padding: 10px;
	background-image: url(images/bg_plus.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
	letter-spacing: 1px;
	color: #480f0f;
	margin-bottom: 10px;
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .img_head {
	padding-left: 0px;
}
#content h3 {
	clear: both;
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border-top: 1px dotted #c62a2a;
	border-right: 1px dotted #c62a2a;
	border-bottom: 1px solid #c62a2a;
	border-left: 5px solid #c62a2a;
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	color: #c62a2a;
}

#content p {
	padding: 5px;
	line-height: 2.4em;
	margin: 5px 5px 10px 5px;
}

#content .adsense {
	font-size: 10px;
	color: #777;
	line-height: 1em;
}

#content .point {
	width: 578px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FFFBD3;
	border: 1px solid #FFEA00;
}

#content .pankuzu {
	font-size: 12px;
	color: #999;
	line-height: 1.6em;
	margin-bottom: 5px;
}

.rankarea {
	padding-left: 7px;
	padding-bottom: 10px;
}

/*----------*/

.imgleft {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 10px 20px 10px 10px;
}
.imgright {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 10px 10px 10px 20px;
}
.imgcenter {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.top_img {
	text-align: center;
	background-color: #E3E3E3;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#pagetop {
	position: absolute;
	bottom: 0;
	right: 20px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#content .box_out table {
	width: 598px;
}

#content table th {
	height: 24px;
	font-weight: normal;
	background-color: #a60500;
	background-image: url(images/th_bg.png);
	background-repeat: repeat-x;
	padding: 5px;
	white-space: nowrap;
	border: 1px solid #999;
	font-size: 12px;
	color: #FFF;
}

#content table td {
	background-color: #f9f9f9;
	text-align: center;
	padding: 5px;
	border: 1px solid #D6D6D6;
	font-size: 12px;
	line-height: 20px;
}

#content .tb_img {
	background: #FFF;
	width: 200px;
	padding: 10px;
}

#content .pick {
	width: 160px;
	border: 0;
	background: #FFF;
	padding: 10px 10px 0 0;
	vertical-align: bottom;
}

#content .af {
	padding-top:45px;
	margin-right: auto;
	margin-left: auto;
}

#content .box_out .af {
	width: 598px;
}

#content .rank1 {
	background: url(images/rank1.png) no-repeat;
}
#content .rank2 {
	background: url(images/rank2.png) no-repeat;
}
#content .rank3 {
	background: url(images/rank3.png) no-repeat;
}
#content .rank4 {
	background: url(images/rank4.png) no-repeat;
}
#content .rank5 {
	background: url(images/rank5.png) no-repeat;
}
#content .rank6 {
	background: url(images/rank6.png) no-repeat;
}
#content .rank7 {
	background: url(images/rank7.png) no-repeat;
}
#content .rank8 {
	background: url(images/rank8.png) no-repeat;
}
#content .rank9 {
	background: url(images/rank9.png) no-repeat;
}
#content .rank10 {
	background: url(images/rank10.png) no-repeat;
}
#content .osusume {
	background: url(images/osusume.png) no-repeat;
}

#content .desc {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#content .desc p {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 1.4em;
}

#content .desc a {
	font-size: 14px;
	font-weight: bold;
}

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

#content .details {
	font-size: 16px;
	background: url(images/details.png) no-repeat;
	padding-left: 19px;
	padding-bottom: 2px;
}
#content .details:hover {
	background: url(images/details_ov.png) no-repeat;
}

#content table .yb { background: #fffdd9; }

#content .no-border { border: 0; }

#content .tate td {
	text-align: left;
}

/*
サイド
-------------------------------------------*/

#side {
	background-color: #F8F8F8;
	padding: 5px;
	margin-bottom: 50px;
	float: right;
	width: 250px;
}
#side .side_box , #side .banner {
	width: 248px;
	margin-bottom: 10px;
	background-color: #eaeaea;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#side .banner {
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: center;
}

#side .banner img {
	padding-bottom: 7px;
}

#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	text-decoration: none;
	background-color: #F9F9F9;
	width: 204px;
	padding: 4px 4px 4px 26px;
	border-bottom: 1px solid #E0E0E0;
	background-image: url(images/side_li.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #E70049;
	background-image: url(images/side_li_ov.gif);
}

#side ul.side_menu {
	border: 1px solid #cecece;
	width: 236px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*
フッター
-------------------------------------------*/

#footer {
	background-color: #750f24;
	clear: both;

}

#footer_menu {
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 940px;
	position: relative;
}

#footer li a {
	color: #fbeaea;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #974a4a;
	float: left;
	white-space: nowrap;
}
#footer li a:hover {
	color: #FFFFFF;
}

address {
	font-size: 12px;
	font-style: normal;
	color: #fbeaea;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 5px;
}

#footer ul {
	border-left: 1px solid #974a4a;
	position: absolute;
	right: 0;
	bottom: 34px;
}
#footer li {
	display: inline;
}

/*
文字装飾
-------------------------------------------*/
.small { font-size: 10px; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.under {  padding-bottom: 3px;border-bottom: 1px dashed #b9b9b9; }
.yb { background: #FFFF7D; padding:2px; }
.red { color: #E70049; font-weight: bold; }
.blue { color: #0000ff; font-weight: bold; }
.green { color: #009900; font-weight: bold; }
.next { text-align: right; }
.next a { background: url(images/check_li.png) no-repeat; padding-left: 23px; font-weight:bold; }
.pic_line { border: 1px dashed #999; padding:7px; }
.next { text-align: right; }
.next a { background: url(images/check_li.png) no-repeat; padding-left: 23px; font-weight:bold; }
.pic_line { border: 1px dashed #999; padding:7px; }

.mask:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter:"alpha(opacity=85)";
}

.mat5 { margin-top: 5px; }

.mat10 { margin-top: 10px; }

.mat15 { margin-top: 15px; }

.mab5 { margin-bottom: 5px; }

.mab10 { margin-bottom: 10px; }

.mab15 { margin-bottom: 15px; }

.afb {
	text-align: center;
	margin:30px 0 30px 0;
}
