@charset "utf-8";
/* CSS Document */

body{
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.tdMenu{
	background-image:url(images_common/bg_menu.jpg);
	background-repeat: repeat-x;
	border: #999 1px solid;
}

.tdHeader{
	border: #999 1px solid;
}

.tdFooter{
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

.tdMain{
	border-right: #999 1px solid;
}

.gH3{
	font-size: 32px;
	font-weight: bold;
}

.gH5{
	font-size: 18px;
	font-weight: bold;
}


.aMenu{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	line-height: 1.5;
}