@charset "UTF-8";

/* visual */
div#visual {
	margin: 0 0 20px 0;
}
div#visual h2 {
	background: url(../img_about/tit_about.jpg) no-repeat left bottom;
	width: 960px;
	height: 180px;
	text-indent: -9999px;
}

/* main */
div#main {
	background: url(../img_about/bg_bottom.gif) no-repeat left bottom;
	padding: 0 0 77px 0;
}

/* introduction */
div#intro {
	background: url(../img_about/bg_top.gif) no-repeat left top;
	padding: 22px 0 0 0;
}

/* description */
div#desc {
	background: url(../img_about/bg_middle.gif) repeat-y left top;
	padding: 0 37px 0 33px;
	color: #333333;
	line-height: 1.5em;
}

/* topic path */
p#topicpath {
	clear: both;
	width: 620px;
	font-size: smaller;
	color: #999999;
}
p#topicpath a {
	color: #999999;
}
p#topicpath a:hover {
	text-decoration: none;
}

/* about */
div#about {
	clear: both;
	width: 620px;
	padding: 10px 0 0 0;
}
div#about h3 {
	background: url(../img_about/tit_maintitle.gif) no-repeat left top;
	width: 620px;
	height: 50px;
	text-indent: -9999px;
}
div#about table {
	width: 620px;
	margin: 25px 0 0 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
div#about th {
	padding: 0.5em 0.7em;
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	text-align: left;
	vertical-align: top;
}
div#about td {
	padding: 0.5em 0.7em;
	border: #CCCCCC 1px solid;
}

