@charset "utf-8";

/*
===== GENERAL ==========================================
*/


body {
	top:0; 
	margin: 0 auto ;	padding: 0;
	background-color:#ffeeee;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","Arial","メイリオ","ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}


th , td {
	font-size: 12px;
	text-align: left;
}

.note {
	line-height: 16px;
	text-align: left;
}


/*
===== IFRAME ===========================================
*/

#IFbox table { 
	width: 720px;
	margin: 10px 0;
	text-align: center; 
}

.IF-img	{
	margin: 8px;
	border:solid 1px #cccccc;
}