@charset "UTF-8";

/* ----------------------------------------------------------------------
	body
---------------------------------------------------------------------- */

body {
	color: #000;
    font:13px "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    *font-size:small;
    *font:x-small;
	line-height:1.8;
	background: url(../img/bd_bg.gif) left 96px repeat-x #F4F4F4;
	border-top:#002259 4px solid;
}

table {
    font-size:inherit;
    font:100%;
}

/*
--- 13px ---
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%
*/

/* ----------------------------------------------------------------------
	a style
---------------------------------------------------------------------- */

a:link { text-decoration: underline;  color: #001F59; }  
a:visited { text-decoration: underline;  color: #0041B7; }  
a:hover { text-decoration: underline;  color: #1CB4E0; }  
a:active { text-decoration: underline;  color: #1CB4E0; } 

/* ----------------------------------------------------------------------
	h p style
---------------------------------------------------------------------- */

#main article .inner h2.type1 {
	background: url(../img/h2_bg.png) left bottom no-repeat;
	font-size: 124%;
	font-weight: bold;
	padding: 20px 24px 20px;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 1px;
}

#main article .inner h2.type2 {
	background: url(../img/h2_bg2.png) left top no-repeat;
	font-size: 154%;
	color: #0059B2;
	font-weight: bold;
	padding: 15px 30px;
	margin: 0 -15px 15px;
	line-height: 1;
	letter-spacing: 1px;
}

.line-type1 {
	background: url(../img/line_type1_bg.png) repeat;
	border-left: 2px solid #AEC1DF;
	font-size: 124%;
	color:#fff;
	line-height: 1.3;
	padding: 8px 30px;
	margin-bottom: 20px;
}

.line-type2 {
	background: #4B6191;
	color: #FFF;
	font-size: 124%;
	padding: 0 10px;
	margin-bottom: 20px;
}

h3.txt {
	margin: 0 0 0 15px;
	font-size: 108%;
	font-weight: bold;
}

/* ----------------------------------------------------------------------
	box style
---------------------------------------------------------------------- */

.frame { padding: 0 0 20px; }
.frame10 { padding: 0 10px 20px; }
.frame15 { padding: 0 15px 20px; }
.frame20 { padding: 0 20px 20px; }

.frame-s20 { padding: 0 20px; }
	
.frame-img { text-align: center; padding: 0 0 20px; }

.box-line1 {
	border: 1px solid #4B6191;
	margin-bottom: 20px;
}

.box-line2 {
	border: 1px solid #002259;
	margin-bottom: 20px;
}

.box-line3 {
	border: 2px solid #4A5E8E;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
}


p.dot {
	background: url(../img/ic_dot.png) 5px 5px no-repeat;
	line-height: 1.4;
	padding: 0 0 0 18px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------
	ul li style
---------------------------------------------------------------------- */

ul.check li {
	background: url(../img/ic_check.png) 5px 4px no-repeat;
	border-bottom: 1px solid #DDD;
	line-height: 1.4;
	padding: 0 5px 5px 25px;
	margin-bottom: 10px;
}

ul.dot li {
	background: url(../img/ic_dot.png) 5px 5px no-repeat;
	line-height: 1.4;
	padding: 0 0 0 18px;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------
	header
---------------------------------------------------------------------- */

header {
	width: 1200px;
	height: 154px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	position: absolute;
	top: 10px;
	font-size:230%;
	font-family: "Avenir Next", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

header h1 a:link {
	text-decoration: none;
	color:#000;
}
header h1 a:visited{
	color: #000;
}
header #catch {
	position: absolute;
	top: 60px;
	
}

header .hd-btn {
	position: absolute;
	/*top: 16px;*/
	right: 0;
}

header nav {
	position: absolute;
	top: 92px;
	left: 0;
}

header nav ul li {
	float: left;
}

ul#dropmenu {
	display: table;
	width: 1200px;
	height: 62px;
}

#dropmenu > li {
	float: none;
	display: table-cell;
	position: relative;
	color: #fff;
	z-index: 1000;
	border-right: 1px solid #000d4d;
	vertical-align: middle;
}
#dropmenu > li:first-child {
	border-left: 1px solid #000d4d;
}
#dropmenu > li:first-child > a,
#dropmenu > li:first-child > span {
	border-left: 1px solid #5191c8;
}
#dropmenu > li:hover {
	background-image:url(../img/nav_on.gif);
	background-repeat: repeat-x;
}
#dropmenu > li > a,
#dropmenu > li > span {
	height: 32px;
	line-height: 32px;
	padding: 15px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #5191c8;
}

