@import "/shared/css/base_theme.css";
@import "/shared/css/menu.css";


#header{
	background-image:url(/images/main_image_about.jpg);
}

#left_column{
	float:left;
	width:279px;
	height:430px;
	margin:0px 5px 0px 5px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	background-image:url(/images/about_tbl_bg.gif);
}

#right_column{
	float:left;
	width:260px;
}

#sub_content{
	width:540px;
	clear:both;
	padding-top:25px;
	padding-left:10px;
	padding-bottom:20px;
}



#left_column div.flash{
	width:249px;
	height:210px;
	margin:0px auto;
}



#right_column dt{
	margin:5px 0 0 0;
	color:#003366;
	font-weight:bold;
}
#right_column dd{
	line-height:120%;
}

p.point{
	color:#FF3300;
	margin-top:10px;
	font-weight:bold;
}

#sub_content ul{
	list-style-type:none;
	margin-left:5px;
}

#sub_content ul li{
	color:#003366;
	font-weight:bold;
	margin-top:10px;
}

#sub_content ul dl{
	margin-top:-1.5em;
	margin-left:20px;
}

#sub_content ul dt{
	color:#003366;
	font-weight:bold;
}

#sub_content ul dd{
	font-weight:normal;
	color:#333333;
}
