﻿/* 全ページ共通
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #01BFFE;
	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;
}

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;
}


/*ベース
---------------------------------------------*/
#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: 10px;
}


/*ヘッダー
---------------------------------------------*/

#header {
	width:800px;
	height:115px;
	margin: 0;
	padding: 0;
	background-image: url(img/cmn/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}

#header a {
    width: 250px;
	height: 70px;
	margin: 25px 0 0 60px;
	float: left;
}


/*パンくず
---------------------------------------------*/
#nav {
	width: 800px;
	height: 10px;
	/height: 20px;
	margin: 0;
	/margin: 0 0 10px 0;
	padding: 0;
	background-position : left top;
}

#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;
}

table.rank td.text {
    width: 270px;
    /width: 285px;
	height: 125px;	
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: -0.5px;
    line-height: 140%;;
}

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.jpg) no-repeat;}
table.rank td.R2 { background: url(img/cmn/rank-2.png) no-repeat;}
table.rank td.R3 { background: url(img/cmn/rank2.jpg) no-repeat;}
table.rank td.R4 { background: url(img/cmn/rank3.jpg) no-repeat;}
table.rank td.R5 { background: url(img/cmn/rank5.jpg) no-repeat;}

  
/*右コンテンツエリア
---------------------------------------------*/
#cont {
	width: 590px;
	float: right;
	margin: 0 20px 0 0;
	/margin: 0 20px 0 0;
}

#cont p{
    margin: 15px 40px 15px 25px;
    /margin: 5px 40px 5px 25px;
    padding: 0 0 0 20px;
    line-height: -15px;
}

#cont h2 {
	font-size: 14px;
	color: #4E3AFE;
	line-height: 30px;
	width: 560px;
	/width: 590px;
	height: 30px;
	margin: 5px 0 20px 0;
	/margin: 20px 0 20px 0;
	padding: 0 0 0 20px;
	border-left: 10px solid #666699;
	border-bottom: 1px dotted #666699;
}

#cont h2 a {
    margin-left: 290px;
}

#cont h3 {
	font-size: 14px;
	color: #FFFFFF;
	width: 560px;
	/width: 590px;
	height: 22px;
	/height: 30px;
	margin-bottom: 20px;
	padding: 8px 0 0 20px;
	background-color: #01BFFE;
	line-height: -15px;
}

#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;}

img.blue { margin-bottom: 5px;}

#side {
	width: 150px;
	float: left;
	margin: 0 0 0 20px;
	/margin: 0 0 0 10px;
}

#side p {
	display: block;
	width: 150px;
	font-style: normal;
	line-height: 24px;
	color: #1028D3;
	font-size: 14px;
	text-align: left;
    font-weight: normal;
}

#side ul {
	margin-bottom: 5px;
}

#side li {
	list-style-type: none;
}

#side li a {
	display: block;
	width:130px;
	margin: 0 0 0 12px;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}

#side li a:visited {
	color: #5E6284;
}

#side li a:hover {
	color: #0096DC;
	text-decoration: underline;
}


/*コピーライト
---------------------------------------------*/
address {
	font-style: normal;
	color: #3E3E3E;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #009AED;
	font-size: 10px;
}


/*トップページ
---------------------------------------------*/

#cont p.mainIMG {
    width: 590px;
	height:150px;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
	margin: 0 0 20px 0;
	padding: 0;
}

p#Bnr {
    width: 590px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(img/bnr1.jpg) no-repeat;
}

p#Bnr a.to43 {
    width: 285px;
	height: 100px;
	float: left;
	text-indent: -7777px;
}

p#Bnr a.to42 {
    width: 285px;
	height: 100px;
	float: right;
	text-indent: -7777px;
}

img.hide { margin-left: -7777px;}