﻿@charset "utf-8";
/* ------------------------------------------------------
Reset
------------------------------------------------------ */

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,a,img,table {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-indent: none;
	line-height: 1;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
ul li {
	list-style-type: none;
}
img,table {
	border: none;
}

/* ------------------------------------------------------
Font
------------------------------------------------------ */
body {
 	font-size: 70%; /* IE用 */
}
html>/**/body {
	font-size: 11px; /* IE7.0を除くモダンブラウザ用 */
}
*html body { /* IE6、8用 */
    font-family: 'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}
body { /* IEを除くモダンブラウザ用 */
    font-family: Verdana,Arial,sans-serif;
}
*:first-child+html body { /* IE7用 */
    font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}

/* ------------------------------------------------------
Base style
------------------------------------------------------ */
body {
	background-color: #f8dfdf;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: url(../images/background.gif);
}
/* ------------------------------------------------------
Header style
------------------------------------------------------ */
#header {
	width: 797px;
}
h1 {
	background: url(../images/header01.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 110%;
	color: #ffffff;
	padding-top: 2px;
	padding-left: 15px;
	height: 19px;
}
#sitetitle {
	background: url(../images/header02.gif);
	background-repeat: no-repeat;
	height: 86px;
}
#siteid img {
	width: 258px;
	float: left;
}
h2 {
	color: #a2a2a2;
	width: 252px;
	font-size: 90%;
	font-weight: bold;
	clear: left;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
*html h2 {
	display: inline;
}
/* ------------------------------------------------------
TopPage-Main style
------------------------------------------------------ */
#main {
	width: 614px;
	float: right;
	padding-bottom: 50px;
}
#mainvisual {
	background: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	height: 101px;
	margin-top: 20px;
}
#mainvisual p {
	text-align: left;
	padding-top: 38px;
	padding-left: 12px;
	color: #333333;
	line-height: 1.3;
	font-size:110%;
}
#top3title {
	background: url(../images/top3.gif);
	background-repeat: no-repeat;
	height: 31px;
	color: #8d0102;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-top: 12px;
	padding-left: 45px;
	margin-top: 5px;
}
*html #top3title {
	height: 43px;
}
#top01,#top02,#top03 {
	width: 195px;
	float: left;
	padding-top: 5px;
}
#top02,#top03 {
	margin-left:3px;
}
#top01 h4 {
	background: url(../images/top01.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 11px;
	padding-left: 15px;
}
*html #top01 h4 {
	height: 35px;
}
#top01 h4 a {
	font-weight: bold;
	font-size: 120%;
	color: #0e3192;
}
#top01 h4 a:hover {
	text-decoration: none;
}

