/* グローバル設定 */
* {
	margin: 0;
	padding: 0;
}
body {

	font-size: 12px;
	line-height: 1.4;
	background-image: url(../images/top/background.jpg);
	background-repeat: repeat-x;
}
body.ja {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body.en {
	font-family: Verdana,Trebuchet,Arial,helvetica,sans-serif;
}
html, body {
	height: 100%; /* for sticky footer */
}
img {
	border: none;
}
a, a[name]:hover {
	color: #0066CC;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #999999;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
ul, ol, dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
li {
	margin-left: 2em;
}
/* 外枠設定 (sticky footerの設定も含む) */
div#wrapper {
	width: 740px;
	color: #333333;
	background: #FFFFFF;
	text-align: left;
	/* for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding:0 10px;
	float:left;
}
div#header {
	width: 740px;
	position: relative;
}
div#header ul#lang {
	position: absolute;
	top: 1.2em;
	right: 1.3em;
	list-style-type: none;
	margin: 0;
}
div#header ul#lang li {
	list-style-image: url(../images/top/arrow.gif);
}
div#header ul#lang a {
	color: #333333;
}
div#header ul#lang a:hover {
	color: #00CCFF;
}
ul#global_navi {
	width: 740px;
	margin-top: 1px;
	margin-bottom: 0;
	background: #333333;
	float: left;
}
ul#global_navi li {
	display: inline;
}
ul#global_navi li a {
	/* padding: 0.2em 2.0em; */
	padding: 0.2em 1.5em;
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}
ul#global_navi li a:hover {
	background: #666666;
}
div#contents {
	clear: both;
	padding-top: 30px;
}
div#footer, div#push {
	/* for sticky footer */
	height: 51px; /* .push must be the same height as .footer */
}
div#footer {
	clear: both;
	width: 760px;
	text-align: right;
	background-position:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
div#footer ul {
	text-align: right;
	list-style-type: none;
	margin: 0;
	margin-right:15px;
	padding-top:10px;
}
div#footer ul li {
	display: inline;
	border-left: 1px solid #333333;
	line-height: 35px;
	margin: 0;
	padding: 0 1em;
}
div#footer a {
	color: #333333;
}
div#footer a:hover {
	color: #000099;
}
/* div#contents の中のレイアウト色々 */
/* 3カラムレイアウト */
div.three_col div.col_wrapper {
	width: 580px; /* 150 + 10 + 420 */
	float: left;
}
div.three_col div.col_wrapper div#center_col {
	width: 420px;
	float: right;
}
div.three_col div.col_wrapper div#left_col {
	width: 1540px;
	margin-right: 10px;
	float: left;
}
div.three_col div#right_col {
	width: 150px;
	margin-left: 10px;
	float: right;
}
/* 2カラムレイアウト */
div.two_col {
	width:740px;

}

div.two_col div#center_col {
	float: right;
	width: 570px; /* 740 - 150 - 20 */
	line-height: 1.6;

}
div.two_col div#left_col {
	width: 150px;
	margin-right: 10px;
	float: left;
}
/* 1カラムレイアウト */
div.one_col div#center_col {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}
/* 実際のコンテンツが入るところの共通設定 */
div#center_col {
	padding-bottom: 3em;
}
div#center_col p {
	margin-bottom: 1em;
}
div#center_col h1 {
	font-size: 120%;
}
div#center_col h2 {
	font-size: 116%;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	color: #333333;
	border-left: 8px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#center_col h3 {
	font-size: 100%;
	color: #333333;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #999999;
}
div#center_col h4 {
	font-size: 100%;
	color: #33A1DB;
	margin: 10px 0px 0px;
}
div#center_col h5 {
	font-size: 100%;
}
/* ローカルナビゲーション */
div.navi {
	background: #E1F3F6;
}
div.navi h2 {
	font-size: 100%;
	border-left: 10px solid #214D99;
	padding: 8px;
}
div.navi ul {
	margin-top: 0.6em;
	margin-bottom: 0;
	padding-bottom: 2em;
	list-style-type: none;
}
div.navi li {
	line-height: 1.1;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	list-style-image: url(../images/ya.gif);
}
div.navi a {
	color: #214D99;
	text-decoration: none;
}
div.navi a:hover {
	color:#000033;
}
/* navi 以外のサブコンテンツ */
div.sub_content {
	margin-bottom: 10px;
}
/* 画像でタイトル文字の代わりをする場合の定義 */
.alt_text span {
	display: none;
}
.alt_text a {
	display: block;
}
/* トップバナー */
.ja .banner {
	height: 52px;
	background: url(../images/banner.jpg) no-repeat;
}
.ja .banner a {
	height: 52px;
}
.en .banner {
	height: 52px;
	background: url(../images/banner.en.jpg) no-repeat;
}
.en .banner a {
	height: 52px;
}
/* img を float した時に box が img の高さに合わない事への対策 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* その他のユーティリティ */
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.margin_center {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.margin_left {
	margin-left: 1em;
}
.margin_right {
	margin-right: 1em;
}
.margin_top {
	margin-top: 1em;
}
.margin_bottom {
	margin-bottom: 1em;
}
ul.list li { /* 格子状の矢印をリストマークに追加いたい場合 */
	list-style: url(../images/bullet_gray.gif);
	margin-bottom: 0.2em;
}
ul.list_nomark li { /* リストマークを消したい場合 */
	list-style-type: none;
	margin-bottom: 0.2em;
}
p.more { /* 続きを読む等の文字の後ろに矢印を持ったテキスト */
	text-align: right;
	margin-top: 1.5em;
	margin-right: 5em;
}
p.more a { /* 続きを読む等の文字の後ろに矢印を持ったテキスト */
	background: url(../images/dbl_ya.gif) no-repeat right 5px;
	padding-right: 1.5em;
}
p.more a:hover {
	color: #FFFFFF;
	background: #3399FF url(../images/dbl_ya.gif) no-repeat right 5px;
	padding-right: 1.5em;
}
/* キャプション付のイメージ */
/*
  <div class="image_box">
    <p class="image"><img src=".." alt=".." /></p>
	<p class="caption">This is caption.</p>
  </div>
 */
div.image_box {
	padding: 0.5em;
	width: auto;
}
div.image_box p.image {
	margin: 1em;
}
div.image_box p.caption {
	font-size: 90%;
	color: #003366;
	line-height: 1.1;
}
/* 赤の強調文字 */
em.attn {
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
	text-align: center;
	width: 100%;
}
