@charset "utf-8";
/* CSS Document */

/*Initialize*/
*{
    margin: 0px;
    padding: 0px;
    font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Meiryo,'メイリオ',sans-serif;
}

/*Base Set*/
html{height: 100%;}
body{background-color: #FFFFFF;}

h1{font-size:18px;font-weight:bold;margin-top:5px;margin-bottom:5px;}
h2{font-size:14px;font-weight:bold;margin-top:5px;margin-bottom:5px;}

/*Color Set*/
.str{font-weight: bold;}
.red{color: #FF0000;}/*No use*/
.blue{color: #0000FF;}/*No use*/
.yellow{color: #FFFF00;}/*No use*/
.green{color: #006600;}/*No use*/
.white{color:#FFFFFF;}/*No Use*/
.orange{color: #FF9900;}

/*Clear*/
.clear {clear: both; line-height: 0px; height: 0px;}

/*Help Use*/
.helpindex{font-size:14px; list-style:circle; margin-left:20px;}
.listindexstyle{font-size:14px; list-style:decimal;}
.listindexitem{margin-top:5px; margin-bottom:5px; margin-left:30px;}

/*Question Set*/
.questinput{width:390px; height:16px;}
.questcontent{width:390px; height:200px;}



/*Image Set*/
img{border: none;}
A{font-weight:bold;}
A:link {color:#0033CC; text-decoration: none;} 
A:visited {color: #0033CC; text-decoration: none;} 
A:hover {color: #FFFF00; text-decoration: underline;} 
A:active {color: #0033CC; text-decoration: underline;} 

/*Line Set*/
hr{
	border-style: dotted;
	border-top-color: #999999;
	border-right-width: 0px;
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	color: #F8F8F8;
}