﻿/* 全ページ共通
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #6FC;
	margin: 0;
	padding: 0;
}

br {clear: both;}

h1 {
    margin-left: 5px;
    padding: 2px 0;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

a img {
	border: none;
}

a {
	color: #0096DC;
}

b {
	font-size: 12px;
}

strong {
	font-size: 13px;
color: #cc0033;
}



a:hover {
	color: #0096DC;
	text-decoration: none;
}

a:visited {
	color: #5E6284;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 700px;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 590px;
	margin: 5px 0 15px 0;
	/margin: 5px 0;
    border: #FEC009 dotted 1px;
}

a:hover {
position: relative;
top: 1px;
left: 1px;
text-decoration: none;
}


/*ベース
---------------------------------------------*/
#base {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(img/cmn/bg.gif) repeat-y;
}

#whiteBox {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#contWrap {
	margin-top: 7px;
}


/*ヘッダー
---------------------------------------------*/

#header {
	width:800px;
	height:130px;
	margin: 0;
	padding: 0;
	background-image: url(img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}

#header a {
    width: 800px;
	height:130px;
	float: left;
	overflow:hidden
}


/*パンくず
---------------------------------------------*/
#nav {
	margin: 5px 15px 0!important;
	padding: 0;
}

#nav span.B {
    font-weight: bold;
}

#nav span {
	font-size: 11px;
	color: #232323;
	font-weight: normal;
}

#nav span a{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}


/*ランキングエリア
---------------------------------------------*/
table.rank {
    clear: both;
    width: 590px;
	height: 125px;
	margin: 0 0 10px 0;
	/margin: 0;
}

table.rank td.Bnr {
    width: 175px;
}

table.rank td.Bnr a {
    width: 125px;
	height: 125px;
	float: right;
	text-indent: -7777px;
	overflow:hidden
}

table.rank td.text {
    width: 270px;
    /width: 285px;
	height: 125px;	
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: -0.5px;
    line-height: 140%;
	vertical-align:top
}

table.rank td.text a {
    font-weight: bold;
	font-size: 14px;
	color: #4E3AFE;
}

table.rank td.text a:visited {
    color: #8080FF;
}

#cont .dark {
    color: #01BFFE;
}

table.rank td.btn a {
    width: 140px;
	height: 40px;
	margin: 45px 0 0 0;
	float: left;
	background: url(img/cmn/btn.jpg) no-repeat;
	text-indent: -7777px;
}

table.rank td.btn a:hover {
	background: url(img/cmn/btn_f2.jpg) no-repeat;
}

table.rank td.R1 { background: url(img/cmn/rank1.png) no-repeat;}
table.rank td.R2 { background: url(img/cmn/rank2.png) no-repeat;}
table.rank td.R3 { background: url(img/cmn/rank3.jpg) no-repeat;}
table.rank td.R4 { background: url(img/cmn/rank4.jpg) no-repeat;}
table.rank td.R5 { background: url(img/cmn/rank5.jpg) no-repeat;}





/*口コミテーブル
---------------------------------------------*/
table.komi {
    width: 585px;
}

table.komi tr {
}

td.box {
    width: 585px;
	height: 130px;
    background: url(img/box.jpg) no-repeat;
}

#cont table.komi td.box p {
    width: 430px;
    margin: -10px 0 0 15px;
    /margin: 0px 0 0 15px;
    padding: 0;
	line-height: 120%;
}

td.face {
    width: 100px;
	height: 110px;
}

/*右コンテンツエリア
---------------------------------------------*/
#cont {
	width: 590px;
	float: right;
	margin: 0 15px 0 0;
	/margin: 0 15px 0 0;
}

#cont p{
    margin: 15px 25px 15px 20px;
    padding: 0;
    line-height: 1.4em;
}

#cont h2 {
	font-size: 14px;
	color: #008899;
	line-height: 2em;
	margin: 5px 5px 20px 0;

	padding: 0 0 0 10px;
	border-left: 10px solid #00B5AC;
	border-bottom: 1px dotted #00B5AC;
}

