@charset "utf-8";
/* ===================================================================
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:18px;
	color:#333;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat;
}

/* for IE6 */
* html body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html input, * html textarea {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* 汎用
----------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.imgR { float: right; margin: 0 0 10px 10px; }
.imgL { float: left; margin: 0 10px 10px 0; }
.tC,.btn { text-align: center; }
.tR, .sign { text-align: right; }


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#allcover {
	width:100%;
	margin: 0px auto;
	padding: 0px;
}

.hoverAl a:hover, .hoverAl a:active {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width:970px;
	margin:0 auto;
	height:113px;
}

/* subnavi */
#subNaviArea {
	width:970px;
	margin:0 auto;
	height:40px;
	position: relative;
}
.fb-like{
	width: 100px;
	display: block !important;
	position: absolute !important;
	right: 316px;
	top: 12px;
}


#subNaviAreaL {
	float:left;
	width:656px;
}
#subNaviAreaR {
	float:left;
	width:314px;
}
#subNaviAreaR li {
	float:left;
	margin-left:1px;
}
#lineBlue {
	height:5px;
	background-color:#014CA0;
	width:768px;
}

/* navi */
#naviArea {
	height:80px;
}


#logo {
	float:left;
	width:394px;
}

#navi {
	width:459px;
	float:right;
}
#navi ul {
	width:459px;
}
#navi li {
	float:left;
	margin-left:1px;
}

/*----------------------------------------------------	
	content
----------------------------------------------------*/

#pankuzu {
	width:970px;
	margin:0 auto;
	font-size:12px;
	margin-bottom:10px;
	height:21px;
}
#pankuzu a:link, #pankuzu a:visited {
	color:#004C9F;
	text-decoration:none;
	font-weight:bold;
}
#pankuzu a:hover, #pankuzu a:active {
	background-color:#004C9F;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

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



/* --------------------------------------------------------------------------------------------------------
	!!!! added
-------------------------------------------------------------------------------------------------------- */


/* --- clearfix --- */

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px;
}

@media print {
  .clearfix:after {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
  }
}



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


#footer {
	margin-top:50px;
}
#btnTop {
	width:40px;
	margin:0 auto;
	margin-bottom:20px;
}

#footerNavi {
	background-color: #014CA0;
	background-image:url(../img/footer_logo.gif);
	background-repeat:no-repeat;
	height:40px;
	width:970px;
	margin:0 auto;
}
#footerNavi ul {
	padding:0px 0px 0px 197px;
}

#footerNavi li {
	float:left;
	border-right:1px #5c5c5c solid;
	height:40px;
}

#copyright {
	width:435px;
	margin:0 auto;
	margin-top:25px;
	padding-bottom:16px;
}
#copyright p{
	text-align: center;
}


.fontBlue {
	color:#004C9F;
}
.fontRed {
	color:#b40606;
	font-weight:normal;
}
strong{
	font-weight: bold;
}


.ml30 {
	margin-left:30px;
}
.mb80 {
	margin-bottom:80px;
}
