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

body {
	/*background-color:#FFFFFF;*/
	background: url(../img/bg.jpg) repeat-x;
	color: #24245f; /*　全体の文字色（紺）*/
	font-size: 12px; /*　全体の文字サイズ　*/
	margin: auto 0;
	height: 100%;
	background-attachment: fixed;
}
/*--- リンクにマウスのせたら透明化 --*/

/*
.fade {  
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out;  
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
} */ 

.fade:hover {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=60);
}
/*--- 全体のリンクテキスト --*/
a:link {
	color: #01479D;
}   /*赤*/
a:visited {
	color: #01479D;
}
a:hover {
	color: #70BFCC;
}  /*オレンジ*/
a:active {
	color: #70BFCC;
}
/*--clearfixここから↓↓↓--*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* IE Mac用 */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*--clearfixここまで↑↑↑-----*/

.clear {
	clear: both;
}
/*--フォント共通設定-----*/
.sfont {
	font-size: 10px;
}
.ssfont {
	font-size: 9px;
}
.lfont {
	font-size: 15px;
	font-weight: bold;
}
.f_bold {
	font-weight: bold;
}
/*--マージン設定-----*/
.mgn_t7 {
	margin-top: 7px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*--ページTOPへ-----*/
.pagetop {
	width: 100%;
	font-size: 9px;
	text-align: right;
	margin-top: 20px;
}
/*----- 全体のコンテンツ枠 ----*/
#contents {
	width: 100%;
	min-height: 100%;
	min-width: 960px;
}
/*----ヘッダー（共通部分）----*/
#headtop {
	width: 100%;
	height: 8px;
	background-color: #668FBD;
}
#header {
	width: 100%;
	height: 90px;
	margin: 0px auto;
	background: url(../img/bg_header.jpg) repeat-x;
}
#header_inner {
	width: 960px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
#header_inner h1 {
	padding-top: 20px;
	margin-left: 117px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	color: #FFFFFF;
}
#header_inner p {
	position: absolute;
	top: 15px;
	left: 10px;
}
/*------トップイメージ------*/
#topimg_wrp {
	width: 100%;
	height: 250px;
	text-align: center;
	background-color: #D7DEEC;
}
#topimg {
	width: 960px;
	height: 250px;
	margin: 0px auto;
	position: relative;
	z-index: 1;  /*重なり下*/
}
/*------サブイメージ------*/
#subimg_wrp {
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: #D7DEEC;
}
#subimg {
	width: 960px;
	height: 120px;
	margin: 0px auto;
	position: relative;
	z-index: 1;  /*重なり下*/
}
/*----メニュー----*/
#menu {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #034698;
}
#menu_box {
	width: 960px;
	font-size: 0;
	margin: 0px auto;
}
#menu li {
	float: left;
	height: 50px;
}
/*------ロールアウト時（通常）------*/
#menu1 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) 0px 0px no-repeat;  /*X:0 Y:0 繰り返しなし*/
}
#menu2 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -160px 0px no-repeat;
}
#menu3 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -320px 0px no-repeat;
}
#menu4 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -480px 0px no-repeat;
}
#menu5 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -640px 0px no-repeat;
}
#menu6 a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -800px 0px no-repeat;
}
/*------ロールオーバー時------*/
#menu1 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) 0px -50px no-repeat;
}
#menu2 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -160px -50px no-repeat;
}
#menu3 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -320px -50px no-repeat;
}
#menu4 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -480px -50px no-repeat;
}
#menu5 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -640px -50px no-repeat;
}
#menu6 a:hover {
	width: 160px;
	height: 50px;
	background: url(../img/menu.jpg) -800px -50px no-repeat;
}
/*------メインコンテンツボックス------*/
#main_contents {
	background-color: #FFFFFF;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
