@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color: #247BA6;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#container {
	width: 781px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 
#wrapper {
	background-image: url(../img/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: 781px;
}
#wrapper2 {
	background-image: url(../img/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: 781px;
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	text-align: left;
	width: 781px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sitemap {
	margin-left: 590px;
}
#submenu {
	padding: 0px;
	width: 750px;
	height:29px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	text-align: right;
	background-image: url(../img/bg_submenu.gif);
	background-repeat: repeat-x;
}
/* 上書き指定 */
*+html #submenu{
	margin-left: 2px;
}
* html #submenu {
	margin-left: 2px;
}

#image {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 17px;
	background-image: url(../img/image.jpg);
	height: 169px;
	text-align: left;
}
#image p {
	width: 180px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#image img{
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}




#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	float: left;
}
.toppage #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 360px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	text-align: left;
}
/* 上書き指定 */
* html .toppage #sidebar1 {
	margin-left: 8px;
}

#mainContent h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.toppage #mainContent {
	padding: 0;
	width: 360px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 406px;
	text-align: left;
} 

/* 上書き指定 */
* html .toppage #mainContent {
	margin-left: 390px;
}
*+html .toppage #mainContent {
	margin-left: 393px;	
}
#sidebar1 h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* 上書き指定 */
* html #sidebar1 h1 {
	margin-top: 10px;
}
*+html #sidebar1 h1 {
	margin-top: 10px;
}


#footer {
	padding: 0;
	margin: 0px;
	width: 780px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subpage #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 139px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	text-align: left;
	padding: 5px;
	background-image: url(../img/bg_banner.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* 上書き指定 */
*+html .subpage #sidebar1{
	margin-top: 20px;
}
* html .subpage #sidebar1 {
	margin-top: 20px;
	margin-left:8px;
}
.ichiran1 {
	margin-bottom: 5px;
	margin-left: 20px;
}
.ichiran2 {
	margin-left: 20px;
}
#breadcrum {
	text-align: left;
	margin-left: 30px;
	margin-top: -25px;
}
#breadcrum a {
	color: #006699;
	text-decoration: none;
}




.subpage #sidebar1 img {
	margin-top: 3px;
	margin-bottom: 3px;
}
.subpage #mainContent {
	padding: 0;
	width: 570px;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 197px;
	text-align: left;
	padding-top:10px;
}
/* 上書き指定 */
*+html .subpage #mainContent{
	margin-left: 182px;
	margin-top: 10px;
}
* html .subpage #mainContent {
	margin-left: 177px;
	margin-top: 10px;
}
h2.rule {
	font-size: 12px;
	background-color: #dae7ef;
	text-align: center;
	padding: 5px;
}
.pagetop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.back {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.midashi {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
table#year {
	border-collapse:collapse;
	border:3px solid #336699;
	width:100%;
}
#year th,#year td {
	padding:0.3em 1em;
}
#year th {
	border:none;
	color:#ffffff;
	background-color:#336699;
}
#year td {
	border-top:none;
	border-bottom:none;
	border-left:1px solid #336699;
	border-right:1px solid #336699;
}
.year0 {
	background-color: #FFECEC;
	
	}
	
.year10{
	background-color: #FFECD9;

}

.year20{
	background-color: #E0EFE0;
}
.year30{
	background-color: #E8F3FF;
}
.year40{
	background-color: #E0E0EF;

}
.year50{
	background-color: #F8F7EF;
}
.year60{
	background-color: #FFFFD9;
}
	.award td {
	font-size: 10px;
}
.subpage #mainContent a {
	color: #006699;
}
p.ichiran {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
h2.sitemap {
	font-size: 12px;
	background-color: #dae7ef;
	text-align: left;
	padding: 5px;
}
div.topics {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	text-align: left;
}
.topics a {
	color: #006699;
	text-decoration: none;
}
.topics p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1 a {
	color: #006699;
	text-decoration: none;
}
div#archive {
	border-bottom:1px dotted #DADADA;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:5px;
}.list {
	list-style-type: none;
	text-decoration: none;
}
.list a {
	text-decoration: none;
}

.list1 {
	background-image: url(../img/bg_submenu01.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	padding-left: 25px;
	padding-top: 5px;
}
.list2 {
	background-image: url(../img/bg_submenu02.gif);
	text-align: left;
	height: 23px;
	padding-top: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.list3 {
	background-image: url(../img/bg_submenu03.gif);
	text-align: left;
	height: 26px;
	padding-left: 45px;
	padding-top: 2px;
	background-repeat: no-repeat;
}
.list4 {
	background-image: url(../img/bg_submenu04.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 45px;
	margin-bottom: 5px;
	height: 28px;
}
.list a:visited {
	text-decoration: none;
}
.subpage #mainContent a:visited {
	color: #75A9C2;
}
.toppage #sitemap {
	margin-left: 481px;
}
body:last-child:not(:root:root) .toppage #sitemap {
	margin-left: 372px;
}
div.topics2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	text-align: left;
	width: 300px;
}
.topics2 a {
	color: #006699;
	text-decoration: none;
}
.topics2 p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#topbanner img {
	margin-bottom: 10px;
}

#topbanner p {
	margin: 0px;
}

