* {
	padding:0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Verdana','ＭＳ Ｐゴシック',san-serif;
	color: #404040;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#0099CC;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

#base {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	padding-top: 5px;
	padding-bottom: 20px;
	float: left;
	width: 958px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-top: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	height: 95px;
	width: 960px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	position: absolute;
	top: 1px;
	color: #666666;
	right: 10px;
}


#header #logo {
	position: absolute;
	left: 10px;
	top: 30px;
}
#header #info {
	position: absolute;
	right: 15px;
	top: 35px;
}

#header #head_menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	list-style-type: none;
	font-size: 13px;
	line-height: 18px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#header #head_menu {
	position: absolute;
	top: 73px;
	right: 0px;
	padding-right: 10px;
	padding-left: 20px;
}
#header #head_menu li a {
	color: #666666;
	text-decoration: none;
}
#header #head_menu li a:hover {
	color: #0099CC;
	text-decoration: underline;
}

/*
パン屑
-------------------------------------------------------------------*/

#pankuzu {
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*
コンテンツ
-------------------------------------------------------------------*/
h2 {
	padding-left: 10px;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 44px;
	background-color: #FF8515;
	color: #FFFFFF;
	background-image: url(img/h2.jpg);
	height: 44px;
	padding-top: 2px;
}

#content {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-left: 12px;
}

#content h3 {
	color: #006400;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background-color: #FFFFFF;
	line-height: 20px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	padding-bottom: 11px;
}

#content h4 {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	color: #1C8BC1;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 18px;
	padding-top: 10px;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#content p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-indent: 1em;
}
#content strong {
	color: #CC3300;
	font-size: larger;
}

#content .img_left {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .img_right {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content h3 span {
	font-size: 16px;
	padding-left: 10px;
	line-height: 22px;
	color: #666666;
}
#content .li_st li span {
	padding-right: 10px;
}

#mokuji li {
	line-height: 20px;
	background-image: url(img/li.gif);
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
}

/*
トップイメージ
-------------------------------------------------------------------*/

#top_image {
	height: 260px;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#top_image p {
	width: 440px;
	position: absolute;
	left: 270px;
	top: 130px;
	color: #008000;
	font-size: 13px;
}

/*
サイド
-------------------------------------------------------------------*/

#side {
	float: right;
	width: 282px;
	padding-top: 5px;
}

#side .side_bn {
	margin-bottom: 10px;
	background-color: #F0F0F0;
	text-align: center;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side h3 {
	line-height: 22px;
	background-color: #175796;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 270px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006400;
	font-size: 18px;
	background-image: url(img/side_h3.gif);

	background-position: center top;
}
#side .side_box {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 270px;
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}

#side p {
	margin-bottom: 1px;
	color: #505050;
	text-decoration: none;
	display: block;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	border: 1px dotted #CCCCCC;
}

#side ul {
	margin-bottom: 1px;
	color: #505050;
	text-decoration: none;
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	padding: 5px;
	font-size: 12px;
}

#side li {
	list-style-type: none;
	font-size: 15px;
}
#side li a {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(img/side_li.gif);

	background-position: left top;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-right: 10px;
	line-height: 22px;
}
#side li a:hover {
	color: #FFFFFF;
	background-color: #5CA5CF;
	background-image: url(img/side_li_ov.gif);
}

#side .ul_img li a {
	padding: 0px;
}

#side .side_bn img {
	margin-bottom: 5px;
}

.side_box strong {
	color: #2C97CB;
	font-size: larger;
}

/*
フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #98fb98;
	font-size: 12px;
	color:#008000;
	clear: both;
	position: relative;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
}


#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #008000;
	font-size: 13px;
}
#footer ul {
	text-align: right;
}
#footer a {
	color: #008000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #foot_in {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #90ee90;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#footer #foot_in #copy {
	font-size: 12px;
	padding-top: 10px;
}

#footer #foot_in p {
	background-color: #90ee90;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #3cb371;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td,
th {
	border-collapse: collapse;
}

/*
ランキング
-------------------------------------------------------------------*/
.ranking_base {
	clear: both;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	background-image: url(img/rank_base.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ranking_base td {
	vertical-align: top;
	padding: 10px;
}
.rank_title_01,
.rank_title_02,
.rank_title_03 {
	height: 60px;
	font-size: 22px;
	line-height: 50px;
	padding-left: 150px;
	background-repeat: no-repeat;
	font-weight: bold;
}
.rank_title_01 {
	background-image: url(img/rank_title_01.gif);
	color: #7A420A;
}
.rank_title_02 {
	background-image: url(img/rank_title_02.gif);
	color: #666666;
}
.rank_title_03 {
	background-image: url(img/rank_title_03.gif);
	color: #5A4A36;
}

.rank_title_04,
.rank_title_05,
.rank_title_06 {
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	padding-left: 138px;
	background-repeat: no-repeat;
	color: #3C6173;
}
.rank_title_04 {
	background-image: url(img/rank_title_04.gif);
}
.rank_title_05 {
	background-image: url(img/rank_title_05.gif);
}

.ranking_base table {
	margin-right: 10px;
	margin-left: 10px;
}

/*
その他
-------------------------------------------------------------------*/

.check {
	color: #F34626;
}
.s_check {
	color: #F34626;
	font-size: smaller;
}

#content .bn_info {
	text-align: center;
	padding: 10px;
}
#content #mokuji {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F6F6F6;
	border: 1px solid #F0F0F0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.btn_syousai {
	height: 55px;
	position: relative;
}
.btn_syousai a {
	display: block;
	height: 46px;
	width: 270px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(img/btn_syousai.gif);
	text-indent: -10000px;
}
