@charset "shift_jis";

h1 {
	font-family: "MS UI Gothic", "Osaka", "sans-serif";
	font-size: 9pt;
	line-height:125%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "MS UI Gothic", "Osaka", "sans-serif";
	font-size: 9pt;
	line-height:125%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "MS UI Gothic", "Osaka", "sans-serif";
	font-size: 9pt;
	line-height:125%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.old_price { text-decoration:line-through; }    /* 打ち消し線 */

.9p { font-size: 9pt; color: #333333; line-height:115%;}
.12p { font-size: 12pt;  line-height:120%; }
.8p_red { font-size: 8pt; color: #990000; line-height:115%; }
.8p { font-size: 8pt; color: #333333; line-height:120%; }
.10p { font-size: 10pt; color: #333333; line-height:130%; }
.10p_B { font-size: 10pt; color: #333333; font-weight: bold; line-height:140%; }
.11pB { font-size: 12pt; color: #333333; font-weight: bold; line-height:140%; }
.11p { font-size: 12pt; color: #333333; line-height:140%; }
.10p_B_red { font-size: 10pt; color: #990000; font-weight: bold; line-height:140%; }
.10p_w { font-size: 10pt; color: #FFFFFF; line-height:140%; }
.10p_B_w { font-size: 10pt; color: #FFFFFF; font-weight: bold ; line-height:140%; }
.11p_w { font-size: 12pt; color: #FFFFFF; font-weight: normal }
.11pB_w { font-size: 12pt; color: #FFFFFF; font-weight: bold }
.11pB_red { font-size: 12pt; color: #990000; font-weight: bold ; line-height:140%; }
.8p_w { font-size: 8pt; color: #FFFFFF; line-height:115%;}
.9p_w { font-size: 9pt; color: #FFFFFF; line-height:115%}

body,table,tr,td {/* Body */
 font-family:"MS UI Gothic";
 font-size: 10pt;
 line-height:125%;
    color: #333333;

    
scrollbar-base-color : #ffffff;
scrollbar-face-color : #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #666666;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color : #FFFFFF;

}


		A	{ color:#666666;}
		A:link { color: #30557D}/*未訪問リンク */ 
		A:visited { color: #30557D}/*訪問済みリンク */ 
		A:hover { text-decoration: underline; color: #EE7A0E}/*マウスが乗ったとき */
