* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #EEEBE3;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color:#990000;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC0000;
	font-size: 15px;
}


.chui {
	color: #CC0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:1000px;
	background-image: url(img/base_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 200px;
	border: 1px solid #DAD3C7;
	margin: auto;
	text-align: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:1000px;
	height:220px;
	background-image: url(img/head.jpg);
}


h1 {
	left: 27px;
	top: 20px;
	font-size: 10px;
	font-weight: normal;
	padding-top: 20px;
}

#header #sub {
	font-size: 10px;
	color: #79A200;
	margin-left: 50px;
}

#header ul {
}
#header li {
	list-style-type: none;
}
#header li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-image: url(img/nav.jpg);
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
  }
  

#nav li {
	display: inline;
	padding-left: 15px;
	padding-right: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-decoration: none;
	background-image: url(img/n_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
  }
  
#nav a {
	color: #EEEEEE;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFF66;
	text-decoration: underline;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#top_contents {
	width:600px;
	float: left;
}

#top_contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 22px;
	font-size: 12px;
}

#top_contents h2 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEAE4;
}


#top_contents h3 {
	font-size: 14px;
	padding-left: 30px;
	color: #333333;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(img/h2_bg.jpg);
	background-repeat: no-repeat;
}

#top_contents h4 {
	font-size: 12px;
	padding-left: 10px;
	color: #7C3928;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEEEA;
}


#contents {
	width:600px;
	float: left;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 22px;
	font-size: 12px;
}

#contents h2 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEAE4;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000033;
	padding-left: 10px;
	color: #333333;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F5EDE0;
}

#contents h4 {
	font-size: 12px;
	padding-left: 10px;
	color: #7C3928;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
	font-size: 14px;
}

#contents #c_pad p strong {
	line-height: 22px;
	font-size: 14px;
}

#contents #top_img {
	text-align: center;
}

#contents #c_pad #top_btn {
	padding-bottom: 10px;
}
#contents #c_pad table {
	width: 555px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F3F0;
}
#contents #c_pad table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
	font-size: 14px;
}
#contents #c_pad table th {
	background-color: #000033;
	padding: 3px;
	line-height: 20px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E2D8;
}
#contents #c_pad h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CBC6B8;
	color: #222222;
}
#contents #c_pad label {
	color: #994631;
	margin-left: 20px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EFEDE7;
	padding-left: 3px;
}
#contents #c_pad ul {
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 25px;
}
#contents #c_pad li {
	line-height: 25px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
}
#contents #c_pad .link th a {
	color: #3E3A31;
	font-weight: normal;
}
#contents #c_pad .c_img {
	text-align: center;
	padding-bottom: 10px;
}

#contents #c_pad form table th {
	width: 127px;
}

#contents .top_bn {
	text-align: center;
}
#contents #top_und ul {
	margin: 5px;
	list-style-type: none;
}
#contents #top_und li {
	margin-bottom: 3px;
	margin-left: 10px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 7px;
}
#contents #top_und h3 {
	background-color: #F5EDE0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#contents #top_und td.td_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DED9D1;
	background-color: #FFFFFF;
	vertical-align: top;
}
#contents .to_top {
	text-align: right;
	padding: 5px;
	clear: both;
}
#contents #c_pad #mokuji {
	background-color: #F9F8F4;
	margin: 10px;
	padding: 15px;
	border: 1px solid #ECE8DF;
}
#contents #c_pad #mokuji ul {
	margin-bottom: 0px;
	margin-left: 20px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/

#side {
	float: right;
	width: 200px;
	padding-bottom: 20px;
}

#side li {
	list-style-type: none;
}


#side_a,#side_b,#side_c {
	padding-top: 0px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#side_a {
	background-image: url(img/side_bg.gif);
	background-color: #000033;
	margin: 10px 10px;
}

#side_b {
	background-image: url(img/side_b_bg.gif);
	background-color: #990000;
	margin: 10px 10px;
}

#side_c {
	background-image: url(img/side_bg.gif);
	background-color: #993300;
	margin: 10px 10px;
}


#side_a h3,#side_b h3,#side_c h3 {
	display: block;
	width: 180px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 12px;
	height: 41px;
	text-indent: 30px;
	margin-bottom: 3px;
}

#side_a h3 {
	background-image: url(img/side01.jpg);
	height: 41px;
}

#side_b h3 {
	background-image: url(img/side02.jpg);
}

#side_c h3 {
	background-image: url(img/side03.jpg);
}

#side_a ul,#side_b ul,#side_c ul {
	margin-bottom: 5px;
}

#side_a li a:hover,#side_b li a:hover,#side_c li a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	background-position: 0px -20px;
}

#side_a li a,#side_b li a,#side_c li a {
	display: block;
	width:140px;
	font-size: 12px;
	color:#222222;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #fdfdfd;
	border: 1px solid #999999;
	background-image: url(img/side_li.jpg);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;t
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


#side2{
width:200px;
float:left;
}

#side2 h3{
 margin-bottom:5px;
 margin-left:10px;
 border-left: 3px solid #000000;
 padding-left:10px;
 font-size:14px;
 font-weight:bold;
 border-bottom:1px solid #CCCCCC;
margin-top:10px;
margin-bottom:10px;
}