#top02 h4 {
	background: url(../images/top02.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 11px;
	padding-left: 15px;
}
*html #top02 h4 {
	height: 35px;
}
#top02 h4 a {
	font-weight: bold;
	font-size: 120%;
	color: #0e3192;
}
#top02 h4 a:hover {
	text-decoration: none;
}
#top03 h4 {
	background: url(../images/top03.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 15px;
	padding-top: 11px;
}
*html #top03 h4 {
	height: 35px;
}
#top03 h4 a {
	font-weight: bold;
	font-size: 120%;
	color: #0e3192;
}
#top03 h4 a:hover {
	text-decoration: none;
}
#top01content,#top02content,#top03content {
	background: url(../images/top3contents.gif);
	background-repeat: no-repeat;
	height: 139px;
}
#top01content img,#top02content img,#top03content img {
	margin-top: 10px;
}
.text {
	color: #887763;
	text-align: left;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 3px;
	line-height: 1.4;
}
.detail {
	text-align: right;
	margin-right: 10px;
	font-size: 90%;
	margin-top: 5px;
}
.detail a {
	color: #504dee;
}
#top03 {
	margin-bottom: 10px;
}
#newstitle {
	clear: left;
	background: url(../images/titleback.gif);
	background-repeat: no-repeat;
	color: #8d0102;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 3px;
	width: 591px;
	height: 23px;
	float: left;
}
*html #newstitle {
	height: 26px;
}
#news {
	clear: left;
	width: 590px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news dt {
	background: url(../images/newsicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	color: #ee2e30;
	width: 100px;
	float: left;
	line-height: 1.5;
	clear: both;
}
*html #news dt {
	padding-bottom: 0px;
}
#news dd {
	text-align: left;
	line-height: 1.5;
	font-size: 110%;
	color: #4e4e4e;
	margin-left: 100px;
}
#news a {
	color: #605eff;
}
#rankingtitle {
	float: left;
	clear: left;
	background: url(../images/titleback.gif);
	background-repeat: no-repeat;
	color: #8d0102;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 3px;
	width: 591px;
	height: 23px;
}
*html #rankingtitle {
	height: 26px;
}
.section {
	clear: left;
	padding-top: 10px;
}
*html .section {
	padding-top: 0px;
	margin-top: 10px;
}
.bnr {
	width: 120px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
*html .bnr {
	display: inline;
}
.btn01,.btn02 {
	margin-top: 8px;
}
.section h5 {
	float: right;
	width: 475px;
	color: #900000;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	line-height: 1.2;
}
.section p {
	float: left;
	width: 301px;
	font-size: 110%;
	color: #4e4e4e;
	text-align: left;
	line-height: 1.5;
	margin-top: 8px;
	margin-left: 10px;
}
*html .section p {
	display: inline;
}
.section table {
	float: right;
	width: 137px;
	color: #333333;
	font-size: 90%;
	margin-right: 30px;
	margin-top: 8px;
	border-collapse: collapse;
}
*html .section table {
	display: inline;
}
.section th {
	border: 1px solid #ce8e8e;
	font-weight: normal;
	background-color: #c16967;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	width: 5.5em;
}
.section td {
	border: 1px solid #ce8e8e;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	text-align: left;
}
.sectiontitle01 {
	background: url(../images/01.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle01 {
	height: 38px;
}
.sectiontitle02 {
	background: url(../images/02.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle02 {
	height: 38px;
}
.sectiontitle03 {
	background: url(../images/03.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle03 {
	height: 38px;
}
.sectiontitle04 {
	background: url(../images/04.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle04 {
	height: 38px;
}
.sectiontitle05 {
	background: url(../images/05.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle05 {
	height: 38px;
}
.sectiontitle06 {
	background: url(../images/06.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle06 {
	height: 38px;
}
.sectiontitle07 {
	background: url(../images/07.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle07 {
	height: 38px;
}
.sectiontitle08 {
	background: url(../images/08.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle08 {
	height: 38px;
}
.sectiontitle09 {
	background: url(../images/09.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle09 {
	height: 38px;
}
.sectiontitle10 {
	background: url(../images/10.gif);
	background-repeat: no-repeat;
	color: #5d3c1b;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	height: 30px;
}
*html .sectiontitle10 {
	height: 38px;
}

/* ------------------------------------------------------
Navigation style
------------------------------------------------------ */
#navigation {
	width: 160px;
	float: left;
	padding-top: 20px;
	margin-left: 19px;
	margin-bottom: 50px;
}
*html #navigation {
	display: inline;
}
#navigation02 {
	padding-top: 15px;
}
#navigation03 {
	padding-top: 15px;
}
#navigation dt {
	font-size: 120%;
	border: 1px solid #ab9e8d;
	background: url(../images/navititle.gif);
	background-repeat: no-repeat;
	height: 21px;
	text-align: left;
	padding-top: 6px;
	padding-left: 35px;
}
#navigation dt a {
	color: #ffffff;
	font-weight: bold;
}
*html #navigation dt {
	height: 27px;
}
#navigation dd {
	border-right: 1px solid #ab9e8d;
	border-bottom: 1px solid #ab9e8d;
	border-left: 1px solid #ab9e8d;
	height: 16px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#navigation dd a {
	color: #504dee;
	background: url(../images/naviicon.gif);
	background-repeat: no-repeat;
	font-size: 120%;
	padding-left: 28px;
	margin-left: 5px;
	height: 16px;
	width: 125px;
	text-align: left;
	display: block;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Arial,sans-serif;
}
*html #navigation dd a {
	width: 153px;
}
/* ------------------------------------------------------
Footer style
------------------------------------------------------ */
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 64px;
	color: #808080;
	width: 798px;
}
#footer ul {
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}
#footer li {
	display: inline;
}
#footer a {
	color: #808080;
}
#footer address {
	padding-top: 25px;
	color: #6d6f6e;
}
.cb {
	clear: both;
}
/* ------------------------------------------------------
Topicpath-Main style
------------------------------------------------------ */
#topicpath {
	margin-top: 5px;
	text-align: left;
	margin-bottom: 4px;
}
#topicpath ul {
	flort: left;
	width: 614px;
	text-align: left;
}
#topicpath li {
	display: inline;
}
#topicpath a {
	color: #504dee;
}
/* ------------------------------------------------------
SubPage01-Main style
------------------------------------------------------ */
#submain {
	width: 614px;
	float: right;
	padding-bottom: 50px;
}
#submain h3 {
	float: left;
	clear: left;
	background: url(../images/titleback.gif);
	background-repeat: no-repeat;
	color: #8d0102;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-left: 45px;
	padding-top: 3px;
	width: 591px;
	height: 23px;
}
*html #submain h3 {
	height: 26px;
}
.subbnr {
	width: 120px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;

}
*html .subbnr {
	display: inline;
}
#submain h4 {
	float: right;
	width: 473px;
	color: #0e3192;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	line-height: 1.2;
}
.subtext {
	float: right;
	width: 460px;
	font-size: 110%;
	color: #4e4e4e;
	text-align: left;
	line-height: 1.5;
	margin-top: 8px;
	margin-right: 25px;
}
*html .subtext {
	display: inline;
}
#outsidebox {
	width: 575px;
	float: left;
	color: #333333;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #ce8e8e;
}
*html #outsidebox {
	display: inline;
}
.outsidehead {
	background-color: #f6bcbc;
	border: 1px solid #ac6c6c;
	width: 8em;
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #444444;
}
.hikakuranking {
	background-color: #f6bcbc;
	border-top: 1px solid #ac6c6c;
	border-bottom: 1px solid #ac6c6c;
	border-left: 1px solid #ac6c6c;
	border-right: none;
	font-size: 120%;
	padding: 10px 0px;
	text-align: center;
	color: #333333;
}