#mainbox {
	float: right;
	width: 700px;
	margin: 15px auto 20px auto;
	text-align: left;
}
/*------サブコンテンツボックス------*/
#sidebox {
	float: left;
	width: 260px;
	margin: 15px auto 20px auto;
}
#sidebox_inner {
	width: 240px;
	margin: 0px auto;
}
#link_box {
	margin-top: 25px;
}
#sidebox li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
/*------Facebook部分------*/
#fbbox {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*----- ページTOP ------*/
#page_top {
	width: 960px;
	text-align: right;
	padding: 20px 0px 15px 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#page_top li {
	height: 14px;
	margin-right: 10px;
}
/*------フッター部分------*/
#footer {
	width: 100%;
	height: 100px;
	text-align: center;
	background: url(../img/bg_footer.jpg) repeat-x;
}
#footer_inner {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	font-size: 11px;
	line-height: 1.4;
	color: #FFFFFF;
}
#footer_innerr h3 {
	padding-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
#copyright {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-position: bottom;
	padding-top: 10px;
}
/*----- フッターメニュー ------*/
#footer_menu {
	width: auto;
	font-size: 11px;
	text-align: center;
	margin: 10px auto 10px auto;
}
#footer_menu li {
	height: 14px;
	margin-right: 0px;
	display: inline;
}
#footer_menu li a {
	color: #FFFFFF;
}
#footer_menu li a:hover {
	color: #AEE9F3;
}
/*PDFファイルを開くとき*/
.rmv {
	display: block;
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.margin_l30 {
	margin-left: 30px;
}
/*見出し背景*/
.midashi {
	margin-top: 80px;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 7px solid #3cf;
	padding: 7px 0 7px 10px;
	background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #eee), color-stop(51%, #ddd), color-stop(100%, #fff)); /* webkit */
	-pie-background: linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
	behavior: url(../pie/PIE.htc);  /* ie */
}
/*ダウンロードボタンの枠～設定*/
.downbtn_outer {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.mg10pt{
	margin:10pt;
}
.mg20pt{
	margin:20pt;
}
.mg3px{
	margin:3px;
}
.mg5px{
	margin:5px;
}
.mg10px{
	margin:10px;
}
.mg15px{
	margin:15px;
}
.mg20px{
	margin:20px;
}
.mg30px{
	margin:30px;
}
.mg40px{
	margin:40px;
}
.ms-at {
	margin-left: auto;
	margin-right: auto;
}
.ms10pt {
	margin-left: 10pt;
	margin-right: 10pt;
}
.ms20pt {
	margin-left: 20pt;
	margin-right: 20pt;
}
.ms30pt {
	margin-left: 30pt;
	margin-right: 30pt;
}
.ms5px {
	margin-left: 5px;
	margin-right: 5px;
}
.ms10px {
	margin-left: 10px;
	margin-right: 10px;
}
.ms20px {
	margin-left: 20px;
	margin-right: 20px;
}
.ms30px {
	margin-left: 30px;
	margin-right: 30px;
}
.ms40px {
	margin-left:40px;
	margin-right: 40px;
}
.ms60px {
	margin-left: 60px;
	margin-right: 60px;
}
.ms1pa {
	margin-left: 1%;
	margin-right: 1%;
}
.ms2pa {
	margin-left: 2%;
	margin-right: 2%;
}
.ms3pa {
	margin-left: 3%;
	margin-right: 3%;
}
.ms5pa {
	margin-left: 5%;
	margin-right: 5%;
}
.ms10pa {
	margin-left: 10%;
	margin-right: 10%;
}
.ms20pa {
	margin-left: 20%;
	margin-right: 20%;
}
.ms30pa {
	margin-left: 30%;
	margin-right: 30%;
}
.ms40pa {
	margin-left:40%;
	margin-right: 40%;
}
.ms60pa {
	margin-left: 60%;
	margin-right: 60%;
}
.mt05em {
	margin-top: 0.5em;
}
.mb05em {
	margin-bottom: 0.5em;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mt1em {
	margin-top: 1em;
}
.mt2em {
	margin-top: 2em;
}
.pb1em {
	padding-bottom: 1em;
}
.pb2em {
	padding-bottom: 2em;
}
.pb4em {
	padding-bottom: 4em;
}
.pt1em {
	padding-top: 1em;
}
.pt2em {
	padding-top: 2em;
}
.mr10pa {
	margin-right: 10%;
}
.pd3px{
	padding:3px;
}
.pd5px{
	padding:5px;
}
.pd10px{
	padding:10px;
}
.pd20px{
	padding:20px;
}
.mt3px{
	margin-top:3px;
}
.mt5px{
	margin-top:5px;
}
.mt10px{
	margin-top: 10px;
}
.mt15px{
	margin-top:15px;
}
.mt20px{
	margin-top:20px;
}
.mt30px{
	margin-top:30px;
}
.mt40px{
	margin-top:40px;
}
.mb3px{
	margin-bottom:3px;
}
.mb5px{
	margin-bottom:5px;
}
.mb10px{
	margin-bottom: 10px;
}
.mb15px{
	margin-bottom:15px;
}
.mb20px{
	margin-bottom:20px;
}
.mb30px{
	margin-bottom:30px;
}
.mb40px{
	margin-bottom:40px;
}
.mb60px{
	margin-bottom:60px;
}
.ml1em{
	margin-left:1em;
}
.ml2em{
	margin-left: 2em;
}
.ml3px{
	margin-left:3px;
}
.ml5px{
	margin-left:5px;
}
.ml10px{
	margin-left:10px;
}
.ml15px{
	margin-left:15px;
}
.ml20px{
	margin-left:20px;
}
.ml30px{
	margin-left:30px;
}
.ml50px{
	margin-left:50px;
}
.ml60px{
	margin-left:60px;
}
.mr1pa{
	margin-right:1%;
}
.mr2pa{
	margin-right:2%;
}
.mr5pa{
	margin-right:5%;
}
.mr3px{
	margin-right:3px;
}
.mr5px{
	margin-right:5px;
}
.mr6px{
	margin-right:6px;
}
.mr7px{
	margin-right:7px;
}
.mr10px{
	margin-right:10px;
}
.mr15px{
	margin-right:15px;
}
.mr20px{
	margin-right:20px;
}
.mr30px{
	margin-right:30px;
}
.mr60px{
	margin-right:60px;
}
.ps1pa{
	padding-left:1%;
	padding-right:1%;
}
.ps2pa{
	padding-left:2%;
	padding-right:2%;
}
.ps5pa{
	padding-left:5%;
	padding-right:5%;
}


.pt3px{
	padding-top:3px;
}
.pt5px{
	padding-top:5px;
}
.pt10px{
	padding-top:10px;
}
.pt20px{
	padding-top:20px;
}
.pt30px{
	padding-top:30px;
}
.pt50px{
	padding-top:50px;
}
.pb3px{
	padding-bottom:3px;
}
.pb5px{
	padding-bottom:5px;
}
.pb10px{
	padding-bottom:10px;
}
.pb20px{
	padding-bottom:20px;
}
.pb30px{
	padding-bottom:30px;
}
.pb40px{
	padding-bottom:40px;
}
.pb60px{
	padding-bottom:60px;
}
.pl1em{
	padding-left:1em;
}
.pl2em{
	padding-left:2em;
}
.pl3px{
	padding-left:3px;
}
.pl5px{
	padding-left:5px;
}
.pl10px{
	padding-left:10px;
}
.pl20px{
	padding-left:20px;
}
.pl30px{
	padding-left:30px;
}
.pl50px{
	padding-left:50px;
}
.pr3px{
	padding-right:3px;
}
.pr5px{
	padding-right:5px;
}
.pr10px{
	padding-right:10px;
}
.pr20px{
	padding-right:20px;
}
.pr30px{
	padding-right:30px;
}
.ps5px{
	padding-right:5px;
	padding-left:5px;
}
.al-c {
	text-align: center;
}
.al-r {
	text-align: right;
}
.al-l {
	text-align: left;
}
.al-j {
	text-align: justify;
	text-justify: inter-ideograph;	
}

.va-m {
	vertical-align:middle;
}
.fl-r {
	float: right;
}
.fl-l {
	float: left;
}
