﻿@charset "utf-8";

/*　フォントスタイル　*/
.small, .normal, .large { line-height: 1.5em;
	font-family:"MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #434343;
}

.small { font-size: 9px;
}

.normal { font-size: 11px;
}

.large { font-size: 12px;
}
/*　フォントスタイル　*/

/*　基本フォーマット　*/
body { background: #fff;
}
#MAIN {	background: #fff;
	width: 620px;
	margin: 0px 0px 0px 15px;
	border: none;
}
/*　基本フォーマット　*/

/*　ヘッダー　*/
#HDR p { clear: both;
	padding: 12px;
}
#HDR-S, #GNV, #BRD, #LFT-CLM, .ftr-r { display: none;
}
/*　ヘッダー　*/


/* 右コンテンツ */
#RGT-CLM { clear: both;
	width: 620px;
}
/* 右コンテンツ */

#FTR { border: none;
}