@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
/*others*/
table {
	border-spacing:0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
th, td {
	vertical-align: middle;
	border-collapse:collapse;
}
table, th, td, tr, img {
	border:0;
}
img {
	vertical-align:bottom;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}


/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.menu ul li a:link {color:#404040;} /*未訪問のリンクの色*/
.menu ul li a:visited {color:#404040;} /*訪問済みのリンクの色*/
.menu ul li a:hover {color:#006ec3;} /*カーソルが乗っているリンクの色*/
.menu ul li a:active {color:#006ec3;} /*クリック中のリンクの色*/


#menuarea {
	/*height:120px;*/
	background:url(../img/img_common/bg_menu.jpg) repeat-x;
}


#animation {

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



.logo_tit h2 {
	background:url(../img/img_common/img_logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding:30px 0 0;
}

.menu_bg {
	background:url(../img/img_common/bg_menu01.jpg) no-repeat;
	width:1000px;
	margin:0 auto;
}

.menu {
	padding-bottom:10px;
}

.menu ul {
	width:830px;
	margin:10px auto;
}

.menu ul li {
	float:left;
	padding:5px 30px ;
	border-right:1px solid #92a6b6;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size:90%;
}

.first {
	border-left:1px solid #92a6b6;
}



#contentarea {
	background:#f5f5f5;
	padding:20px 0;
}

#contentarea_sub {
	background:#fff;
	padding:20px 0;
}


#content {
	width:1000px;
	margin:0 auto;
}

.up {
	
	padding:20px;
	background:#0a4a7c;
}


#footerarea {
	background:#006ec3;
}

.up_button {
	text-align:center;
}

.footer_contents {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}

.footer_copy {
	width:465px;
	margin:0 auto;
}

.footer_link {
	width:370px;
	margin:20px auto;
	text-align:center;
}

.footer_link ul {
}

.footer_link ul li {
	font-size:80%;
	float:left;
	padding:0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-right:1px solid #fff;
}

.boder_left {
	border-left:1px solid #fff;
}


.footer_link a:link {color:#fff;} /*未訪問のリンクの色*/
.footer_link a:visited {color:#fff;} /*訪問済みのリンクの色*/
.footer_link a:hover {color:#88cbff;} /*カーソルが乗っているリンクの色*/
.footer_link a:active {color:#88cbff;} /*クリック中のリンクの色*/


.footer_logo {
	width:295px;
	margin:20px auto;
}

.footer_copyright {
	text-align:center;
}

.footer_copyright p {
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:70%;
	
}

/*------------------------------------------------------------見出し*/

.title_l {
    font-weight: bold;
    height: 40px;
    background:url(../img/img_common/tit_h3_bg.gif) transparent no-repeat scroll 0% 0%;
    font-size: 100%;
    line-height: 2;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-indent: 15px;
    margin-bottom: 10px;
	color:#006ec3;
}

.contents_text {
	font-size:90%;
	line-height:2em;
	display:block;
	padding:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#656565;
}

.ImgR {
    float: right;
    margin: 7px 0px 1.5em 20px;
}


/*------------------------------------------------------------Table*/

table.type1 {
    margin: 15px auto;
    width: 100%;
    border: none;
    border-top: solid 1px #4ea4e8;
    border-bottom: solid 1px #4ea4e8;
    border-collapse: separate;
    border-spacing: 0 10px;
    /*background: #f5f5f5;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
table.type1 th {
    vertical-align: middle;
    border-right: solid 1px #cecece;
    margin: 0;
    text-align: left;
    color: #006ec3;
    font-size: 13px;
    font-weight: bold;
	padding:10px;
}
 
table.type1 td {
    padding: 5px 10px;
    margin: 0;
    border: none;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
	white-space:normal;
}
 
table.type1 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.type1 td.bar {
    height: 1px;
    width: 100%;
	padding: 0px;
    border-top:1px solid #4ea4e8;
}

/*********************************************

		table - END -
		
*********************************************/