@charset "UTF-8";

body {
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "Meiryo", "Geneva", "Arial", "Verdana", "sans-serif", "Osaka" ;
	font-size: 12px;
	color: #FFFFFF;
}


.font12_blue {
	font-size: 12px;
	color: #00FFFF;
}


.font16_blue {
	font-size: 16px;
	color: #00FFFF;
	font-weight: bold;
}


.font14_w {
	font-size: 14px;
	color: #FFFFFF;
}


.font14_w_b {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}


.font14_y_b {
	font-size: 14px;
	color: #FFFF33;
	font-weight: bold;
}


.font11_w {
	font-size: 11px;
	color: #FFFFFF;
}


.font20_r_b {
	font-size: 20px;
	color: #DC053E;
	font-weight: bold;
}


/* link */
a:link { color:#ffffff; text-decoration: underline;}
a:visited { color:#ffffff; text-decoration: underline;}
a:hover { color:#ffffff; text-decoration: underline;}
a:active { color:#ffffff; text-decoration: underline;}

/* link header */
a.head:link { color:#ffffff; text-decoration: none;}
a.head:visited { color:#ffffff; text-decoration: none;}
a.head:hover { color:#ffffff; text-decoration: underline;}
a.head:active { color:#ffffff; text-decoration: none;}

/* link body */
a.body:link { color:#000000; text-decoration: underline;}
a.body:visited { color:#000000; text-decoration: underline;}
a.body:hover { color:#518DAD; text-decoration: underline;}
a.body:active { color:#8AC4DD; text-decoration: none;}

/* link body_ln */
a.body_ln:link { color:#000000; text-decoration: underline;}
a.body_ln:visited { color:#000000; text-decoration: underline;}
a.body_ln:hover { color:#DC053E; text-decoration: underline;}
a.body_ln:active { color:#DC053E; text-decoration: none;}