@charset "utf-8";

@import url("./gnav.css");
/* -------------------------------------------------- */
/* Reset */
/* -------------------------------------------------- */
a { color:#3d3d3d; }
a:link { color:#3d3d3d;text-decoration:underline; }
a:visited { color:#3d3d3d;text-decoration:underline; }
a:hover { color:#1050a8;text-decoration:none; }
a:active { color:#1050a8;text-decoration:none; }

* {
	font-family: Meiryo,メイリオ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, img, strong, em, form {
	color: #3d3d3d;
	font-size: 100%;
	font-weight: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 3px 7px;
}
img {
	border:none;
}
.clear { clear:both; }
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
	min-height:1%;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}



/* -------------------------------------------------- */
/* General */
/* -------------------------------------------------- */
body {
	font-size: 12px;
	text-align: center;
/*
	color: #3f3f3f;
*/
	line-height: 1.8em;
}
h2,h3,h4,h5 {
	font-size: 120%;
	font-weight: bold;
}
.defaultMarginTop {
	margin-top: 20px;
}
.defaultMarginTop5 {
	margin-top: 5px;
}
.defaultMarginTop10 {
	margin-top: 10px;
}
.defaultMarginTop20 {
	margin-top: 20px;
}
.defaultMarginTop30 {
	margin-top: 30px;
}
.defaultMarginTop40 {
	margin-top: 40px;
}
.floatLeft {
	float: left;
}
.widthHalf {
	width: 50%;
}


#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#contentBlock {
	padding: 45px 0;
}
#contentBlock .marginCenterTextCenter {
	margin: 0 auto;
	text-align: center;
}
#contentBlock .textCenter {
	text-align: center;
}

#explainBlock {
	width: 760px;
	margin: 0 auto;
}

#contentBlock ul.explainList li {
	list-style-type: disc;
	margin-left: 20px;
}
#contentBlock ol.explainList {
	padding-left: 20px;
}
#contentBlock ol.explainList li {
	list-style-type: decimal;
}
#contentBlock p.right {
	text-align: right;
}
#contentBlock div.normalListWrap {
	border-style: solid;
	border-color: #dadfe0;
	border-width: 2px;
	padding: 5px;
	background-color: #fff;
}
#contentBlock table.normalList {
	width: 100%;
}
#contentBlock table.normalList th {
	padding: 0;
	background-color: #edeff0;
	white-space: nowrap;
}
#contentBlock table.normalList th,
#contentBlock table.normalList td {
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 1px;
	padding: 10px 20px;
}
/*
#contentBlock table.normalList th div {
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0 0 0;
}
*/
#contentBlock table.normalList td {
	padding: 10px 0 10px 20px;
	background-color: #fff;
}
#contentBlock table.normalList td.title {
	color: #fff;
	background-color: #2f65a3;
	font-weight: bold;
}
#contentBlock table.normalList td.subtitle {
	background-color: #eeeff1;
}
#contentBlock table.normalList td.fullWidth {
	padding: 15px;
}
#contentBlock table.normalList td.fullWidth textarea {
	width: 100%;
	height: 120px;
}

#explainBlock p.middleArea {
	width: 420px;
	margin: 20px auto 0 auto;
}
#explainBlock table.listing {
	width: 100%;
	border-collapse: collapse;
}
#explainBlock table.listing th {
	background-color: #f2f6f9;
	border-bottom: solid 1px #e5ecef;
	border-right: dotted 1px #c6d3d8;
}

.innerBlock {
	width: 960px;
	margin: 0 auto;
}

#breadBlock {
	background-color: #edf0f3;
}
#breadBlock #breadInner {
	font-size: 90%;
	color: #2e65a2;
	padding: 5px 0;
}
#breadBlock #breadInner,
#breadBlock #breadInner a {
	color: #2f3439;
}
#breadBlock #breadInner span.breadItem.normal {
	margin-left: 15px;
	padding-left: 20px;
	background-image: url('../img/common/header_breadcrumb_arrow_icon.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#mainBlock {
	float: right;
	width: 690px;
	text-align: left;
}
#mainBlock #mainTopBlock {
	height: 126px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mainBlock #mainContentBlock {
	background-color: #fff;
	border-style: solid;
	border-width: 0 1px;
	border-color: #e6e8ea;
	padding: 0 30px 0 40px;
	color: #6c6d6f;
}
#mainBlock #mainBottomBlock {
	background-image: url('../img/common/main_block_bg_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainBlock #mainContentBlock p.mainText {
	color: #343537;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}



/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
#header {
	padding: 20px 0;
}
#header a:link { text-decoration: underline; }
#header a:visited { text-decoration: underline; }
#header a:hover { text-decoration: none; }

