@charset "utf-8";
/* CSS Document */

/* トップあいさつ */

.top01 {
	font-size:14px;
	color:#3E4244;
line-height:18px;
}


/* ニュースリリース */

.news01 {
	font-size:12px;
	color:#3E4244;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
line-height:14px;
}


/* 12pix テキストパターン01 */

.text01 {
	font-size:12px;
	color:#3E4244;
line-height:14px;
}




/* 12pix リンクテキストパターン01 */

.linktext01

a:visited {
	color: #333333; text-decoration:none;
a:link {
	color: #333333; text-decoration:none;
a:hover { color: #E0261E;text-decoration:none; }
a:active { color: #E0261E;text-decoration:none; }
	
	




