/* サイト全体に関する設定 */
body {
	margin : 0 0;
	padding : 0 0;
　　color: #666666; background-color: #FFFFFF
	
}



/* 文字サイズ・行間に関する設定 */
TD {font-family: "MS PGothic";font-size:12px;}
.styleL {font-family: "MS PGothic";font-size:14px;}
.styleM {font-family: "MS PGothic";font-size:12px;}
.styleS {font-family: "MS PGothic";font-size:11px;}
.gyoukan {line-height: 16px;}


/* 文字色に関する設定 */
.Orange {color: #FF9900}
.Gold { color: #CC9933}

/* レイアウトに関する設定 */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.vtop {vertical-align: top;}
.vmid {vertical-align: middle;}
.vbtm {vertical-align: bottom;}


/* 画像に関する設定 */
a img {
	border : 0;
}
	


.white {  color: #FFFFFF}

.en_title{
	font-size: 12pt;
	font-weight:bold;
	color: #e8eeff;
	background-color: #0444ee;
	padding: 5px;
}