#header #logoArea {
	float: left;
	width: 343px;
	margin-top: 12px;
}

#headerDescriptionArea {
	float: right;
}
#headerDescriptionArea div.headerFontSizeArea ul li {
	float: left;
	margin-left: 10px;
	width: 44px;
	height: 44px;
}
#headerDescriptionArea div.headerFontSizeArea ul li.title {
	line-height: 45px;
	width: auto;
	padding-right: 0.8em;
}

#headerDescriptionArea div.headerFontSizeArea ul li a {
	display: block;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#headerDescriptionArea div.headerFontSizeArea ul li.normal a { background-image: url('../img/common/header_font_size_normal_off2.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.normal a:hover { background-image: url('../img/common/header_font_size_normal_on.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.normal a.textresizer-active { background-image: url('../img/common/header_font_size_normal_on.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.large a { background-image: url('../img/common/header_font_size_large_off2.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.large a:hover { background-image: url('../img/common/header_font_size_large_on.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.large a.textresizer-active { background-image: url('../img/common/header_font_size_large_on.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.xlarge a { background-image: url('../img/common/header_font_size_xlarge_off2.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.xlarge a:hover { background-image: url('../img/common/header_font_size_xlarge_on.png'); }
#headerDescriptionArea div.headerFontSizeArea ul li.xlarge a.textresizer-active { background-image: url('../img/common/header_font_size_xlarge_on.png'); }

#headerDescriptionArea #headerLangArea {
	text-align: right;
	margin-top: 15px;
	margin-right: -7px;
}
#headerDescriptionArea #headerLangArea ul li {
	float: right;
	margin-left: 20px;
	width: 44px;
	height: 14px;
}


/* -------------------------------------------------- */
/* sideBlock */
/* -------------------------------------------------- */
#sideBlock {
	float: left;
	width: 210px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #e2e6ea;
	text-align: left;
}
#sideBlock div.title {
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #1c4e95;
	background-color: #f3f5f7;
	font-size: 134%;
	font-weight: bold;
	line-height: normal;
	padding-top: 0.8em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
#sideBlock div.title a {
	text-decoration: none;
}
#sideBlock ul.mainSideMenu {
	margin-top: 1px;
	padding-left: 1.3em;
	padding-bottom: 1.2em;
	background-color: #f3f5f7;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #e7ebf0;
	padding-top: 0.8em;
}
#sideBlock ul li {
}
#sideBlock ul.mainSideMenu li {
	padding: 5px 0 5px 12px;
	background-image: url(../img/common/side_list_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	line-height: 1.4;
}
#sideBlock ul.mainSideMenu li a {
	color: #2f3439;
}
#sideBlock ul.mainSideMenu li.active a,
#sideBlock ul.mainSideMenu li a:hover {
	color: #2258ba;
}
#sideBlock ul.mainSideMenu li div.mainSideMenuInner {
}
#sideBlock ul.mainSideMenu li div.mainSideMenuInner2 {
	padding: 1px 10px 1px 5px;
}
#sideBlock ul.mainSideMenu li.active div.mainSideMenuInner2 {
/*
	background-image: url('../img/common/side_menu_active.png');
	background-repeat: no-repeat;
	background-position: left center;
*/
}
#sideBlock ul.mainSideMenu li.last {
}
#sideBlock ul.mainSideMenu li.last div.mainSideMenuInner {
}
#sideBlock ul.mainSideMenu ul.sideMenuSubList {
	padding-left: 20px;
}
#sideBlock ul li div a {
}
#sideBlock div.sideMenuTitle {
	padding: 10px 0 10px 20px;
	background-image: url('../img/common/side_menu_title_bg.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 120%;
}
#sideBlock ul.linkList {
}
#sideBlock ul.linkList li {
	background-image: url('../img/common/side_link_list_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 15px;
	border-width: 0;
}
#sideBlock ul.linkList li img {
	vertical-align: middle;
}
#sideBlock ul.linkList div.outLink {
	font-size: 90%;
	color: #3f4246;
}
#sideBlock #sideInner {
}
#sideBlock div.outLinkList {
	margin-top: 20px;
}
#sideBlock div.outLinkList ul {
	margin-left: 10px;
}
#sideBlock div.outLinkList ul li {
	margin-top: 10px;
}
#sideBlock div.sideBorderLine {
	height: 1px;
	line-height: 1px;
	background-image: url('../img/common/side_border.png');
	background-repeat: repeat-x;
	background-position: left top;
}


