@charset "Shift_JIS";

body{
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	color:#666;
	font-size:9pt;
}

/*main haeder*/
h1{
	font-size : 140% ;
	font-family : sans-serif ;
	font-weight : bold ;
	letter-spacing: 0.3em;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*	Sub Title ;*/
h2 {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom: 10px;	
}

h3 {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:5px;	
}

/*	h2 with gray border 2px under */
h2.border {
	font-size : 120% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:15px;
	padding-bottom: 5px;
	border-bottom: solid 2px #999;
	color:#999;
}
/*	h3 with gray  border 2px under */
h3.border {
	font-size : 100% ;
	font-family : sans-serif ;
	font-weight : bold ;
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom: 2px;
	border-bottom: solid 2px #ccc;
}


.h3BLK{/*black*/
	font-size:100%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:1.5em;
	text-align:justify;
	color:#000;
}

.h3MP{/*not used anymore...*/
	font-size:100%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:2em;
	text-align:justify;
	color:#000;
}

.h3RED{/*red for error etc*/
	font-size:100%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:1.5em;
	text-align:justify;
	color:#ff0000;
}

.h3BLU{/*H3※*/
	font-size:100%;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:1.5em;
	text-align:justify;
	color:#66ccff;
}





.imgLeft{
	float:left;
	display:block;
	padding:8px 12px 8px 0;
}

.imgRight{
	float:right;
	display:block;
	padding:8px 0 8px 12px;
}

.userinput_label{/*font black*/
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height:1.5em;
	text-align:justify;
	color:#000;
}


/* safari bold */
b,strong{font-family: "Osaka","Lucida Grande"}

