@charset "UTF-8";

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

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

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

/* description */
div#desc {
	background: url(../img_history/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;
}

/* history */
div#history {
	clear: both;
	width: 620px;
	padding: 10px 0 0 0;
}
div#history h3 {
	background: url(../img_history/tit_maintitle.gif) no-repeat left top;
	width: 620px;
	height: 50px;
	text-indent: -9999px;
}
div#history h4 {
	background: url(../img_history/circle_gray.gif) no-repeat left center;
	padding: 1px 0 0 18px;
	margin: 40px 0 10px 0;
	font-weight: bold;
	font-size: 110%;
}
div#history table {
	width: 620px;
	margin: 10px 0 0 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
div#history th {
	padding: 0.5em 0.7em;
	background-color: #EEEEEE;
	border: #CCCCCC 1px solid;
	text-align: left;
	vertical-align: top;
}
div#history td {
	padding: 0.5em 0.7em;
	border: #CCCCCC 1px solid;
}

