@charset "Shift_JIS";

/* **************************************

text.css

************************************** */

/* size style
-------------------------------------- */

 {
	font-size: 197%;/*26px*/
}
 {
	font-size: 182%;/*24px*/
}
 {
	font-size: 167%;/*22px*/
}
 {
	font-size: 154%;/*20px*/
}
 {
	font-size: 139%;/*18px*/
}
dt#title, h3#sc-title, p.t-16, span.t-16 {
	font-size: 123%;/*16px*/
}
 {
	font-size: 116%;/*15px*/
}
p#text, p.t-14, p#act-text {
	font-size: 108%;/*14px*/
}
address, .news-title{
	font-size: 85%;/*11px*/
}
 {
	font-size: 77%;/*10px*/
}

/* font collor
-------------------------------------- */

address, dl#newstxt, dl#newstxt2 {
	color:#fff;
}
a:link, a:focus, a:visited {
	color: #36f;
}
a:active, a:hover {
	color: #36f;
}

dt#title, span.red {
	color:#c00;
}

p#charatext, p#megatext, p#megatext2 {
	color:#000;
}

/* font weight
-------------------------------------- */
dt#date, dt#title,h3#sc-title, .news-title-date {
	font-weight: bold;
}
 {
	font-weight: normal;
}

/* font decoration
-------------------------------------- */
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
