/* CSS Document */

/*---------------------------------
_全ページ共通
-----------------------------------*/

body {
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/original/base/header/html_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: small;
}
a:link {
	color: #254589;
	text-decoration: none;
}
a:visited {
	color: #254589;
	text-decoration: none;
}
a:hover {
	color: #5977B2;
	text-decoration: underline;
}


/*---------------------------------
_Wrapper
-----------------------------------*/

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.header {
	width: 100%;
	background-image: url(../img/original/base/header/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header_right {
	float: right;
	width: auto;
}


/*---------------------------------
_文字サイズ変更ボタン
-----------------------------------*/
.lang_size {
	padding: 0px;
	width: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.lang_title {
	float: left;
	width: auto;
}
.lang_sml {
	float: left;
	height: 17px;
	width: 17px;
	margin-left: 5px;
}


/*---------------------------------
_ヘッダーメニュー
-----------------------------------*/

.head_navi {
	width: auto;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head_navi li {
	background-image: url(../img/original/base/header/header_arrow.gif);
	background-repeat: no-repeat;
	float: left;
	width: auto;
	margin-left: 10px;
	padding-left: 10px;
	background-position: 0px 5px;
}


/*---------------------------------
_グローバルメニューBOX
-----------------------------------*/

.g_menu {
	width: 100%;
	padding-top: 1px;
}
.g_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/*---------------------------------
_メインイメージ
-----------------------------------*/

.main_img {
	width: 980px;
}


/*---------------------------------
_ナビ・メインBOX
-----------------------------------*/

.main2 {
	float: left;
	width: 600px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.right_navi {
	float: left;
	width: 350px;
	padding-top: 15px;
}


/*---------------------------------
_ページTOP
-----------------------------------*/

.page_top {
	text-align: right;
	clear: both;
	width: 100%;
}



/*---------------------------------
_フッター
-----------------------------------*/

.footer {
	background-image: url(../img/original/base/footer/footer_bg.gif);
	height: 134px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.f_navi_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
.f_navi_box ul {
	margin: 0px;
	width: auto;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.f_navi_box ul li {
	background-image: url(../img/original/base/footer/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	float: left;
	width: auto;
	padding-left: 10px;
	margin-right: 10px;
}
.copy {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*---------------------------------
_見出しタグ
-----------------------------------*/

h1 {
	font-size: 10px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
h2 {
	width: 280px;
	margin: 0px;
	padding: 0px;
	height: 54px;
	float: left;
}
h2 a {
	display: block;
	width: 260px;
	height: 54px;
	text-indent: -9999px;
}

/*---------------------------------
_Clear Fix
-----------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
p {
	margin: 0px;
	padding: 0px;
}
