/* E-Prmotion CSS Document V1.0 */

/* -- Generic  -- */

html, body {
	background:#EFEBEF;
	color:#333333;
}

a:link {
	color: #003A18;
	text-decoration: underline;
}
a:visited {
	color: #116634;
	text-decoration: underline;
}
a:hover {
	color: #6BAF87;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #EFCF84;
}


H1 {
	font-size:14px;
}

H2 {
	font-size:13px;
}

H3,H4 {
	font-size:12px;
}

TH.text {
	font-size:12px;
	line-height:160%;
}

TD.text {
	font-size:12px;
	line-height:160%;
}

TD.links {
	font-size:11px;
}

/* -- Models  -- */

/* -- モデルの名前ブロック -- */
DIV.model_name {
	margin-top:8px;
	margin-bottom:4px;
}
H3.jname {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin-top:0;
	margin-bottom:4px;
}
H3.ename {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
}
/* -- モデルの詳細情報ブロック -- */
DIV.details {
	margin-bottom:12px;
}
DIV.text1 {
	font-size:12px;
	margin-bottom:4px;
}
DIV.text2 {
	font-size:11px;
	margin-bottom:4px;
}
DIV.nickname {
	font-size:12px;
	font-weight:bold;
}


/* -- COPYRIGHT -- */

DIV.copyright {
	font-size:12px;
}