#subdropmenu {
	display: none;
	position: absolute;
	background-color: #00205B;
	top: 62px;
	width: 640px;
	padding: 1.8em;
}
#subdropmenu .pb5 {
	font-size:16px;
}
#subdropmenu ul {
	float: left;
	margin-right: 60px;
}
#subdropmenu ul li {
	padding-bottom: 5px;
	line-height: 1.4;
	float: none;
	width: 250px;
}
#subdropmenu ul li a {
	display: inline-block;
	text-decoration:underline;
	color: #FFF;
	background: url(../img/ic02.png) left center no-repeat;
	padding-left: 10px;
}
#subdropmenu ul li img {
	padding-left:10px;
	vertical-align: middle;
}

#subdropmenu ul li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------
	main
---------------------------------------------------------------------- */

#main {
	width: 1200px;
	margin: 0 auto;
}

#main article {
	width: 100%;
	float: left;
}

#main #contents {
	padding: 20px 0 30px;
}

#main article .inner {
	background: #FFF;
	padding: 0 15px 30px;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------------
	footer
---------------------------------------------------------------------- */

footer {
	border-top: 4px solid #002259;
	background-color:#D7E4F4;
}

footer section {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
}

footer nav {
	margin-left: 235px;
	margin-top: 25px;
}
footer nav:first-child {
	margin-left: 0;
}

footer nav ul {
	float: left;
	margin-right: 20px;
}

footer nav ul > li {
	width: 215px;
}

footer nav > ul > li {
	border-bottom: 1px solid #c1c1c1;
}
footer nav > ul > li:first-child {
	border-bottom: none;
	background:url(../img/ft_line1.png) left bottom repeat-x;
}

footer nav > ul > li.nl {
	line-height: 2.4;
	padding-left: 5px;
}

footer nav > ul > li a,
footer nav > ul > li span {
	background: url(../img/ft_ic2.png) 5px center no-repeat;
	line-height: 2.4;
	padding-left: 15px;
	display: block;
}
footer nav > ul > li span {
	cursor: pointer;
}
footer nav > ul > li.sub a {
	background: url(../img/ft_ic2.png) 5px center no-repeat;
}

footer nav ul.child_ul {
	display: none;
	float: none;
	margin-left: 20px;
}

footer nav ul.child_ul li {
	width: 195px;
	border-top: 1px solid #c1c1c1;
}
footer nav ul.child_ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer nav ul li a:link { text-decoration: none; color: #000; }
footer nav ul li a:visited { text-decoration: underline;  color: #000; }  
footer nav ul li a:hover { text-decoration: none; color: #777; }

footer .pagetop {
	position: absolute;
	top: -30px;
	right: 0;
}

footer .copyright {
	color: #FFF;
	text-align: center;
	background: #002259;
	padding: 8px;
	font-size: 85%;
}

/* ----------------------------------------------------------------------
	common
---------------------------------------------------------------------- */

.tc { text-align: center; }

.fl { float: left; }
.fr { float: right; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 30px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }

.ptb5 { padding: 5px 0; }
.ptb10 { padding: 10px 0; }
.ptb15 { padding: 15px 0; }
.ptb20 { padding: 20px 0; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

.fs14 {
	font-size: 108%;
}

.blue {
	color: #0051A9;
}

.img-fr {
	float: right;
	padding-left: 25px;
}

/* ////////////// 
  table
////////////// */
table {
	color:#666;
	border-collapse: collapse;
	width:100%;
	margin:35px 0;
	border:solid 1px #ccc; 
}
th.t_top {
    border-top: #0049A2 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #EFEFEF;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	border: 1px solid #ccc;
}


/* ////////////// 
  tbl_form
////////////// */
table.tbl_form{
	border:none;
	border-top: 1px solid #4C628F;
	margin: 0 auto 20px;
	width: 660px;
}

table.tbl_form th {
	background: #E0ECFF;
	padding: 15px 15px 10px 15px;
	border:none;
	border-bottom: 1px solid #4C628F;
	width: 150px;
	vertical-align: top;
}

table.tbl_form td {
	padding: 15px 15px 10px 15px;
	border:none;
	border-bottom: 1px solid #4C628F;
}