/*------------------
　ページ全体
------------------*/

body {
    overflow:  scroll;
    padding:0;
	margin:0;
    height:100%;
	width:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-color:#FFF;
}

div {
	margin-right: auto;
	margin-left: auto;
	padding: 0; }

p { margin: 3px 0; }

hr { border-bottom: 2px solid #000; }

hr.shikiri {
	background-image:url(../img/shikiri.jpg);
	border: 0px;
	width: auto;
	height: 30px;
}

img { border-style: none;margin: 0;padding: 0; }

/*文字類*/
h2{
	margin: 10px;
	padding: 5px;
	line-height: 1.0em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.bar_text {
	margin: 0;
	padding: 5px;
	color: #000;
	background-color: #fff;
	line-height: 1.0em;
}


.eng_line { color: #666; margin: 0 0 10px; }

.eng-box {
    padding:0;
	margin: 10px 0 0;
    height:100%;
	width:100%;
	color: #666;

}

.small { font-size: 11px; }

.s_small { font-size: 9px; }

.bold { font-weight: bold; }

.float_r { float: right; }

.float_l { float: left; }

.algin_c { text-align: center; }

.algin_r { text-align: right; }

.algin_l { text-align: left; }

/*リンクカラー*/
a:link {
	color: #F06;
	font-style: normal;
	text-decoration: none; 
}
a:visited {
	color: #F06;
	font-style: normal;
	text-decoration: none;	
}
a:hover, a:active {
	color: #F9F;
	font-style: normal;
}

/*センター寄*/
#center {	
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/*float解除*/
.clear {
    clear: both;
	margin: 0;
	padding: 0;
	height: 10px;

}

/*トップページへ戻る*/
#totop {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
    clear: both;
	line-height: 10em;
	font-weight: bold;

}

#totop a:link {
	color: #F06;
	font-style: normal;
	text-decoration: none; 
}

#totop a:visited {
	color: #F06;
	font-style: normal;
	text-decoration: none; 
}
#totop a:hover, a:active {
	color: #F9F;
	font-style: normal;
}

/*フルスクリーン背景*/
img.bgmaximage{
  position: fixed !important;
}



/*------------------
  リアルコンテンツ
------------------*/
#realbody {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

/*------------------
  ヘッダ
------------------*/
#head_bg {
    width: 100%;
	height: 150px;
	background-color: #000;
}

#head {
    width: 950px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: left;
}

/*ヘッダーロゴ*/
#head_logo {
    width: 180px;
	height: 110px;
	margin: 15px;
	float:left;
}

/*ヘッダメニュー*/
#h_navi {
	width: 650px;
	margin-left: 30px;
	margin-top: 80px;
	padding: 0;
	display: inline;
	float:right;

}
#h_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#h_navi li,#h_navi a {
	float: left;
	display: block;
	width: 130px;
	height: 45px;
	background: url(../img/head_menu.gif) no-repeat;
	text-indent: -9999px; /* テキスト非表示 */
}

#h_navi01 a { background-position: -0 0 }
#h_navi02 a { background-position: -130px 0 }
#h_navi03 a { background-position: -260px 0 }
#h_navi04 a { background-position: -390px 0 }
#h_navi05 a { background-position: -520px 0 }
#h_navi01 a:hover { background-position: 0 -45px }
#h_navi02 a:hover { background-position: -130px -45px }
#h_navi03 a:hover { background-position: -260px -45px }
#h_navi04 a:hover { background-position: -390px -45px }
#h_navi05 a:hover { background-position: -520px -45px }


/*------------------
  メイン背景(ヘッダー下の垂れ)
------------------*/
#main_head_under {
    width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: url(../img/head_under_drop.jpg) no-repeat #FFF;
	}



/*------------------
  メインコンテンツ(上段)
------------------*/
#main {
    width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 25px 0;
	}


/*------------------
  サブコンテンツ背景(ストライプ)(下段)
------------------*/
#sub_bg {
    width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-image:url(../img/bg_strip.jpg);
	}

/*------------------
  サブコンテンツ(下段)
------------------*/
#sub {
    width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}

/*------------------
  フッター
------------------*/

#foot {
    width: auto;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	color:#fff;
	text-align: center;
	font-size: 12px;
	background-color:#000;
}

