@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color:#ffffff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Osaka;
	font-size: 100%;
	color: #000;
}
img {
	border: none;
	vertical-align: top;
}
a:link {
	color: #397ecf;
	text-decoration: underline;
}
a:visited {
	color: #397ecf;
	text-decoration: underline;
}
a:active {
	color: #397ecf;
	text-decoration: underline;
}
a:hover {
	color: #397ecf;
	text-decoration: none;
}
#mainArea p, #mainArea ul, #mainArea ol {
	padding-top: 20px;
}
#mainArea ul, #mainArea ol {
	padding-left: 35px;
}
#mainArea hr {
	margin: 10px 0px;
}
/* =========================================================
#article
========================================================= */
#article {
	background: url(../image/bg_blue.jpg) center bottom repeat-x;
	font-size: 80%;
}
#mainArea {
	background: url(../image/img_texture.jpg) center bottom no-repeat;
	clear: both;
	zoom: 100%;
	padding-top: 40px;
}
#mainArea:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
/*title*/
#mainArea h2{
	margin-bottom: 20px;
	font-size:110%;
	display:block;
	zoom:100%;
	clear:both;
}

#mainArea h2:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#mainArea h2 span,
#mainArea h2 a{
	display:block;
	background: url(../image/bg_bt_off.jpg) left top repeat-x #2a74cb;
	color:#ffffff;
}
#mainArea h2 span{
	padding:10px 10px 10px 1.9em;
	text-indent:-1.1em;
}

#mainArea h2 a:link,
#mainArea h2 a:visited,
#mainArea h2 a:active,
#mainArea h2 a:hover{
	color:#ffffff;
}

#mainArea h2 a:hover{
	background: url(../image/bg_bt_on.jpg) left top repeat-x #518fd8;
}

#mainArea h2 a span {
	background: url(../image/ico_arrow.png) right 50% no-repeat;
	padding:10px 30px 10px 1.9em;
	margin-right:10px;
}
/*sub title*/
#mainArea h3{
	margin-bottom: 10px;
	font-size:100%;
	display:block;
	zoom:100%;
	clear:both;
}

#mainArea h3:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#mainArea h3 span,
#mainArea h3 a{
	display:block;
	background: url(../image/bg_sub_bt_off.jpg) left top repeat-x #2a74cb;
	color:#ffffff;
}
#mainArea h3 span{
	padding:5px 1px 1px 1.9em;
	text-indent:-1.1em;
}

#mainArea h3 a:link,
#mainArea h3 a:visited,
#mainArea h3 a:active,
#mainArea h3 a:hover{
	color:#ffffff;
}

#mainArea h3 a:hover{
	background: url(../image/bg_sub_bt_off.jpg) left top repeat-x #518fd8;
}

#mainArea h3 a span {
	background: url(../image/ico_arrow.png) right 50% no-repeat;
	padding:10px 30px 10px 1.9em;
	margin-right:10px;
}
/*column*/
#mainArea .column {
	clear: both;
	zoom: 100%;
}
#mainArea .column:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#mainArea .column .Cell{
	float:left;
}
#mainArea .threeColumn .Cell{
	width:302px;
	padding-left:22px;
	padding-bottom:20px;
}
#mainArea .column .first{
	padding-left:0px;
}
/*ul*/
#mainArea .column ul{
	padding:0px;
	list-style:none;
	margin:0 10px 20px 18px;
	line-height:1.7em;
	font-weight:bold;
}
#mainArea .column ul li{
	padding:3px 0;
	margin-left: 2.67em;
    text-indent: -2.67em;
}
#mainArea .column ul ul li{
	margin-left: 0em;
    text-indent: 0em;
}
#mainArea .column ul ul{
	margin-right:0px;
	margin-left: -1em;
}
/*toggleList*/
#mainArea .column ul.toggleList{
	margin-left:10px;
}
#mainArea .column  ul.toggleList ul{
	margin-left:-10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	list-style:none;
	
}
#mainArea .column  ul.toggleList li{
	margin-left: 3.9em;
    text-indent: -3.9em;
}
#mainArea .column  ul.toggleList ul li{
	margin-left:0;
    text-indent:0;
}
#mainArea .column  ul.toggleList ul ul{
	margin-left:15px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}
#mainArea .column ul.toggleList li span{
	/*padding-left:20px;*/
	padding-left:1.6em;
	padding-bottom:3px;
	cursor:pointer;
	background: url(../image/bt_close_off.png) left 0.05em no-repeat;
}
#mainArea .column ul.toggleList li span.hover{
	background: url(../image/bt_close_on.png) left 0.05em no-repeat;
}
#mainArea .column ul.toggleList li.close span{
	background: url(../image/bt_open_off.png) left 0.05em no-repeat;
}
#mainArea .column ul.toggleList li.close span.hover{
	background: url(../image/bt_open_on.png) left 0.05em no-repeat;
}
#mainArea .column ul.nonetoggle li{
margin-left: 1.4em;
text-indent: -1.4em;
}
/* =========================================================
footer
========================================================= */
#footer {
	background: url(../image/bg_footer.jpg) left top repeat-x;
	border-bottom: 5px solid #195abb;
	zoom: 100%;
	font-size: 80%;
}
#footerArea {
	clear: both;
	zoom: 100%;
	padding-top:20px;
	padding-bottom:20px;
	position: relative;
}
#footerArea:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#footerArea .copyright {
	padding-right: 17em;
	font-size: 90%;
	display:block;
}
#footerArea .footerLink {
	position: absolute;
	right: 9em;
	bottom: 20px;
}
#footerArea .ver {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 20px;
	font-size: 90%;
}
#footerArea .note {
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 50px;
	font-size: 90%;
}
/* =========================================================
etc
========================================================= */
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.tLeft {
	text-align: left;
}
.tRight {
	text-align: right;
}
.tCenter {
	text-align: center;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.txtBold {
	font-weight: bold;
}
.clear {
	clear: both;
	zoom: 100%;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
@media screen and (max-width: 970px) {

#mainArea .threeColumn .Cell {
    width: 32%;
	padding-left:2%;
	padding-right:2%;
}
#mainArea .column div.Cell:first-child{
	padding-left:0px;
	padding-right:0px;
}
#mainArea .column div.Cell:last-child{
	padding-left:0px;
	padding-right:0px;
}
#footerArea .copyright {
	padding-right: 18.5em;
}
#footerArea .ver {
	right: 1em;
}
#footerArea .footerLink {
	right: 10em;
}
}
@media screen and (max-width: 568px) {

#mainArea {
    padding-top: 20px;
}
#mainArea .column {
	padding-bottom:20px;
}
#mainArea .threeColumn .Cell {
	float:none;
	width:auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
#footerArea{
	text-align:right;
}
#footerArea .copyright {
	padding-right: 0;
	margin-bottom:10px;
	text-align:left;
}
#footerArea .footerLink {
	position:static;
	display:inline-block;
	padding-right:10px;
}
#footerArea .ver {
	position:static;
	display:inline-block;
}
}