@charset "UTF-8"; /* 文字コード宣言 */
/* ============================================================
    Get ページ用 CSS ファイル
     * 更新日時: 2008-10-25 11:00
     * 更新担当: nobuoka
     * 更新内容:
        ・ページ上部のキャッチフレーズの画像を変更.
 ============================================================ */
@import url("lib/style/default/base.css");
/* 全ページで共通の設定は "lib/css/base.css" に記述 */

body {
	background-color: #FF9900;
}

div#aboveSentence {
	background-image: url("lib/style/default/get/aboveSentence.jpg");
	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/get/catch.gif");
	background-repeat: no-repeat;
}

/* ====================
	節: Release Point
 ==================== */
#section_ReleasePoint h2 {
	background-image: url("lib/style/default/get/h2_release.gif");
	background-repeat: no-repeat;
	width: 780px; height: 30px;
}
#section_ReleasePoint h2 span {
	position: relative;
	z-index: -1;
}
#section_ReleasePoint h3 {
	margin-left: 25px;
}
#section_ReleasePoint p {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 700;
}
#section_ReleasePoint .subsec p {
	font-size: 12px;
	font-weight: 300;
}
#section_ReleasePoint table {
	margin-left: 30px;
}

#section_ReleasePoint td {
	color: #333333;
	padding: 0.15em 1em 0.07em 1em;
}
#section_ReleasePoint .category td {
	padding: 0.15em 0.3em 0.07em 0.3em;
}
#section_ReleasePoint td a {
	text-decoration: none;
}
