@charset "shift_jis";


/* リード
----------------------------------------------- */

div.lead {
	background:#F4F9FC;
	color:#006599;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* 見出し・本文のインデント基本パターン
----------------------------------------------- */

/* セクション（インデント） */

.section {
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}

.section-english {
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
	text-align: right;
}

.section-s-left {
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	float: left;
	text-align: left;
	display: block;
	margin-left: 0px;
	width: 44%;
}

.section-s-right {
	float: right;
	display: block;
	margin-right: 0px;
	margin-top: 0px;
}

/* 見出し */

.title1 {
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFF99;
	text-align: left;
	text-indent: 0.5em;
	display: block;
	border: 1px solid #0965EA;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
}


/* 画像
----------------------------------------------- */

.banner {
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.image {
	margin:20px auto;
	text-align:center;
}

.image img {
	margin-bottom:5px;
}

.image a {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.image a img,
.image a:link img,
.image a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.image a:hover img,
.image a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.image td {
	vertical-align:top;
}

table.image td.space {
	width:15px;
}

.image span.caption {
	color:#607f25;
}

/* フロート */

div.float-right,
div.float-left {
	text-align:center;
}

div.float-right {
	padding:2px 0 15px 15px;
	float:right;
}

div.float-left {
	padding:2px 15px 15px 0;
	float:left;
}

div.float-right span.caption,
div.float-left span.caption {
	font-size:10px;
	color:#607f25;
}


/* リスト
----------------------------------------------- */

/* サブナビリスト */

ul.subnavi-red li,
ul li.subnavi-red {
	background-position: left top;
	display: block;
	list-style-type: none;
	background-image: url(../s_img/dt_icon_red.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
}

ul.subnavi-green li,
ul li.subnavi-green {
	background-position: left top;
	display: block;
	list-style-type: none;
	background-image: url(../s_img/dt_icon_green.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
}

ul.subnavi-yellow li,
ul li.subnavi-yellow {
	background-position: left top;
	display: block;
	list-style-type: none;
	background-image: url(../s_img/dt_icon_yellow.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
}

/* TOPサイドバーリスト */

ul.sidebar-box li,
ul li.sidebar-box {
	background-position: left;
	display: block;
	list-style-type: circle;
}



/* 表
----------------------------------------------- */

/* 標準テーブル */

table.general{
	width:100%;
	border-collapse:collapse;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0px;
	vertical-align: top;
}

table.general td,
table.general th{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}



/* 注釈
----------------------------------------------- */

.note {
	font-size:12px;
	color: #FF0000;
}



/* ページトップ
----------------------------------------------- */

p.page-top {
	clear:both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	text-align: right;
}

p.page-top a {
	height:18px; /* for FF1.0 */
	outline:0; /* for FF1.5 */
	background-image: url(../s_img/totop.gif);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	background-position: right 2px;
	display: block;
	text-indent: 1.5em;
	padding-right: 15px;
}

p.page-top a span {
	text-align: right;
}

.section p.page-top a {
	text-align: left;
}
.section .section p.page-top a { }
.section .section .section p.page-top a { }



/* 各種調整
----------------------------------------------- */

/* 左寄せ・中央よせ・右よせ */

.left {
	text-align:left !important;
}

.center {
	text-align:center !important;
}

.right {
	text-align:right !important;
}

/* マージン調整 */

.no-margin { margin:0 !important; }
.no-margin-top { margin-top:0 !important; }
.no-margin-bottom { margin-bottom:0 !important; }

.margin-top-10 { margin-top:10px !important; }
.margin-bottom-10 { margin-bottom:10px !important; }
.margin-top-15 { margin-top:15px !important; }
.margin-bottom-15 { margin-bottom:15px !important; }
.margin-top-20 { margin-top:20px !important; }
.margin-bottom-20 { margin-bottom:20px !important; }
.margin-top-30 { margin-top:30px !important; }
.margin-bottom-30 { margin-bottom:30px !important; }

.minus-margin-top-10 { margin-top:-10px !important; }
.minus-margin-bottom-10 { margin-bottom:-10px !important; }
.minus-margin-top-15 { margin-top:-15px !important; }
.minus-margin-bottom-15 { margin-bottom:-15px !important; }
.minus-margin-top-20 { margin-top:-20px !important; }
.minus-margin-bottom-20 { margin-bottom:-20px !important; }

/* スペース */

p.bottom-space {
	margin-bottom:60px;
}

