@charset "utf-8";
.bg_top {
	height: 100px;
	width: 700px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
}
.bg_main {
	background-color: #FFFFFF;
	width: 700px;
}
.bg_base {
	height: 30px;
	width: 700px;
	background-image: url(images/bg_base.jpg);
	background-repeat: no-repeat;
}

.txt_t_purpb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #34006D;
	text-decoration: none;
}
.txt_t_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.txt_ts_purp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #34006D;
	text-decoration: none;
}

.txt_main_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt_main_blackb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.div_grey {
	background-image: url(images/news_divide.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 21px;
}
