﻿/* 
	全ページ共通
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}


b {
	color: #990000;
}


br { clear: both;}

h1 {
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
	font-size: 11px;
	text-align: left;
	color: #999999;
}

a.toTop{
    font-size: 10px;
	color: #666666;
	padding-left: 660px;
}

a img {
	border:none;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

a.toTop:visited {
	color: #666666;
}

hr {
	clear: both;
	height: 1px;
}

hr.dot {
	clear: both;
    width: 720px;
	margin: 10px 0;
    border: #FF00FF dotted 1px;
}


/*ベース-------------------------------------------------------------------*/
#base {
	width:800px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px solid #FF9934;
	border-right: 1px solid #FF9934;
}


/*ヘッダー-------------------------------------------------------------------*/

#header {
	width:800px;
	height:160px;
	margin: 0;
	padding: 0;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
}


/*メインナビ----------------------------------------------- */
#nav {
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-position : left top;
}

ul#btn {
    margin: 0;
	padding: 0;
	list-style-type: none;}

ul#btn li {
    width: 198px;
	list-style-type: none;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

ul#btn a {
    display: block;
	width: 198px;
	height: 25px;
	padding: 5px 0 0 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000
}

ul#btn a:hover {
    text-decoration: underline;
}

  
/*
コンテンツ
-------------------------------------------------------------------*/

#cont {
    float: left;
	width: 550px;
	margin: 15px 0 0 40px;
}


#cont p{
    width: 525px;
    margin: 15px 40px 40px 20px;
    padding: 0;
    line-height: 17px;
}

h2 {
	font-size: 14px;
	color: #990000;
	line-height: 30px;
	width: 520px;
	height: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	border-left: 10px solid #FF6D3D;
	border-bottom: 1px dotted #000000;
}

/*--文字色指定--*/
#cont strong {
	font-size: 14px;
	color: #990000;
}

#cont .Org {
    color: #FF6D3D;
}

#cont .R {
    color: #FF0000;
}

/*--文字アンダーライン・サイズ指定--*/
#cont .U {
    text-decoration: underline;
}

#cont .f14 {
    font-size: 14px;
}

#cont .f16 {
    font-size: 16px;
}

/*
右側イメージBOX
-------------------------------------------------------------------*/
#ImgBox {
    width: 185px;
	margin: 15px 20px 0 0;
	float: right;
}

#ImgBox img {
    float: right;
}

#ImgBox img.btm1 {
    margin: 350px 0 0 0;
}

#ImgBox img.btm2 {
    margin: 410px 0 0 0;
}

/*
ランキング
-------------------------------------------------------------------*/
#rank {
    width: 720px;
}

#rank #Rbox {
    width: 720px;
	height: 145px;
	margin: 0;
}

#rank #Rbox p {
    width: 500px;
    margin: 0 0 0 220px;
}

.r1 { background-image: url(img/rank/bnr1.jpg); background-repeat: no-repeat;}
.r2 { background-image: url(img/rank/bnr2.jpg); background-repeat: no-repeat;}
.r3 { background-image: url(img/rank/bnr3.jpg); background-repeat: no-repeat;}
.r4 { background-image: url(img/rank/bnr4.jpg); background-repeat: no-repeat;}
.r5 { background-image: url(img/rank/bnr5.jpg); background-repeat: no-repeat;}



/*
フッターコピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FF00FF;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0px;
	display: block;
	background-color: #990000;
	font-size: 10px;
}

p.under {
    padding: 3px 0 7px 0;
	text-align: center;
	color: #FF00FF;
	font-size: 10px;
}


/*
トップページ
-------------------------------------------------------------------*/

#cont p.mainIMG {
    width: 720px;
	height:130px;
	background-image: url(img/main_img.jpg);
	background-repeat: no-repeat;
	text-indent: -7777px;
	margin: 0;
	padding: 0;
}
    
/*
プロフ
-------------------------------------------------------------------*/
#cont p.prof {
    width: 530px;
    line-height: 40px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	border: 1px solid #FF6D3D;
}


