body {
	margin:0;
	text-align:center;
	font-size: 12px;
	background-color: #C1C1C1;
}
a.hover
{
	color:Black;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.gray:link {
	color: #3d3d3d;
	text-decoration: none;
}
a.gray:visited {
	color: #3d3d3d;
	text-decoration: none;
}
a.gray:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
a.red:link {
	color: #b30000;
	text-decoration: none;
}
a.red:visited {
	color: #b30000;
	text-decoration: none;
}
a.red:hover {
	color: #b30000;
	text-decoration: underline;
}
a.grayred:link {
	color: #3d3d3d;
	text-decoration: none;
	font-size: 12px;
}
a.grayred:visited {
	color: #3d3d3d;
	text-decoration: none;
	font-size: 12px;
}
a.grayred:hover {
	color: #b30000;
	text-decoration: underline;
	font-size: 12px;
}
.textgray {
	color: #3d3d3d;
	font-size: 12px;
	
}

.textred {
	color: #b30000;
	line-height:170%;
}
.titlegray {
	font-size:14px;
	color: #3d3d3d;
	font-weight:bold;
	line-height:150%;
}
.titlegray12 {
	font-size:12px;
	color: #666666;
	font-weight:bold;
	line-height:170%;
}
.detail {
	margin:5px 0px 0px 0px;
	font-size:12px;
	color: #3d3d3d;
	font-weight:bold;
	line-height:150%;
}
.titlered14 {
	font-size:14px;
	color: #b30000;
	font-weight:bold;
	line-height:150%;
}
.titlered {
	font-size:12px;
	color: #b30000;
	font-weight:bold;
	padding-bottom:8px;
}
.content_img {
	width:70px;
	height:65px
	text-align: left;
	float: left;
}
.newslist {
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}
.menu {
	background-color:#e5e5e5;
	text-align:left;
	width:170px;
	padding:20px 0px 20px 20px;
}
.menu01 {
	font-size:14px;	
	font-weight:bold;
	color: #3d3d3d;
	line-height:180%;
	margin: 2px 0px 2px 0px;
	width: 150px;
}
.menu02 {
	margin:0px 0px 3px 18px;	
	font-size:12px;
	color: #000000;
	line-height:150%;
	background-color: #FFFFFF;
	height: 20px;
	width: 150px;
	padding: 0px 0px 0px 2px;
}

	.hidden {display:none}
	.show{display:block}