#sideranking{
padding-top:10px;
}

#sideranking p{
 margin-bottom:5px;
 margin-left:10px;
 border-left: 3px solid #000000;
 padding-left:10px;
 font-size:14px;
 font-weight:bold;
 border-bottom:1px solid #CCCCCC;
margin-top:10px;
margin-bottom:10px;
}
#sideranking li{
	list-style:none;
	margin: 0px;
}
#sideranking li a{
	text-decoration:none;
	margin: 0px;
}
#sideranking li{
	padding-left:20px;
	display: block;
}



/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6CF;
	border-bottom-color: #E2E2DE;
	padding: 10px;
	background-color: #EBEAE4;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#f_menu p {
	font-size: 10px;
	color: #666666;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #EBCDC2;
	display: block;
	background-color: #000033;
	font-size: 10px;
	padding: 10px;
	background-image: url(img/bottom.jpg);
	height: 30px;
	text-align: center;
}
#contents #c_pad h3 {
	margin-top: 15px;
}
#contents .news {
	background-color: #F3F1ED;
	border: 1px solid #E9E4DA;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contents .news p.n_foot {
	margin: 0px;
	background-image: none;
	background-color: #ECE9E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DED8CD;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: right;
	font-size: 12px;
	color: #71654D;
}
#contents .news dd p {
	margin: 5px;
}
#contents .news dt {
	font-weight: bold;
	background-color: #B13330;
	padding: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD8CC;
}
#contents #c_pad td ul {
	margin: 0px;
}
#contents #top_list {
	height: 90px;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 10px;
	background-image: url(img/top_bn3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#contents #top_list ul {
	float: left;
	width: 230px;
	padding-right: 20px;
	padding-left: 30px;
	display: block;
}
#contents #top_list li {
	list-style-type: none;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 180%;
}
#side #side_pr {
	background-color: #DED8CD;
	text-align: center;
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CEC6B5;
	padding-bottom: 10px;
}
#side #side_pr h3 {
	color: #FFFFFF;
	background-color: #A29273;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC6B5;
}
dt .chui {
	color: #FFFF99;
	font-weight: normal;
}
#contents #c_pad #rank th {
	text-align: left;
	padding-left: 10px;
}
#contents #c_pad #rank th strong {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFCC;
	margin-right: 10px;
	margin-left: 5px;
}
#contents h2#h2_img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents #c_pad .big_li li {
	font-size: 14px;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFECE7;
	margin-right: 30px;
}
#contents #c_pad .big_li li a {
	font-size: 14px;
}
#contents #c_pad th a {
	color: #FFFFFF;
	font-size: 14px;
}
#contents #c_pad .keshi {
	font-size: 14px;
	text-decoration: line-through;
}
#c_pad .img_left,#c_pad .img_right {
	padding: 8px;
	background-color: #EBEAE4;
	margin: 8px;
	border: 7px solid #FFFFFF;
}
#c_pad .img_left {
	float: left;
}
#c_pad .img_right {
	float: right;
}
#c_pad .img_left img,#c_pad .img_right img {
	border: 2px solid #D2D0C1;
}
#contents #c_pad table td a {
	font-size: 14px;
}
#contents #c_pad ul.big_li {
	margin-left: 35px;
}
.pad{
padding:10px;
}


/*
テーブル部分
-------------------------------------------------------------------*/

.tab table{
	margin:auto;
	padding:0px;
	border: 1px solid #CCCCCC;
	width: 540px;

}

.tab .th2{
	padding:5px;
	background-color: #efefef;
	color: #333333;
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #CCCCCC;
}

#hikaku .th2{


}

#hikaku td{

}

.tab th{
	background-color:#FFFFFF;
	font-weight: normal;
	text-align: center;
}

.tab td{
	padding:3px;
	border: 1px solid #CCCCCC;

}

.tab tr{
background-color:#ffffff;
}

.tab .tr2{
	background-color:#FFFFFF;
}

#point{
	color:#FF0000;
	padding: 20px;
	width: 520px;
}
#point li{
	color:#FF0000;
	margin:0px;
}
h1 a{
display:block;
text-decoration:none;
height:200px;
padding-left:20px;

}

.rankbox{
	border:1px;
	padding: 4px;
}

.rankbox table{
	margin:auto;
	padding:0px;
	border: 1px solid #CCCCCC;

}

.rankbox .th2{
	padding:5px;
	background-color: #efefef;
	color: #333333;
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.rankbox th{
	background-color:#FFFFFF;
	font-weight: normal;
	text-align: center;
}

.rankbox td{
	padding:3px;
	border: 1px solid #CCCCCC;

}

.rankbox tr{
background-color:#ffffff;
}

.rankbox .tr2{
	background-color:#FFFFFF;
}

.rankbox h5{
	background-image:url(img/rank_tit.jpg);
	color: #FFFFFF;
	line-height: 35px;
	padding-left: 40px;
}
.style1 {
	background-color: #FFFF00;
}

table{
	margin:auto;
	padding:0px;
	border: 1px solid #CCCCCC;

}


th{
	background-color:#FFFFFF;
	font-weight: normal;
	text-align: center;
}

td{
	padding:5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;

}

tr{
background-color:#ffffff;
}


