@charset "euc-jp";

@import url("basic.css");

#top_content h3#t_about{
	background	: url(/image/h_about.gif) 0 0 no-repeat ;
}

#about{
	padding			:10px 20px;
}

#about p{
	text-indent		:0.8em;
	line-height		:1.5em;
	margin-bottom	:1.5em;
}

#about table{
	width						:696px;
	margin					:	10px 0 20px 0;
	border-collapse	:collapse;
	border					:1px solid #ccc;
	background			:#fff;
	color						:#000;
	text-align			:center;
}

#about table td{
	line-height			:1.5em;
	border-right		:1px solid #ccc;
	border-bottom		:1px solid #ccc;
	padding					:3px 3px;
	vertical-align	:middle;
	text-align			:left;
	text-indent			:1em;
}

#about table td.bg_c{
	background			:#e3f6e2;
	text-indent			:1em;
}

