@charset "UTF-8";
 {
}

body {
	position: relative;
	height: 100%;
}

.container,
.contents,
.contents > * {
	position: relative;
}

.container {
	min-height: 40px;
}

html {
	font-size: 10px;
}

* html {
	font-size: 62.5%;
}

*:first-child html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 100%;
}

* html body {
	height: 100%;
}

#backlayer {
	position: absolute;
	background: none;
	margin: 0 auto;
}

#wraplayer2 {
	position: relative;
	background-image: url(images/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100%;
	margin: 0 auto;
}

#wraplayer1 {
	position: relative;
	width: 864px;
	padding: 0 20px;
	background-image: url(images/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100%;
	margin: 0 auto;
}

#wraplayer {
	position: relative;
	background: none;
	margin: 0 auto;
}

#mainlayer {
	position: relative;
	margin: 0 auto;
	width: 864px;
}

* html #mainlayer {
}

#frontlayer {
	position: absolute;
	background: none;
	margin: 0 auto;
}

.contents .layoutbox {
	position: relative;
	overflow: hidden;
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.contents .layoutbox-left {
	float: left;
	margin-right: 20px;
}

.contents .layoutbox-right {
	float: right;
}

.contents .layoutbox-clear {
	clear: both;
}

.contents .layoutbox-style1 {
}

.contents .layoutbox-style2 {
}

.contents .layoutbox-style3 {
}

.contents .layoutbox-style4 {
}

.contents .layoutbox-style5 {
}

.contents .layoutbox {
}

.contents .layoutbox {
}

.contents .layoutbox {
}

.contents .layoutbox {
}

.contents .layoutbox {
}

.contents .layoutbox blockquote {
	position: relative;
	margin: 0 .5em;
	padding: 1em;
	border-left: 3px solid #999999;
}

* html .contents .layoutbox blockquote {
	padding: .5em 1em 1em;
}

.contents .layoutbox .columninner1 {
	position: relative;
	margin: .5em;
	padding: 1em 1.2em .8em;
	border: 1px solid #666666;
	line-height: 1.3;
}

.contents .layoutbox .columninner2 {
	position: relative;
	margin: .5em;
	padding: 1em 1.2em .8em;
	background-color: #dcdcdc;
	line-height: 1.3;
}

.contents .layoutbox .columninner3 {
	position: relative;
	margin: .5em;
	padding: 0 1.2em;
}
.contents .layoutbox .columninner3 .columnheader {
	position: relative;
	width: auto;
	height: 6px;
	margin: 0 -1.2em 1em;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.contents .layoutbox .columninner3 .columnfooter {
	position: relative;
	width: auto;
	height: 6px;
	margin: .8em -1.2em 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.contents .layoutbox .scrollouter {
	position: relative;
	overflow: auto;
	height: 150px;
	margin-right: -5px;
}

.contents .layoutbox .scrollinner {
	position: relative;
	padding-right: .8em;
}

.contents dl.topics {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}
.contents dl.topics dt {
	margin-bottom: .5em;
	font-weight: bold;
}
.contents dl.topics dd {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.contents dl.topics dd .topicimage {
}
.contents dl.topics dd .topicimage.topicimageright {
	float: right;
	margin: 0 0 1em 20px;
}
.contents dl.topics dd .topicimage.topicimageleft {
	float: left;
	margin: 0 20px 1em 0;
}

.contents .sitemap {
	position: relative;
	overflow: hidden;
}

.contents .sitemap .sitemapcontainer {
	position: relative;
	overflow: hidden;
	margin: .5em 0;
	border: 1px solid #ccc;
}

.contents .sitemap .sitemapcontainer dt {
	position: relative;
	overflow: hidden;
	margin-bottom: .5em;
	padding: .5em 1em;
	font-weight: bold;
	background-color: #eee;
}

.contents .sitemap .sitemapcontainer dd {
	position: relative;
	overflow: hidden;
	padding: 0 .5em .5em 2em;
	margin: 0 1em 0 1.5em;
}

.contents .sitemap .sitemapcontainer dd span {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(images/inline_icon.png);
	background-position: 0 0;
	background-repeat: none;
}

.contents .sitemap .sitemapcontainer .notes {
	color: #868686;
	font-weight: normal;
	line-height: 1.3;
}


.contents .rssicon {
	display: block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background-image: url(images/rss16.gif);
}

body {
	color: #333333;
}

.fontsS .contents {
	font-size: 100%;
	line-height: 1.4;
}

.fontsM .contents {
	font-size: 120%;
	line-height: 1.6;
}

.fontsL .contents {
	font-size: 140%;
	line-height: 1.6;
}

.fontsXL .contents {
	font-size: 160%;
	line-height: 1.6;
}

.contents b {
	font-weight: bold;
}

.contents em {
	font-weight: bold;
}

.contents strong {
	font-weight: bold;
	text-decoration: underline;
}

.contents i {
	font-style: italic;
}

.contents .textstyle1 {
	color: #ff3613;
}

.contents .textstyle2 {
	color: #0936c0;
}

.contents .textstyle3 {
	color: #cc6c13;
}

.contents .textstyle4 {
	color: #4ca000;
}

.contents .textstyle5 {
	color: #999690;
}

.contents .textstyle6 {
	color: #0936c0;
	font-weight: bold;
}

.contents .textstyle7 {
	color: #ff3613;
	font-weight: bold;
}

.contents .textstyle8 {
	color: #0936c0;
	text-decoration: underline;
}

.contents .textstyle9 {
	color: #ff3613;
	text-decoration: underline;
}

.contents .textstyle10 {
	color: #999690;
	font-size: 83.3%;
}

.contents sub {
}

.contents sup {
}

.contents del {
}

.contents ins {
}

.contents abbr {
}

.contents acronvm {
}

.contents dfn {
}

.contents q {
}

.contents cite {
}

.contents code {
}

.contents var {
}

.contents kbd {
}

.contents samp {
}

.contents a {
	color: #3366cc;
	text-decoration: underline;
}

.contents a:link {
	color: #3366cc;
}

.contents a:visited {
	color: #9966cc;
}

.contents a:hover {
	color: #3366cc;
	text-decoration: none;
}

.contents a:active {
	color: #3366cc;
	text-decoration: none;
}

.contents a.linkstyle1 {
}

.contents a.linkstyle1:link {
}

.contents a.linkstyle1:visited {
}

.contents a.linkstyle1:hover {
}

.contents a.linkstyle1:active {
}

.contents a.linkstyle2 {
}

.contents a.linkstyle2:link {
}

.contents a.linkstyle2:visited {
}

.contents a.linkstyle2:hover {
}

.contents a.linkstyle2:active {
}

.contents a.linkstyle3 {
}

.contents a.linkstyle3:link {
}

.contents a.linkstyle3:visited {
}

.contents a.linkstyle3:hover {
}

.contents a.linkstyle3:active {
}

.contents a.linkstyle4 {
}

.contents a.linkstyle4:link {
}

.contents a.linkstyle4:visited {
}

.contents a.linkstyle4:hover {
}

.contents a.linkstyle4:active {
}

.contents a.linkstyle5 {
}

.contents a.linkstyle5:link {
}

.contents a.linkstyle5:visited {
}

.contents a.linkstyle5:hover {
}

.contents a.linkstyle5:active {
}

.contents a {
}

.contents a {
}

.contents a {
}

.contents a {
}

.contents a {
}

.contents p.plusiconlink {
	position: relative;
	margin: 0.5em 0;
	padding: 0 0 0 24px;
}

.contents p.plusiconlink span {
	display: block;
	position: absolute;
	overlow: hidden;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(images/inline_icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.contents p.plusiconlink span.linkicon1 {
	background-position: 0 0;
}

.contents p.plusiconlink span.linkicon2 {
	background-position: 0 -16px;
}

.contents p.plusiconlink span.linkicon3 {
	background-position: 0 -32px;
}

.contents p.plusiconlink span.linkicon4 {
	background-position: 0 -48px;
}

.contents p.plusiconlink span.linkicon5 {
	background-position: 0 -64px;
}

.contents p.plusiconlink a {
}

.contents p.plusiconlink a:link {
}

.contents p.plusiconlink a:visited {
}

.contents p.plusiconlink a:hover {
}

.contents p.plusiconlink a:active {
}

.contents p.plusiconlinktop {
	position: relative;
	margin: 0.5em 0;
	padding: 0 24px 0 0;
	text-align: right;
}

.contents p.plusiconlinktop span {
	display: block;
	position: absolute;
	overlow: hidden;
	top: 2px;
	right: 0;
	width: 16px;
	height: 16px;
	background-image: url(images/inline_icon.png);
	background-position: -16px 0;
	background-repeat: no-repeat;
}

.contents p.plusiconlinktop span.linkicon1 {
	background-position: -16px 0;
}

.contents p.plusiconlinktop span.linkicon2 {
	background-position: -16px -16px;
}

.contents p.plusiconlinktop span.linkicon3 {
	background-position: -16px -32px;
}

.contents p.plusiconlinktop span.linkicon4 {
	background-position: -16px -48px;
}

.contents p.plusiconlinktop span.linkicon5 {
	background-position: -16px -64px;
}

.contents p.plusiconlinktop a {
}

.contents p.plusiconlinktop a:hover {
}

.contents ul.accesscounter {
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 20px;
}

.contents ul.accesscounter li {
	float: left;
	overflow: hidden;
	width: 10px;
	height: 20px;
	background-image: url(images/counter_num.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
	.contents ul.accesscounter li.ac_0 {
		background-position: 0 0;
	}
	.contents ul.accesscounter li.ac_1 {
		background-position: -10px 0;
	}
	.contents ul.accesscounter li.ac_2 {
		background-position: -20px 0;
	}
	.contents ul.accesscounter li.ac_3 {
		background-position: -30px 0;
	}
	.contents ul.accesscounter li.ac_4 {
		background-position: -40px 0;
	}
	.contents ul.accesscounter li.ac_5 {
		background-position: -50px 0;
	}
	.contents ul.accesscounter li.ac_6 {
		background-position: -60px 0;
	}
	.contents ul.accesscounter li.ac_7 {
		background-position: -70px 0;
	}
	.contents ul.accesscounter li.ac_8 {
		background-position: -80px 0;
	}
	.contents ul.accesscounter li.ac_9 {
		background-position: -90px 0;
	}

.contents h1.general {
	color: #ffffff;
	font-weight: bold;
}

.contents h2.general {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	font-size: 160%;
	font-weight: bold;
	background-color: #333333;
	color: #f0f0f0;
}

.contents h3.general {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	font-size: 120%;
	font-weight: bold;
	background-color: #333333;
	color: #f0f0f0;
}

.contents h4.general {
}

.contents h5.general {
}

.contents h6.general {
}

.contents h1.style1 {
}

.contents h2.style1 {
}

.contents h3.style1 {
}

.contents h4.style1 {
}

.contents h5.style1 {
}

.contents h6.style1 {
}

.contents h1.style2 {
}

.contents h2.style2 {
}

.contents h3.style2 {
}

.contents h4.style2 {
}

.contents h5.style2 {
}

.contents h6.style2 {
}

.contents h1.style3 {
}

.contents h2.style3 {
}

.contents h3.style3 {
}

.contents h4.style3 {
}

.contents h5.style3 {
}

.contents h6.style3 {
}

.contents h1.style4 {
}

.contents h2.style4 {
}

.contents h3.style4 {
}

.contents h4.style4 {
}

.contents h5.style4 {
}

.contents h6.style4 {
}

.contents h1.style5 {
}

.contents h2.style5 {
}

.contents h3.style5 {
}

.contents h4.style5 {
}

.contents h5.style5 {
}

.contents h6.style5 {
}

.contents h1 {
}

.contents h2 {
}

.contents h3 {
}

.contents h4 {
}

.contents h5 {
}

.contents h6 {
}

.contents h1 {
}

.contents h2 {
}

.contents h3 {
}

.contents h4 {
}

.contents h5 {
}

.contents h6 {
}

.contents h1 {
}

.contents h2 {
}

.contents h3 {
}

.contents h4 {
}

.contents h5 {
}

.contents h6 {
}

.contents h1 {
}

.contents h2 {
}

.contents h3 {
}

.contents h4 {
}

.contents h5 {
}

.contents h6 {
}

.contents h1.pageheadh1 {
	padding-top: 5px;
	font-weight: bold;
}

.contents h2 {
}

.contents h3 {
}

.contents h4 {
}

.contents h5 {
}

.contents h6 {
}

.contents h2.image-head1,
.contents h2.image-head2,
.contents h2.image-head3,
.contents h2.image-head4,
.contents h2.image-head5 {
	position: relative;
	overflow: hidden;
	width: 648px;
	height: 50px;
	margin: 1em -10px .5em;
	background-image: url(images/header_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.contents h2.image-head1 img,
.contents h2.image-head2 img,
.contents h2.image-head3 img,
.contents h2.image-head4 img,
.contents h2.image-head5 img {
	display: block;
	position: absolute;
	left: 40px;
}

.contents h2.image-head1 {
	background-position: 0 0;
}

.contents h2.image-head1 img {
}

.contents h2.image-head2 {
	background-position: 0 -60px;
}

.contents h2.image-head2 img {
}

.contents h2.image-head3 {
	background-position: 0 -120px;
}

.contents h2.image-head3 img {
}

.contents h2.image-head4 {
	background-position: 0 -180px;
}

.contents h2.image-head4 img {
}

.contents h2.image-head5 {
	background-position: 0 -240px;
}

.contents h2.image-head5 img {
}

.contents h3.image-head1,
.contents h3.image-head2,
.contents h3.image-head3,
.contents h3.image-head4,
.contents h3.image-head5 {
	position: relative;
	overflow: hidden;
	width: 648px;
	height: 40px;
	margin: 1em -10px .5em;
	background-image: url(images/header_bg.png);
	background-position: 0 -300px;
	background-repeat: no-repeat;
}

.contents h3.image-head1 img,
.contents h3.image-head2 img,
.contents h3.image-head3 img,
.contents h3.image-head4 img,
.contents h3.image-head5 img {
	display: block;
	position: absolute;
	left: 40px;
}

.contents h3.image-head1 {
	background-position: 0 -300px;
}

.contents h3.image-head1 img {
}

.contents h3.image-head2 {
	background-position: 0 -350px;
}

.contents h3.image-head2 img {
}

.contents h3.image-head3 {
	background-position: 0 -400px;
}

.contents h3.image-head3 img {
}

.contents h3.image-head4 {
	background-position: 0 -450px;
}

.contents h3.image-head4 img {
}

.contents h3.image-head5 {
	background-position: 0 -500px;
}

.contents h3.image-head5 img {
}

.contents h4.image-head1,
.contents h4.image-head2,
.contents h4.image-head3,
.contents h4.image-head4,
.contents h4.image-head5 {
	position: relative;
	overflow: hidden;
	width: 648px;
	height: 40px;
	margin: 1em -10px .5em;
	background-image: url(images/header_bg.png);
	background-position: 0 -550px;
	background-repeat: no-repeat;
}

.contents h4.image-head1 img,
.contents h4.image-head2 img,
.contents h4.image-head3 img,
.contents h4.image-head4 img,
.contents h4.image-head5 img {
	display: block;
	position: absolute;
	left: 40px;
}

.contents h4.image-head1 {
	background-position: 0 -550px;
}

.contents h4.image-head1 img {
}

.contents h4.image-head2 {
	background-position: 0 -600px;
}

.contents h4.image-head2 img {
}

.contents h4.image-head3 {
	background-position: 0 -650px;
}

.contents h4.image-head3 img {
}

.contents h4.image-head4 {
	background-position: 0 -700px;
}

.contents h4.image-head4 img {
}

.contents h4.image-head5 {
	background-position: 0 -750px;
}

.contents h4.image-head5 img {
}

.contents ul.general {
}

.contents ul.general li {
}

.contents ul.ul-style1 {
}

.contents ul.ul-style1 li {
}

.contents ul.ul-style2 {
}

.contents ul.ul-style2 li {
}

.contents ul.ul-style3 {
}

.contents ul.ul-style3 li {
}

.contents ul.ul-style4 {
}

.contents ul.ul-style4 li {
}

.contents ul.ul-style5 {
}

.contents ul.ul-style5 li {
}

.contents ul {
}

.contents ul li {
}

.contents ul {
}

.contents ul li {
}

.contents ul {
}

.contents ul li {
}

.contents ul {
}

.contents ul li {
}

.contents ul {
}

.contents ul li {
}

.contents ol.general {
}

.contents ol.general li {
}

.contents ol.ol-style1 {
}

.contents ol.ol-style1 li {
}

.contents ol.ol-style2 {
}

.contents ol.ol-style2 li {
}

.contents ol.ol-style3 {
}

.contents ol.ol-style3 li {
}

.contents ol.ol-style4 {
}

.contents ol.ol-style4 li {
}

.contents ol.ol-style5 {
}

.contents ol.ol-style5 li {
}

.contents ol {
}

.contents ol li {
}

.contents ol {
}

.contents ol li {
}

.contents ol {
}

.contents ol li {
}

.contents ol {
}

.contents ol li {
}

.contents ol {
}

.contents ol li {
}

.contents table.general {
	width: 100%;
	margin: 0.5em 0;
}

.contents table.general th {
	padding: 4px 4px 3px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.contents table.general td {
	padding: 4px 4px 3px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.contents table.v-border td {
	border-top: none;
	border-bottom: none;
}

.contents table.h-border td {
	border-right: none;
	border-left: none;
}

.contents table.tablestyle1 {
}

.contents table.tablestyle1 th {
	padding: 1px 4px 0px 4px;
}

.contents table.tablestyle1 td {
	padding: 1px 4px 0px 4px;
}

.contents table.tablestyle2 {
}

.contents table.tablestyle2 th {
	padding: 8px 4px 6px 4px;
}

.contents table.tablestyle2 td {
	padding: 8px 4px 6px 4px;
}

.contents table.tablestyle3 {
}

.contents table.tablestyle3 th {
}

.contents table.tablestyle3 td {
}

.contents table.tablestyle4 {
}

.contents table.tablestyle4 th {
}

.contents table.tablestyle4 td {
}

.contents table.tablestyle5 {
}

.contents table.tablestyle5 th {
}

.contents table.tablestyle5 td {
}

.contents table {
}

.contents table th {
}

.contents table td {
}

.contents table {
}

.contents table th {
}

.contents table td {
}

.contents table {
}

.contents table th {
}

.contents table td {
}

.contents table {
}

.contents table th {
}

.contents table td {
}

.contents table {
}

.contents table th {
}

.contents table td {
}

.contents input {
	padding: 2px 3px;
	border: 1px solid #999999;
	background: #ffffff;
	line-height: 1.2;
}

.contents input:focus {
	border: 1px solid #c0d0f0;
	background: #c0d0f0;
}

.contents input:disabled {
	background-color: dddddd;
}

.contents textarea {
	padding: 2px 3px;
	border: 1px solid #999999;
	background: #ffffff;
	line-height: 1.2;
}

.contents textarea:focus {
	border: 1px solid #c0d0f0;
	background: #c0d0f0;
}

.contents textarea:disabled {
	background-color: dddddd;
}

.contents select {
	padding: 2px 3px;
	border: 1px solid #999999;
	background: #ffffff;
	line-height: 1.2;
}

.contents select:focus {
}

.contents select:disabled {
	background-color: dddddd;
}

.contents hr.general {
	width: 100%;
	height: 1px;
	margin: 0.5em 0;
	border: 0px none;
	background-color: #666666;
}

html*.contents hr.general {
	display: block;
	margin: -7px 0;
}

.contents hr.hr-style1 {
	width: 100%;
	height: 1px;
	margin: 0.5em 0;
	border: 0px none;
	background-color: #cccccc;
}

.contents hr.hr-style2 {
	width: 80%;
	height: 1px;
	margin: 0.5em auto;
	border: 0px none;
	background-color: #666666;
}

.contents hr.hr-style3 {
	width: 80%;
	height: 1px;
	margin: 0.5em auto;
	border: 0px none;
	background-color: #cccccc;
}

.contents hr.hr-style4 {
}

.contents hr.hr-style5 {
}

.contents hr.margintop1 {
	margin-top: 1em;
}

.contents hr.margintop2 {
	margin-top: 2em;
}

.contents hr.margintop3 {
	margin-top: 3em;
}

.contents hr.marginbottom1 {
	margin-bottom: 1em;
}

.contents hr.marginbottom2 {
	margin-bottom: 2em;
}

.contents hr.marginbottom3 {
	margin-bottom: 3em;
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents hr.blankgeneral {
	visibility: hidden;
	width: 100%;
	height: 10px;
	border: none;
	background: none;
	outline: none;
}

html*.contents hr.blankgeneral {
	display: block;
	margin: -7px 0;
}

.contents hr.hr-blank1 {
	height: 20px;
}

.contents hr.hr-blank2 {
	height: 30px;
}

.contents hr.hr-blank3 {
	height: 40px;
}

.contents hr.hr-blank4 {
	height: 50px;
}

.contents hr.hr-blank5 {
	height: 60px;
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents hr {
}

.contents ul.indexmenu-v {
	position: relative;
}

.contents ul.indexmenu-v li {
	position: relative;
	margin-bottom: 3px;
	background-image: url(images/indexmenu_v.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.contents ul.indexmenu-v li.depth0 {
	overflow: hidden;
	height: 40px;
	background-position: 0 0;
}

.contents ul.indexmenu-v li.depth0:hover {
	background-position: 0 -50px;
}

.contents ul.indexmenu-v li.depth0.current,
.contents ul.indexmenu-v li.depth0.current:hover {
	background-position: 0 -100px;
}

.contents ul.indexmenu-v li.depth1 {
	overflow: hidden;
	height: 32px;
	background-position: 0 -150px;
}

.contents ul.indexmenu-v li.depth1:hover {
	background-position: 0 -200px;
}

.contents ul.indexmenu-v li.depth1.current,
.contents ul.indexmenu-v li.depth1.current:hover {
	background-position: 0 -250px;
}

.contents ul.indexmenu-v li a {
	display: block;
	position: relative;
	padding: 1.2em 0 0 40px;
	color: #666666;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
}

.contents ul.indexmenu-v li a:hover {
	color: #464646;
}

.fontsS .contents ul.indexmenu-v li a {
	padding-top: 1.6em;
}

.fontsL .contents ul.indexmenu-v li a {
	padding-top: 1em;
}

.fontsXL .contents ul.indexmenu-v li a {
	padding-top: .8em;
}

.contents ul.indexmenu-v li.depth1 a {
	padding: .8em 0 0 40px;
	color: #666666;
	font-weight: normal;
}

.contents ul.indexmenu-v li.depth1 a:hover {
	color: #464646;
}

.fontsS .contents ul.indexmenu-v li.depth1 a {
	padding-top: 1em;
}

.fontsL .contents ul.indexmenu-v li.depth1 a {
	padding-top: .6em;
}

.fontsXL .contents ul.indexmenu-v li.depth1 a {
	padding-top: .4em;
}

.contents ul.indexmenu-v li.menuchild {
	margin-bottom: 15px;
	background: none;
}

html*.contents ul.indexmenu-v li.menuchild ul {
	overflow: hidden;
}

.contents ul.indexmenu-h {
	position: relative;
	overflow: hidden;
	margin-top: .5em;
}

.contents ul.indexmenu-h li {
	position: relative;
	float: left;
	margin: 0 -1px 5px 0;
	padding: 1px 1em 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	white-space: nowrap;
	line-height: 1.1;
}

.contents ul.indexmenu-h li.menuchild {
	display: none;
}

.contents ul.indexmenu-h li a {
}

.contents ul.indexmenu-h li a:link {
}

.contents ul.indexmenu-h li a:visited {
}

.contents ul.indexmenu-h li a:hover {
}

.contents ul.indexmenu-h li a:active {
}

 {
}

.contents .w1col > img {
	width: 34px;
}

.contents .w2col > img {
	width: 88px;
}

.contents .w3col > img {
	width: 142px;
}

.contents .w4col > img {
	width: 196px;
}

.contents .w5col > img {
	width: 250px;
}

.contents .w6col > img {
	width: 304px;
}

.contents .w7col > img {
	width: 358px;
}

.contents .w8col > img {
	width: 412px;
}

.contents .w9col > img {
	width: 466px;
}

.contents .w10col > img {
	width: 520px;
}

.contents .w11col > img {
	width: 574px;
}

.contents .w12col > img {
	width: 628px;
}

.contents .w13col > img {
	width: 682px;
}

.contents .w14col > img {
	width: 736px;
}

.contents .w15col > img {
	width: 790px;
}

.contents .w16col > img {
	width: 844px;
}

#header {
}

#titleA {
}

#titleB {
}

#topinfo {
}

#bodygroup {
}

#maingroup {
}

#mainA {
}

#mainB {
}

#mainC {
}

#sidegroup {
}

#sideA {
}

#sideB {
}

#sideC {
}

#bottominfo {
}

#footer {
}

.contents .w1col {
	width: 34px;
}

.contents .w2col {
	width: 88px;
}

.contents .w3col {
	width: 142px;
}

.contents .w4col {
	width: 196px;
}

.contents .w5col {
	width: 250px;
}

.contents .w6col {
	width: 304px;
}

.contents .w7col {
	width: 358px;
}

.contents .w8col {
	width: 412px;
}

.contents .w9col {
	width: 466px;
}

.contents .w10col {
	width: 520px;
}

.contents .w11col {
	width: 574px;
}

.contents .w12col {
	width: 628px;
}

.contents .w13col {
	width: 682px;
}

.contents .w14col {
	width: 736px;
}

.contents .w15col {
	width: 790px;
}

.contents .w16col {
	width: 844px;
}


.imageframe {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.imgframe p {
}

.imgframe img {
	width: 100%;
	height: auto;
}

.std-accordion .accordionbox {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: .5em;
	padding: 9px 8px 6px;
	background-color: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.std-accordion .accordiontitle {
	position: relative;
	padding: 1px 2px 1px 27px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/acordion_head.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 50%;
}

.std-accordion .accordiontitle-inner {
	position: relative;
}

.std-accordion .accordionbody {
	display: none;
	position: relative;
	margin-top: 5px;
	padding: 5px 2px 0;
	border-top: 1px dotted #999;
}

.idt-breadcrumbs {
	position: relative;
}

.idt-breadcrumbs .breadcrumbs {
	overflow: hidden;
	position: relative;
	min-height: 1em;
	margin: 5px 0;
	padding-bottom: 10px;
	color: #666;
}

.idt-breadcrumbs .breadcrumbs-item {
	float: left;
	margin-right: .3em;
	white-space: nowrap;
	line-height: 1.1;
}

.idt-breadcrumbs .breadcrumbs-delimiter {
	float: left;
	margin-right: .3em;
	white-space: nowrap;
	line-height: 1.1;
}

.idt-breadcrumbs .breadcrumbs-home {
}

.idt-breadcrumbs .breadcrumbs a {
	color: #333;
	text-decoration: underline;
}

.pln-imageflip {
	position: relative;
}

.pln-imageflip .imageflip {
	position: relative;
	padding-bottom: 25px;
}

.pln-imageflip .imageflipbody {
	position: relative;
}

.pln-imageflip .imageflipbody-item {
	position: relative;
}

.pln-imageflip .imageflipbody-item a {
}

.pln-imageflip .imageflipbody-item img {
}

.pln-imageflip .imageflipbutton {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.pln-imageflip .imageflipbutton-item {
	float: left;
	width: 33px;
	height: 13px;
	margin-right: 5px;
	background: url(images/imageflip_button.gif) 0 0 no-repeat;
	cursor: pointer;
}

.pln-imageflip .imageflipbutton-item:hover {
	background-position: -33px 0;
}

.pln-imageflip .imageflipbutton-item.selected {
	background-position: -66px 0;
	cursor: default;
}

.std-tab .tabbox {
	position: relative;
	overflow: hidden;
	margin-bottom: .5em;
}

.std-tab .tabbox .tabthumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.std-tab .tabbox .tabthumb-item {
	display: inline;
	position: relative;
	float: left;
	height: 1em;
	margin: 0 10px 0 2px;
	padding: 4px 5px 3px 15px;
	background: url(images/tab_head.gif) 0 0 no-repeat;
	color: #ccc;
	line-height: 1.1;
	white-space: nowrap;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.std-tab .tabbox .tabthumb-item-end {
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 15px;
	height: 100%;
	background: url(images/tab_head.gif) 100% 0 no-repeat;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.std-tab .tabbox .tabthumb-item:hover {
	background-position: 0 -80px;
	color: #eee;
	cursor: pointer;
}

.std-tab .tabbox .tabthumb-item:hover .tabthumb-item-end {
	background-position: 100% -80px;
	cursor: pointer;
}

.std-tab .tabbox .tabthumb-selected,
.std-tab .tabbox .tabthumb-selected:hover {
	background-position: 0 -160px;
	color: #eee;
}

.std-tab .tabbox .tabthumb-selected .tabthumb-item-end,
.std-tab .tabbox .tabthumb-selected:hover .tabthumb-item-end {
	background-position: 100% -160px;
}

.std-tab .tabbox .tabbody {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.std-tab .tabbox .tabbody-item-title {
	position: relative;
	padding: 0 0 .5em 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2;
}

.list-gen {
}

html*.list-gen {
	overflow: hidden;
}

.list-gen .list-item {
	list-style: disc;
	margin-left: 1.5em;
}

html*.list-gen .list-item {
	margin-left: 2em;
}

.list-gen .list-item.disc {
	list-style: disc;
}

.list-gen .list-item.circle {
	list-style: circle;
}

.list-gen .list-item.square {
	list-style: square;
}

.list-gen .list-item.decimal {
	list-style: decimal;
}

.list-gen .list-item.upper-roman {
	list-style: upper-roman;
}

.list-gen .list-item.lower-roman {
	list-style: lower-roman;
}

.list-gen .list-item.upper-alpha {
	list-style: upper-alpha;
}

.list-gen .list-item.lower-alpha {
	list-style: lower-alpha;
}


.contents .topic2Object-before {
    background-color: #DDDDDD;
    border: medium none;
    float: left;
    outline-width: 0;
}
.contents .topic2Object-before:hover {
    cursor: pointer;
}
.contents .topic2Object-next {
    background-color: #DDDDDD;
    border: medium none;
    float: right;
    outline-width: 0;
}
.contents .topic2Object-next:hover {
    cursor: pointer;
}
.topics2-T0 .topics2-inner {
    margin-bottom: 20px;
}
.topics2-T0 .topics2-title {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.1;
    margin: 3px 0 5px;
}
.topics2-T1 .topics2-inner {
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.topics2-T1 .topics2-header {
    font-weight: bold;
    overflow: hidden;
    position: relative;
}
.topics2-T1 .topics2-date {
    background-color: #CCCCCC;
    border-radius: 1em 1em 1em 1em;
    float: left;
    font-weight: bold;
    line-height: 1.1;
    padding: 3px 1em 1px;
}
.topics2-T1 .topics2-categories {
    float: right;
}
.topics2-T1 .topics2-categories-main {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    padding: 1px 8px 0;
}
.topics2-T1 .topics2-categories-sub {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 1px 8px 0;
}
.topics2-T1 .topics2-title {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.1;
    margin: 10px 0;
}
.topics2-T2 .topics2-inner {
    border: 1px solid #999999;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.topics2-T2 .topics2-header {
    font-weight: bold;
    overflow: hidden;
    position: relative;
}
.topics2-T2 .topics2-date {
    background-color: #666666;
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    font-weight: bold;
    padding: 5px 10px;
}
.topics2-T2 .topics2-date-year {
    color: #EEEEEE;
    display: block;
    text-align: center;
}
.topics2-T2 .topics2-date-monthday {
    color: #EEEEEE;
    display: block;
    font-size: 120%;
    line-height: 1.2;
    text-align: center;
}
.topics2-T2 .topics2-categories {
    float: right;
}
.topics2-T2 .topics2-categories-main {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    padding: 1px 8px 0;
}
.topics2-T2 .topics2-categories-sub {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 1px 8px 0;
}

.topics2-T2 .topics2-title {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.1;
    margin: 10px 0;
}

.topics2-T2 .topics2-data {
	overflow: hidden;
}
.topics2-list-Ta2 {
    width: 100%;
}
.topics2-list-Ta2 .topics2-list-row {
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
    line-height: 1.1;
    padding: 8px 4px 7px;
}
.topics2-list-Ta2 .topics2-date {
    white-space: nowrap;
}
.topics2-list-Ta2 .topics2-categories {
    font-size: 84%;
    white-space: nowrap;
}
.topics2-list-Ta2 .topics2-categories-main {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    padding: 1px 8px 0;
}
.topics2-list-Ta2 .topics2-categories-sub {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-right: 6px;
    padding: 1px 8px 0;
}
.topics2-list-Ta2 .topics2-title {
    width: 80%;
}
.topics2-list-Ta3 .topics2-list-Ta3-outer {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px 10px;
}
.topics2-list-Ta3 .topics2-date {
    font-size: 84%;
    font-weight: bold;
}
.topics2-list-Ta3 .topics2-title {
    font-size: 120%;
    font-weight: bold;
}
.topics2-list-Ta3 .topics2-data {
    line-height: 1.2;
}
.topics2-list-Ta3 .topics2-data a {
    text-decoration: none;
}
.topics2-list-Tb2 {
    overflow: hidden;
}
.topics2-list-Tb2 .topics2-list-item {
    float: left;
    margin-right: 1em;
}
.topics2-list-Tb3 {
    width: 100%;
}
.topics2-list-Tb3 .topics2-list-item {
    border-bottom: 1px dotted #999999;
    border-top: 1px dotted #999999;
    padding: 2px 2px 1px;
}
.topics2-list-Tb3 .topics2-list-num {
    text-align: right;
}

html body#tinymce strong {
	font-weight: bold;
	text-decoration: none;
}

html body#tinymce em {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

