@charset "shift_jis";

/*-------------------------
 * initialize
--------------------------*/
*{
	margin:0;
	padding:0;
}
html, body{
	min-height:100%;
	height:100%;
}
body{
	text-align:center;
	background-color:#fff;
	color:#333333;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:normal;
}
html>/**/body{ 
	 font-size:16px;
}/* Win IE 以外 */
fieldset{
	border:0;
	overflow:auto;
}
label{
	 cursor:default;
}
legend{
	 display:none;
}
img{
	 border:0;
	 vertical-align:top;
}
h1, h2, h3, h4, h5, h6, 
p, address, blockquote, pre,
dl, ol, ul,
th, td{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
hr{
	display:none;
}
em,strong{
	font-weight:bold;
	font-style:normal;
}
table{
	font-size:inherit;
	font:100%;
}
th,td{
	text-align:left;
	empty-cells:show;
}
input, select, textarea{
	color:#333333;
	font-family:"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.417em;
}
input.radio{
	margin-right:3px;
}

sub{
	margin-right:.1em;
	vertical-align:baseline;
}
sup{
	position:relative;
	top:-2px;
	vertical-align:baseline;
}

/* font base
--------------------------*/
.txt16, .txt16b{
	font-size: 138%; 
	line-height: 1.39;
}
.txt14, .txt14b{
	font-size:116.7%;
	line-height: 1.4;
}
.txt12, .txt12b{
	font-size: 12px;
	line-height: 1.4;
}
.txt10, .txt10b{
	font-size:85%;
	line-height: 1.4;
}
.txt16b,.txt14b,.txt12b,.txt10b{ 
	font-weight: bold;
}
* html .txt16, * html .txt16b{
	font-size:130%; 
	line-height: 1.3;
}
* html .txt14, * html .txt14b{
	line-height: 1.3;
}
* html .txt12, * html .txt12b{
	font-size: x-small;
	line-height: 1.3;
}
* html .txt10, * html .txt10b{
	line-height: 1.2;
}
*:first-child+html .txt16, *:first-child+html .txt16b{
	font-size:130%; 
	line-height: 1.3;
}
*:first-child+html .txt14, *:first-child+html .txt14b{
	line-height: 1.3;
}
*:first-child+html .txt12, *:first-child+html .txt12b{
	font-size: x-small;
	line-height: 1.3;
}
*:first-child+html .txt10, *:first-child+html .txt10b{
	line-height: 1.2;
}


/*-------------------------
 * container
--------------------------*/
#container{
	min-height:100%;
	text-align:center;
	position:relative;
	font-size:75%;
	line-height:1.417;
}
* html #container{
	height:100%;
}
body > #container {
	height: auto;
}


/*-------------------------
 * link
--------------------------*/
a:link{
	color:#1d3995;
	text-decoration:none;
}
a:visited{
	color:#1d3995;
	text-decoration:none;
}
a:hover{
	color:#1d3995;
	text-decoration:underline;
}
a:active{
	color:#1d3995;
	text-decoration:underline;
}


/*-------------------------
 * font
--------------------------*/
#container .txt10, 
#container .txt10b{
	font-size:83%;
}
#container .txt12, 
#container .txt12b{
	font-size:100%;
}
#container .txt14,
#container .txt14b{
	font-size:118%;
}
#container .txt16, 
#container .txt16b{
	font-size:135%;
}
#container .txt18, 
#container .txt18b{
	font-size:152%;
}
#container .txt22, 
#container .txt22b{
	font-size:187%;
}

