@charset"euc-jp";

/*text.css*/
/*テキスト*/

/* ---------------------------------------------------------
　hx
--------------------------------------------------------- */

h1 {
	font-size:10px;
}

h2 {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	border-bottom:#dddddd solid 1px;
	border-left:#4D4F9D solid 3px;
	margin:10px 0 10px 0;
	padding:5px;

}

h3 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 15px;
	color:#4d4f9d;
	margin-top:10px 0;
	width:565px;
	height:22px;
	background:url(../img/title.gif) 0 0 no-repeat;

}

h4 {
	font-size:12px;
	color:#4d4f9d;
	font-weight:bold;
	border-bottom:#dddddd solid 1px;
	margin:15px 0;
	padding:0 5px;
}
	
h5 {

}

h6 {

}


/* ---------------------------------------------------------
　p
--------------------------------------------------------- */
/*-----------------------header-------------------------*/







/*-----------------------left_content-------------------------*/









/*-----------------------right_content-------------------------*/









/*-----------------------footer-------------------------*/


p.copyright {
}

p.last {
}











/* ---------------------------------------------------------
　span
--------------------------------------------------------- */

span.red {
	color:#FF0000;
}

span.blue {
	color:#0033FF;
}

span.yellow {
	color:#FFFF00;
}

span.white {
	color:#FFFFFF;
}













