@charset "utf-8";

/******* 基本設定 *******/

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #333333;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

a, a:link{
color: #006699;
text-decoration: none;
}

a:visited{
color: #660099;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
	font-size: 100%;
	color: #333333;
	margin-bottom: -10px;
}

strong{
}

em{
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

ul{
	list-style-type: square;
	margin-top: 0px;
	margin-left: 35px;
	padding-top: 0px;
	margin-bottom: 10px;
}

ol{
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 10px;
}

#left ol{
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	margin-bottom: -40px;
}

li{
	margin-top: 8px;
}

hr{
	width: 98%;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
}


a img{ /* 画像のリンク枠を消す */
border: none;
}

#date{
	font-size: 10px;
	color: #999999;
	text-align: right;
}

#delete{
	text-decoration: line-through;
	color: #666666;
}

.jyuni{
	font-size: 30px;
	color: #FF0000;
}

/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
	margin: 0 auto; /* Internet Explorer 5.5以外 */
	text-align: left; /* Internet Explorer 5.5以前への対応 */
	width: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
	background-color: #000000;
}

#header{
	height: 180px; /* サイトロゴの高さ */
	background-image: url(../images/banner.jpg); /* 背景画像 */
	background-position:center top;
	background-repeat:no-repeat;
	width: 1001px;
	margin: 0;
	background-color: #000000;
}

#block{
clear: both;
}


#sidebar{ /* 2カラムのサイトバー */
	float: left; /* ヘッダのサイトロゴの高さを差し引いている */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000000;
}

#content{ /* 2カラムのコンテンツ枠 */
	float:right;
	width: 760px;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}


#footer{
	clear: both;
	background-color: #000000;
	height: 100px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 1001px;
}

#3{
}

#left{
	float: left;
	width: 500px;
}

#right{
	float:right;
	width: 260px;
	margin-top: 10px;
	color: #000000;
}

#left380{
	float: left;
	width: 380px;
}

#right380{
	float:right;
	width: 380px;
}

.f-left{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.f-right{
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.f-left2{
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: -5px;
}

/******* ヘッダ *******/

#header h1{ /* ページタイトル */
	text-align: right;
	font-size: 13px;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}

#header h2{ /* サイト名 */
	text-align: right;
	font-size: 13px;
	z-index: 10;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: -135px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#header h2 a{
	color: #FFFFFF;
}

#header p{ /* ページトピック */
	text-align: left;
	font-size: 12px;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #FFFFFF;
	padding-top: 137px;
	padding-left: 320px;
	margin: 0px;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -65px;
	left: 10px;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
	padding: 0px;
	font-size: 12px;
}

#entrybody h3{
	font-size: 16px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	text-indent: 1.5em;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: -20px;
	color: #FFFFFF;
	width: 760px;
	margin-left: 0px;
	height: 43px;
}

#entrybody h4{
	font-size: 16px;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	text-indent: 1.5em;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: -20px;
	color: #FFFFFF;
	width: 760px;
	margin-left: 0px;
	height: 43px;
}

#entrybody h5{
	font-size: 14px;
	background-repeat: no-repeat;
	text-indent: 1em;
	margin-top: 30px;
	padding-top: 0px;
	margin-bottom: -10px;
	color: #666666;
	width: 700px;
	margin-left: 10px;
	height: 20px;
	background-position: bottom;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
border-bottom: 1px dashed #666666; /* 見出しの下線 */
}

#entrybody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#entrybody ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

#adsen{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}


/******* 3列メニュー *******/

#left h3{
	background-image: url(../images/h3-left.jpg);
	background-repeat: no-repeat;
	width: 495px;
}

#left h4{
	background-image: url(../images/h4-left.jpg);
	background-repeat: no-repeat;
	width: 495px;
}

#left h5{
}

#left h6{
}

#left p{
	margin-left: 0px;
}


#right h3{
}

#right h4{
}

#right h5{
}

#right h6{
}

#right p{
}

#box{
	border: thin solid #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#box h4{
	color: #000000;
	background-image: none;
	width: auto;
	font-size: 12px;
	margin: 0px;
	text-indent: 1em;
	background-color: #CCCCCC;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#box h6{
	margin-top: 10px;
	margin-bottom: 10px;
}

#box p{
	padding: 0px;
	text-indent: 0em;
}

#box ul{
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 20px;
}

#box li{
}

#box img{
}

#sitemap h6{
	margin-bottom: 20px;
}

#sitemap table{
	width: 100%;
}

#sitemap td{
	width: 50%;
	vertical-align: top;
}

#sitemap li{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sitemap ul{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.li2{
	margin-left: -20px;
	color: #999900;
}

/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 60px;
	padding-right: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#footer p{
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #FFFFFF;
text-decoration: none;
}



#menu p {
	height:auto;
	width:200px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

#menu p a {
	display:block;
	text-align:left;
	background: url(../images/menu3.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 20px;
	font-weight: lighter;
	padding-top: 3px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	}