.hikakuhead {
	background-color: #f6bcbc;
	border-top: 1px solid #ac6c6c;
	border-bottom: 1px solid #ac6c6c;
	border-right: 1px solid #ac6c6c;
	border-left: none;
	padding: 10px 0px;
	text-align: center;
}
.hikakuhead a {
	text-decoration: none;
	color: #444444;
	font-size: 130%;
	font-weight: bold;
}
.hikakuhead a:hover {
	color: #990000;
	text-decoration: none;
}
.hikakulink {
	border-collapse: collapse;
	width: 6em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	text-align: center;
}
.hikakulink td {
	border: 1px solid #666666;
	padding: 2px 0px;
}
.link01 {
	background: #ccecf4;
}
.link01 a {
	color: #0e3192;
}

.link02 {
	background: #fcc5bf;
}
.link02 a {
	color: #990000;
}
.hikakudata {
	border: 1px solid #ce8e8e;
	font-size: 120%;
	color: #4d4d4d;
	text-align: center;
}
.hikakudata02 {
	border: 1px solid #ce8e8e;
	font-size: 120%;
	color: #4d4d4d;
	text-align: center;
	width: 300px;
}
.adjust {
	width: 220px;
}
.outsidedata {
	border: 1px solid #ce8e8e;
	font-size: 120%;
	color: #4d4d4d;
}
.insidebox {
	border-collapse: collapse;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	width: 400px;
}
.insidebox th {
	background-color: #e8e8e8;
	font-weight: normal;
	border: 1px solid #666666;
	color: #333333;
	padding: 3px 3px;
}
.insidebox td {
	border: 1px solid #666666;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Arial,sans-serif;
	padding: 5px 3px;
}
.hikakudata .insidebox {
	width: 290px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.hikakudata .insidebox td {
	width: 145px;
}
th.insidehead01 {
	background-color: #f9efef;
	padding: 8px 0px;
}
.btn03 {
	width: 142px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
*html .btn03 {
	display: inline;
}
.btn04 {
	width: 142px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}
*html .btn04 {
	display: inline;
}

/* ------------------------------------------------------
SubPage02-Main style
------------------------------------------------------ */

#submain02 {
	width: 614px;
	float: right;
	padding-bottom: 50px;
}
#topicpath {
	margin-top: 5px;
	text-align: left;
	margin-bottom: 4px;
}
#topicpath ul {
	flort: left;
	width: 614px;
	text-align: left;
}
#topicpath li {
	display: inline;
}
#submain02 h3 {
	float: left;
	clear: left;
	background: url(../images/titleback.gif);
	background-repeat: no-repeat;
	color: #8d0102;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-left: 45px;
	width: 591px;
	height: 23px;
}
*html #submain02 h3 {
	height: 26px;
	display: inline;
}
#submain02 h4 {
	background: url(../images/subtitle01.gif);
	background-repeat: no-repeat;
	float: left;
	width: 555px;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-left: 37px;
	line-height: 1.2;
	margin-top: 15px;
	height: 25px;
}
*html #submain02 h4 {
	width: 592px;
	display: inline;
	height: 31px;
}
.subtext {
	border-left: 3px solid #b38360;
	border-right: 3px solid #b38360;
	border-bottom: 3px solid #b38360;
	float: left;
	width: 575px;
	font-size: 110%;
	color: #4e4e4e;
	text-align: left;
	line-height: 1.5;
	margin: 0px 0px 0px 1px;
	padding-top: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
}
*html .subtext {
	width: 591px;
	display: inline;
}
#submain02 h5 {
	background: url(../images/subtitle02.gif);
	background-repeat: no-repeat;
	float: left;
	width: 574px;
	color: #5d3c1b;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-left: 37px;
	line-height: 1.2;
	margin-top: 20px;
	height: 23px;
}
*html #submain02 h5 {
	display: inline;
	height: 33px;
}
.subtext02 {
	float: left;
	width: 576px;
	font-size: 110%;
	color: #4e4e4e;
	text-align: left;
	line-height: 1.5;
	padding: 10px 0px 0px 10px;
}

#archives {
	width: 575px;
	float: left;
	font-size: 130%;
	padding-top: 20px;
	padding-left: 20px;
}
#archives li {
	text-align: left;
	margin-top: 15px;
}
#archives a {
	background: url(../images/newsicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 8px;
	padding-left: 15px;
	color: #67000d;
}