@charset "UTF-8"; /* 文字コード宣言 */
@import url("lib/style/default/base.css");
/* 全ページで共通の設定は "lib/css/base.css" に記述 */

body {
	background-color: #33A02C;
}

div#aboveSentence {
	background-image: url("lib/style/default/about/aboveSentence.gif");
	background-repeat: no-repeat;
	width: 780px; height: 315px;
}
#aboveSentence p {
	position: relative;
	z-index: -1;
	font-size: x-large;
	text-align: center;
	top: 100px;
	margin: 0px;
}

div#footer {
	padding-top: 80px;
	background-image: url("lib/style/default/about/catch.gif");
	background-repeat: no-repeat;
}

/* ====================
	節: Concept
 ==================== */
#section_Concept h2 {
	background-image: url("lib/style/default/about/h2_concept.gif");
	background-repeat: no-repeat;
	width: 780px; height: 30px;
}
#section_Concept h2 span {
	position: relative;
	z-index: -1;
}
#section_Concept dl {
	margin-left: 30px;
}
#section_Concept dt {
	margin: 0px;
	margin-left: -1px;
	font-weight: 700;
}
#section_Concept dd, #section_Concept p {
	margin: 0px;
}

/* ====================
	節: History
 ==================== */
div#section_History {
	background-image: url("lib/style/default/about/cb2005.jpg");
	background-repeat: no-repeat;
	background-position: 470px 30px;
	min-height: 380px; /* 背景画像表示用 */
	height: auto !important;
	height: 380px; /* IE6 用 */
	margin-bottom: 0px;
}
#section_History h2 {
	background-image: url("lib/style/default/about/h2_history.gif");
	background-repeat: no-repeat;
	width: 780px; height: 30px;
}
#section_History h2 span {
	position: relative;
	z-index: -1;
}
#section_History p {
	margin-left: 30px;
	width: 440px;
}
#section_History div.image div.caption {
	display: none;
}

/* ====================
	節: Data
 ==================== */
#section_Data h2 {
	background-image: url("lib/style/default/about/h2_data.jpg");
	background-repeat: no-repeat;
	width: 780px; height: 30px;
}
#section_Data h2 span {
	position: relative;
	z-index: -1;
}
#section_Data table {
	width: 720px;
	margin: 15px auto 0px auto;
}
#section_Data table caption {
	display: none;
}
#section_Data th {
	font-weight: 500;
	font-size: small;
	text-align: left;
	vertical-align: top;
	width: 100px;
}
#section_Data td {
	text-align: left;
	vertical-align: top;
	/*width: 620px;*/ /* border があるので正確に 620px となるわけではない */
}
#section_Data td div.supplementation {
	font-size: small;
}
#section_Data div.notes {
	font-size: 12px;
	margin-left: 30px;
}