#menu p a:hover {
	color: #FFCC00;
	background: url(../images/menu4.jpg) no-repeat;
	font-weight: normal;
	} 


#menu h4 {
	height:auto;
	width:200px;
	}

#menu h4 a {
	display:block;
	text-align:left;
	background: url(../images/menu1.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 24px;
	font-weight: normal;
	padding-top: 5px;
	color: #FFCC00;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 2em;
	}

#menu h4 a:hover {
	color: #FF9900;
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: normal;
	} 

#page {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	padding-top: 10px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/pin.jpg);
	background-repeat: no-repeat;
	text-indent: 3em;
	}
	

/******* ランキング *******/
#ranking1{
	}

#ranking1 table{
	width: 260px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #333333;
	}

#ranking1 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

#ranking1 h5 {
	font-size: 12px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	}

#ranking1 h6 {
	background-color: #000000;
	width: 260px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	}
	
#ranking2 p {
	font-size: 12px;
	text-indent: 0em;
	padding: 5px;
	margin: 0px;
	}

#ranking2 table{
	width: 98%;
	margin-bottom: 10px;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	}

#ranking2 td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	}
	
#ranking2 th{
	margin: 0px;
	}

#ranking2 h3{
	background-image: none;
	color: #FFFFFF;
	width: 480px;
	text-align: center;
	height: auto;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 1px;
	}

#ranking2 h4{
	width: 380px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
	font-size: 13px;
	text-indent: 0px;
	padding: 0px;
	color: #666666;
	}

#ranking2 ul{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}
	
#ranking2 li{
	font-size: 12px;
	margin-left: -20px;
	}



#ranking3 {
	}

#ranking3 table{
	width: 100%;
	margin-bottom: 0px;
	border: thin solid #666666;
	font-size: 16px;
	color: #333333;
	}

#ranking3 td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	}

#ranking3 p{
	font-size: 12px;
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#ranking3 h5{
	font-size: 12px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	text-align: center;
	}

#ranking3 h6{
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
	width: 92%;
	padding: 0px;
	border-bottom-color: #CCCCCC;
	color: #CC6600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#ranking3 strong{
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	width: 92%;
	padding: 0px;
	border-bottom-color: #CCCCCC;
	color: #FF3333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#ranking3 em{
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
	border-bottom-color: #CCCCCC;
	color: #0000FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}	

#ranking3 ul{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	border-bottom-color: #CCCCCC;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
#ranking3 ol{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	border-bottom-color: #CCCCCC;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	}

#ranking4 p {
	font-size: 12px;
	text-indent: 0em;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	}

#ranking4 table{
	width: 98%;
	margin-bottom: 10px;
	border: 1px solid #666666;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	}

#ranking4 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	}
	
#ranking4 th{
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
	height: 50px;
	}

#ranking4 img{
	width: 70px;
	height: 45px;
	}

#ranking5 p {
	font-size: 12px;
	text-indent: 0em;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	}

#ranking5 h4{
	width: 380px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
	font-size: 13px;
	text-indent: 0px;
	padding: 0px;
	color: #666666;
	}

#ranking5 table{
	width: 98%;
	margin-bottom: 10px;
	border: thin solid #666666;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	padding: 0px;
	}

#ranking5 td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	}
	
	
#ranking6{
	}

#ranking6 table{
	width: 480px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #333333;
	}

#ranking6 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

#ranking6 h5 {
	font-size: 12px;
	width: 250px;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	}

#ranking6 h6 {
	background-color: #000000;
	width: 260px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	}	



.tokusen{
	font-weight: bold;
	color: #006600;
	}

.point{
	color: #0000FF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	}

.point2{
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
	}

#detailed a{
	font-size: 12px;
	color: #a68f56;
	}
	
#detailed p{
	margin-top: 10px;
	}

#hyou table{
	margin-top: 30px;
	width: 95%;
	margin-left: 10px;
	border: 1px solid #999999;
	}

#hyou th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 30px;
	}

#hyou td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#hyou img{
	margin-left: 5px;
	margin-right: 5px;
	}

/******* バナー *******/
#b-1 {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
	}

#b-2 {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-color: #000000;
	margin-left: -10px;
	padding-top: 20px;
	margin-right: -10px;
	margin-bottom: -11px;
	}	

#b-3 {
	background-color: #000000;
	text-align: center;
	height: 250px;
	vertical-align: middle;
	padding-top: 10px;
	}
	
.b-60{
	margin-top: 90px;
	}	

.b-100{
	margin-top: 75px;
	}	

.b-125{
	margin-top: 60px;
	}	

.b-150{
	margin-top: 40px;
	}	

.b-200{
	margin-top: 20px;
	}	

#news {
	width: 483px;
	height: 150px;
	overflow: auto;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	border: 1px solid #CCCCCC;
}

#news ul{

}

#news li{
	line-height: 8px;
	font-size: 10px;
	margin-left: 10px;
}

#news a{

}

#admenu{
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 5px;
}


/******* 終 了 *******/
