@charset "utf-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p
{
    margin-top: 0;
    margin-bottom: 0;
}
object
{
border: none;
margin-bottom: 0px;
vertical-align: bottom;
}
img
{
border: none;
margin-bottom: 0px;
vertical-align: bottom;
}


/* link styles
-----------------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #50AFAF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #50AFAF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #A55050;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* base layout
-----------------------------------------*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width:1000px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 200px;
}
#mainCopy{
	float: right;
	width: 800px;
	text-align: center;
	padding-top: 10px;
}
h1{
	font-size: 12px;
	font-weight: normal;
}
/*MENU*/
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	border: 1px solid #50AFAF;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--ここ大事--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height:40px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } 
ul#topnav a.home {
	background: url(images2/menu_home.jpg) no-repeat;
	width: 200px;
}
ul#topnav a.server {
	background: url(images2/menu_server.jpg) no-repeat;
	width: 200px;
}
ul#topnav a.point {
	background: url(images2/menu_point.jpg) no-repeat;
	width: 200px;
}
ul#topnav a.about {
	background: url(images2/menu_about.jpg) no-repeat;
	width: 200px;
}
ul#topnav a.contact {
	background: url(images2/menu_contact.jpg) no-repeat;
	width: 200px;
}

ul#topnav li .sub {
	position: absolute; /*--ここ大事--*/
	top: 40px;
	left: 0;
	background: #E6E6E6 /*url(image/sub_bg.png) repeat-x*/;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--JSオフ時に表示されないようにします--*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul#topnav li .row { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 { 
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { 
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--text-indent戻します--*/
	height: auto; 
	background: url(images2/arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #333333;
}
ul#topnav .sub ul li a:hover {
	color: #C50018;
	background-position: 5px 12px ;
}
/* END MENU */

#footerNav{
	text-align: right;
}
#footer{
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #50AFAF;
	padding-top: 5px;
}
address{
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 10px;
	padding-top: 8px;
}
#mk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#mk a:link {
	color: #696969;
	text-decoration: none;
	font-size: 10px;
}
#mk a:visited {
	color: #696969;
	text-decoration: none;
	font-size: 10px;
}
#mk a:hover {
	color: #333333;
	text-decoration: underline;
}
#mk a:active {
	text-decoration: none;
}


/* top layout
-----------------------------------------*/
#contents{
	width: 1000px;
	padding-top: 20px;
	clear: both;
}
#contensLeft{
	float: left;
	width: 480px;
}
#rankRed{
	width: 480px;
	background-image: url(images/rank_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A55050;
}
#rankGreen{
	width: 480px;
	background-image: url(images/rank_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #50AFAF;
}
.rankInner{
	width: 230px;
	float: left;
	padding: 5px;
}
.rankBnner{
	margin-bottom: 8px;
}
.topMore{
	width: 230px;
	text-align: right;
	padding-bottom: 5px;
}
.topBanner{
	width: 480px;
	text-align: center;
}
#contensRight{
	float: right;
	width: 480px;
}
.camp{
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-top: 5px;
	padding-left: 5px;
}
h2{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #A55050;
	background-color: #50AFAF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#rank01{
	background-image: url(images/rank01.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 390px;
	padding-left: 85px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}
#rank02{
	background-image: url(images/rank02.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 390px;
	padding-left: 85px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}
#rank03{
	background-image: url(images/rank03.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 390px;
	padding-left: 85px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}

/* l2 layout
-----------------------------------------*/
#main{
	width: 660px;
	float: left;
	padding-top: 10px;
}
#side{
	width: 300px;
	float: right;
	padding-top: 10px;
}
.rankTop{
	background-image: url(server/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #50AFAF;
	border-left-color: #50AFAF;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 8px;
}
h3{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C8AF6E;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-size:14px;
}
/*h3 a{
	color: #A55050;
	font-size: 14px;
}
h3 a:hover{
	color: #50AFAF;
	text-decoration: none;
}*/
.rankTopMore{
	text-align: right;
}
ul#sideNav {
	list-style-type: none;
	margin-top: 15px;
	width:300px;
}
ul#sideNav li{
	/*background-image: url(images2/l2nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	width: 262px;*/
	margin-bottom: 10px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#sideNav li a{
	background-image: url(images2/l2nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	/*margin-bottom: 10px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;*/
	color: #50AFAF;
}
ul#sideNav li a:hover{
	background-image: url(images2/l2nav_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	/*margin-bottom: 10px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;*/
	color: #A55050;
	text-decoration: none;
}
#rankingName01{
	background-image: url(server/images/rankingname01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #50AFAF;
}
#rankingName02{
	background-image: url(server/images/rankingname02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #50AFAF;
}
#rankingName03{
	background-image: url(server/images/rankingname03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #50AFAF;
}
#rankingName04{
	background-image: url(server/images/rankingname04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #50AFAF;
}
#rankingName05{
	background-image: url(server/images/rankingname05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #50AFAF;
}

.l2ranking{
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50AFAF;
	float: left;
}
.l2rankingLeft{
	float: left;
	width: 250px;
	padding: 5px;
}
.l2rankingRight{
	float: left;
	width: 390px;
	padding: 5px;
}
.l2More{
	text-align: center;
}
h4{
	color: #C8AF6E;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C8AF6E;
}
table#syousai{
	border-collapse: collapse;
	width: 100%;
}
table#syousai th{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	color: #50AFAF;
	padding-left: 3px;
	width: 30%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #696969;
}
table#syousai td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
table#contact{
	border-collapse: collapse;
	width: 100%;
}
table#contact th{
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #50AFAF;
	padding-left: 5px;
	background-color: #E6E6E6;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table#contact td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* txt 
-----------------------------------------*/
.red{
	color: #A55050;
	list-style-type: none;
}
.green{
	color: #50AFAF;
}
.gray{
	color: #696969;
	line-height: 135%;
}
.clear {
	clear:both;
	line-height: normal;
}