#cont h2 a {
    margin-left: 290px;
}

#cont h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 7px 0 7px 15px;
	background-color: #00B5AC;
}

#cont ul {
    margin: 0 0 0 35px;
}

#cont li{
    list-style-position: inside;
	list-style: none;
}

#cont ul.L {
    padding: 0 0 0 35px;
}

#cont li.link1 {
    margin: 5px 0;
    list-style-position: inside;
	list-style: decimal;
}


/*左メニュー
---------------------------------------------*/
img.blkNavi { margin: 10px 0;}

#side {
	width: 160px;
	float: left;
	margin: 0 0 0 15px;
}

#side p {
	background:url(img/cmn/side_tit.gif) no-repeat;
	padding:3px 6px;
	height:19px;
	margin-bottom:0;
	width: 160px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}

#side ul {
	margin: 0 0 10px;
}

#side li {
	list-style-type: none;
	background:url(img/cmn/list_arw.gif) 0 0.4em no-repeat
}

#side li a {
	display: block;
	margin: 0 0 0 7px;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
	line-height: 1.5em
}

#side li a:visited {
	color: #5E6284;
}

#side li a:hover {
	color: #0096DC;
	text-decoration: underline;
}

#side .side_rank{
	border:1px solid #00B5AC;
	margin-bottom:15px
	}

#side .side_rank ul {
	margin-bottom:3px;
	}
	

#side .side_rank li {
	background:none!important;
	}

#side .side_rank li span {
	color:#0099F0;
	font-weight:bold}


/*コピーライト
---------------------------------------------*/
address {
	font-style: normal;
	color: #3E3E3E;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #CCC;
	font-size: 10px;
}


/*トップページ
---------------------------------------------*/

#cont p.mainIMG {
    width: 590px;
	height:116px;
	background-image: url(img/main_img.gif);
	background-repeat: no-repeat;
	text-indent: -7777px;
	margin: 0 0 10px 0;
	padding: 0;
}

p#Bnr {
    width: 590px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(img/bnr1.jpg) no-repeat;
}

p#Bnr a.to26 {
    width: 285px;
	height: 90px;
	float: left;
	text-indent: -7777px;
	overflow:hidden
}

p#Bnr a.to10 {
    width: 285px;
	height: 90px;
	float: right;
	text-indent: -7777px;
	overflow:hidden
}

img.hide { margin-left: -7777px;}








/*---------- 表 ----------*/

#table {
width: 540;
float:left;
}

table.table01 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 540px;
  border-collapse: collapse;
  border: solid 1px #CCCCCC;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

table.table01 th,
table.table01 td {
  border: solid 1px #CCCCCC;
  padding: 4px;
  font-size: 12px;
}

table.table01 th {
	font-size: 12px;
	background: #CD853F;
	white-space: nowrap;
	color: #FFFFFF;
}

table.table01 td.course {
	text-align: left;
	font-size: 13px;
	color: #CD853F;
	font-weight: bold;
}

table.table01 tr.course-a {
  background: #FFF3F9;

}

table.table01 tr.course-b {
  background: #FFE6F3;
}

table.table01 tr.course-c {
  background: #FFF3F9;
}

table.table01 tr.course-d {
  background: #FFE6F3;
}

table.table01 tr.course-e {
  background: #FFF3F9;
}

table.table02 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 540px;
  border-collapse: collapse;
  border: solid 1px #CCCCCC;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
}

table.table02 th,
table.table02 td {
  border: solid 1px #CCCCCC;
  padding: 4px;
}

table.table02 th {
	font-size: 14px;
	background: #B22222;
	white-space: nowrap;
	color: #FFFFFF;
}

table.table02 td.course {
	font-size: 12px;
	color: #B22222;
	font-weight: bold;
}

table.table01 tr.course-a {
  background: #FFF3F9;
}

table.table02 tr.course-b {
  background: #FFE6F3;
}

table.table02 tr.course-c {
  background: #FFF3F9;
}

table.table02 tr.course-d {
  background: #FFE6F3;
}

.black_s{
  text-align: right;
}

