@charset "UTF-8";
/* charsetUTF8 */

html * {
    box-sizing: border-box; /* CSS 3  */
    -moz-box-sizing: border-box; /* Mozilla N 6  */
}

* {
	margin: 0;
	padding: 0;
}
body { background-color: white; }

a:link {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #ff0000;
}
a img {
	border: 0;
}
/* リンクアンダーライン */
a[href]  { 
	text-decoration: underline;
	margin-top: 5px;
}

.contener { background-image: url(../_images/contenerBack.gif); background-repeat: repeat-y; width: 762px; margin-bottom: 80px; margin-left: 25px; border-bottom: 1px solid #6d6d6d; }

#header { text-align: center; width: 762px; margin-bottom: 15px; }

#headerContent { text-align: left; width: 760px; margin-right: auto; margin-left: auto; }
.main1 { text-align: left; width: 762px; }
.promotion { text-align: left; width: 710px; margin-right: auto; margin-bottom: 25px; margin-left: auto; }





.main1 h1{
}


#breadcrumbslist{
	margin-top: 12px;
	margin-bottom: 3px;
	margin-left: 25px;
	width: 710px;
	overflow: hidden;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	padding: 3px 6px 3px 6px;

}

.main2 { 
	margin: 12px 0 50px 25px; 
	width: 710px; 
	height: auto;
	text-align: left; 
	overflow: hidden;
}

.main2 h2 { 
	line-height: 130%; 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 15px; 
	margin-left: 0; 
	width: 710px;
 }

.main1 ul{
	list-style-type: disc;
	margin: 3px 8px 3px 18px;
	padding-left: 0;
}

.main1 li { 
	font-size: 14px; 
	line-height: 130%; 
	text-align: left;
 }


#topicsCategory { margin-bottom: 30px; }
#topicsCategoryContent { width: 100%; }

#topicsCategoryContent li { line-height: 1.5; padding-left: 25px; border-bottom: 1px dotted gray; list-style-type: none; list-style-position: inside; }

.jumpArea {  }

.jumpAreaTitle { width: 155px; }

.jumpAreaContent { margin: 0 10px 10px 15px; }
#topicsTitle { margin-right: 15px; margin-left: 15px; }
#topicsTitleContent {
}
#topicsSubjects { margin-right: 15px; margin-left: 15px; }
#topicsSubjectsContent { padding: 5px; }
#topicsSubjectsContent dt { list-style-type: none; list-style-position: inside; }
#topicsSubjectsContent dd { margin-bottom: 15px; padding-right: 10px; padding-left: 10px; list-style-type: none; list-style-position: inside; }




.footer { text-align: left; width: 762px; clear: both; margin-right: auto; margin-left: auto; }
#footerMenu { width: 100%; margin-top: 20px; margin-bottom: 20px; }
#footerMenuContent { text-align: center; width: 100%; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #427844; border-bottom: 1px solid #427844; }

#legal { margin-bottom: 15px; }
#legalContent { width: 100%; margin-right: 25px; margin-bottom: 15px; margin-left: 25px; }
#copyright { margin-bottom: 15px; }
#copyrightContent { width: 100%; margin-right: 25px; margin-bottom: 35px; margin-left: 25px; }


/* pagefont */


.fontColorGreen {
	color: #71CF18;
}

.fontColorGrey {
	color: #4b4b4b;
}

.fontColorRed {
	color: #FF3300;
}

.fontColorPink {
	color: #FE0172;
}

.fontColorOrange {
	color: #f60;
}

