
/*   **********************************************************************　*/
/*   ***     スタイルシート                                                                　*/
/*   **********************************************************************　*/

@charset "UTF-8";

h1{
	font-family : Georgia, "ＭＳ ゴシック";
font-weight : normal;
line-height : 1;

text-align : center;padding : 3mm;margin : 2mm 10%;border : 1px solid black;
background : transparent url(../Material/w6b.gif) repeat scroll 0% 0%;
                     /* CSSスタイルシートファイルからの参照は、CSSファイルの位置から相対的に記述する。HTMLファイルからではない。 */
}
h5{
	font-size : 16pt;
font-family : "SimSun", "PMingLiu", Georgia, serif;
padding : 1px;margin : 0px 0px 0px 10mm;
text-indent : 0em;
font-weight : normal;
line-height : 1;
}
h6{
	font-size : 10pt;
font-family : Georgia, "ＭＳ 明朝", "MingLiU";
text-align : left;padding : 1px 2px;margin : 0px 0px 0px 20mm;
font-weight : normal;
line-height : 1;
}

p{
	font-size : medium;
font-family : serif;padding : 1px;margin : 4mm 1px 1px;
}

h4{
	font-size : 11pt;
font-family : Georgia, "ＭＳ 明朝";
font-weight : normal;
line-height : 1;
text-indent : 0em;
padding-bottom : 1px;
margin-bottom : 2px;
}

h3{
	font-size : 10pt;
font-family : "Times New Roman";
padding : 1px;margin : 0px 0px 0px 10mm;
font-weight : normal;
line-height : 1;
text-indent : 0em;
}

MnTitle{
font-size : 18pt;
font-family : "Times New Roman", serif;
font-weight : normal;
line-height : 2;
padding : 1mm;
margin : 15mm 10mm 10mm 15mm;

}


Indica {
font-family : Georgia;
    width: 60px;
    margin: 0mm;
    padding: 3px;
    font-size: 12px;
    background-color: beige;
    color: black;
    text-align: center;
    border-radius: 1px;
}


#SoundRateShow {
font-family : Georgia;
    width: 60px;
    padding: 3px;
    font-size: 12px;
    background-color: beige;
    color: black;
    text-align: center;
    border-radius: 1px;
}


#globalMenu {
	border : 0mm; <!--thin solid black;
	margin: 0mm;
	padding: 1mm 2mm 1mm 2mm;
	background-color: silver; <!--silver;mintcream
	position: fixed;
	top: 0px;

}
.fixedGlobalMenu {
	position: fixed;
	top: 0px;
}



#PointDisplay {		// 修正個所
	display: none;

}

#settingMenu {
	border : thin solid black;
	margin: 1mm 0mm;
	padding: 1mm 2mm 2mm 2mm;
	background-color: silver; <!--silver;mintcream
	font-size : 12pt;
	position: fixed;
	top: 40px;
	display: none;		// 修正個所
}
.fixedsettingMenu {
	position: fixed;
	top: 40px;
}


iniInfo{
	display: none;
}