/* -------------------------------------------------- */
/* subContentsBlock */
/* -------------------------------------------------- */
#subContentsBlock {
}

div.pagesBlock {
	width: 685px;
	margin: 0 auto;
}
div.pagesBlock div.pagesInner {
	width: 610px;
	margin: 0 auto;
}


/* -------------------------------------------------- */
/* pageTop */
/* -------------------------------------------------- */
#pageTop {
	width: 960px;
	text-align: right;
}
.bt-pagetop {
	width: 65px;
	height: 65px;
	margin: 20px 20px 40px;
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
#footer {
	clear: both;
}
#footer #footerMenuArea {
	margin-top: 10px;
	padding-bottom: 70px;
	background-color: #333;
}
#footer #footerMenuArea a {
	color: #fff;
}
#footer #footerMenuArea #footerMenuList {
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer #footerMenuArea #footerMenuList div.homeMenuCol {
	margin: 10px 0;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea {
	margin-left: 8em;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 80px;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuColFirst {
	padding-left: 0;
	border-width: 0 1px 0 1px;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol div.menuColInner {
	padding: 0 5px 0 5px;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol ul {
	margin-top: -0.5em;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol ul li {
	white-space: nowrap;
	font-size: 84%;
	line-height: 1.4;
	margin-bottom: 0.3em;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2.0em;
}
#footer #footerMenuArea #footerMenuList div.homeMenuCol div.title,
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol div.title {
	background-image: url(../img/common/footer_menu_arrow_icon.png);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	margin-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.8em;
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol ul.multiList {
}
#footer #footerMenuArea #footerMenuList table.footerMenuListArea td.menuCol ul.multiList li {
	padding-left: 20px;
}


#footer #footerCopyArea {
	margin-top: 20px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
#footer #footerCopyArea div.contact {
	float: left;
}
#footer #footerCopyArea div.logo {
	float: right;
	color: #2f3439;
	font-size: 90%;
	text-align: right;
}
#footer #footerCopyArea div.copy {
	color: #575757;
	font-size: 92%;
	text-align: center;
	margin-top: 20px;
}
#footer #footerCopyArea .address {
	line-height: 1.6;
	margin-top: 1em;
}



/* -------------------------------------------------- */
/* h1 */
/* -------------------------------------------------- */
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #2f3439;
	margin-bottom: 1.2em;
	display: block;
}
h2 {
	background-color: #1050a8;
	display: block;
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 6px;
}
h2 div.inner {
	padding-left: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #f8fafc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4e8ec;
	border-right-color: #e4e8ec;
	border-bottom-color: #e4e8ec;
}
h3 {
	background-image: url(../img/common/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 134%;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: left;
	border: 1px solid #e6edf4;
	line-height: normal;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 1em;
	height: auto;
	width: auto;
	display: block;
}
h4 {
	background-image: url('../img/common/h4_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #2e65a2;
	font-size: 140%;
	font-weight: bold;
	padding: 2px 0 5px 25px;
}

/* -------------------------------------------------- */
/* caution */
/* -------------------------------------------------- */
div.caution {
	background-color: #f2f2f2;
	margin: 20px auto 0 auto;
	padding: 20px;
}
div.caution div.title {
	font-weight: bold;
}

/* -------------------------------------------------- */
/* error */
/* -------------------------------------------------- */
p.errorMessage {
	color: #f00;
}

/* -------------------------------------------------- */
/* required */
/* -------------------------------------------------- */
p.requiredMessage span.requiredMark {
	color: #f00;
}
span.required {
	color: #de303c;
	padding-left: 5px;
}

#topcontrolImage {
	width: 65px;
	height: 65px;
	margin: 20px 20px 40px;
	background-image: url('../img/common/bt-pagetop_off.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* -------------------------------------------------- */
/* explainBorderArea */
/* -------------------------------------------------- */
div.explainBorderArea {
	margin: 20px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #e1e6ec;
}
div.explainBorderArea div.explainBorderInner {
	border-style: solid;
	border-width: 4px;
	border-color: #f5f7f9;
	padding: 25px;
}
div.explainBorderArea div.explainBorderInner div.title {
	font-weight: bold;
	font-size: 140%;
	color: #2f3439;
}
div.explainBorderArea div.explainBorderInner div.subtitle {
	font-size: 84%;
	color: #1050a8;
}

/* -------------------------------------------------- */
/* discList */
/* -------------------------------------------------- */
ul.discList li {
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
ul.decimalList li {
	list-style-type: decimal;
	margin-left: 20px;
}
