@charset "Shift_JIS";

/* ============================== setup */
html{width:100%;height:100%;text-align:center;}
body {width:100%;height:100%;text-align:center;margin:0px; padding:0px; background-color: #fff;
	font-family:'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	color:#555;
	font-size: 10px;
	line-height: 18px;
	}
h1, h2, h3, h4, h5, h6 { font-size: 100%; margin:0px; }
p { margin:0px; }
strong { font-weight: normal; }


/* article テキスト部分は左寄せ */
article {font-family:'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
		color:#555;
		font-size: 12px;
		line-height: 18px;
		text-align: left;}
	
/* link */
a {color: #555; text-decoration:underline;}
a:link {color: #555; text-decoration:underline;}
a:visited {color: #555; text-decoration:underline;}
a:hover {color: #000; text-decoration:none;}
a:active {color: #555; text-decoration:underline;}
a img, a:link img, a:visited img, a:hover img, a:active img { border: none;}


/* reset */
body,ul,li,h1,h2,h3,h4,h5,h6,{margin:0;padding:0;}
li{list-style:none;}
.hidetxt{display:none;}
.clear{font-size:0px;line-height:0px;clear: both;margin: 0px;padding: 0px;}

/* 消すもの */
nav{display:none;}
footer{display:none;}
.logo1{margin:28px 0 30px 0;}
.head_top_page{margin:0 0 0 0;;text-align:center;border-bottom:3px double #ccc;}
.print_none{display:none;}

/* div_h3 各ページ左側の見出し3 */
.div_h3{text-align:center;}

/* div_article 各ページ右側のコンテンツ */
.div_article{width:700px; margin:30px auto 0 auto; overflow:hidden; font-size:12px; line-height:24px;}

/* 表すもの */
.print_copy{font-family:'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
		color:#555;font-size: 9px;text-align: center;margin:30px 0 0 0;}

/* tab 不要ですが、念の為 */
#btn-lang li{float:left; margin-right:20px;}
#btn-lang li a{display:block; overflow:hidden;}
#btn-japanese{width:44px; height:13px; background:url(../img/btn_japanese.gif) 0 0 no-repeat; text-indent:-9999px;}
#btn-japanese a:hover{width:44px; height:13px; background:url(../img/btn_japanese_over.gif) 0 0 no-repeat; text-indent:-9999px;}
#btn-english{width:44px; height:13px; background:url(../img/btn_english.gif) 0 0 no-repeat; text-indent:-9999px;}
#btn-english a:hover{width:44px; height:13px; background:url(../img/btn_english_over.gif) 0 0 no-repeat; text-indent:-9999px;}


/* others 不要ですが、念の為 */
#toTop{height:30px; background:url(img/btn_totop.gif) 100% 0 no-repeat; text-indent:-9999px; display:block; clear:both; border:1px solid #f00;}














