﻿/* 文書本体 (body) */
body{
	font-size:100%;
	line-height:150%;
	margin:0px;
	padding:0px
}
/* ------------ */
/* フォント設定 */
/* ------------ */
/* 小フォント */
.SBLACK{
	font-size:100%;
	line-height:150%;
}
/* 標準フォント */
.MBLACK{
	font-size:100%;
	line-height:150%;
}
/* 大フォント */
.LBLACK{
	font-size:120%;
	line-height:150%;
}
.BOLD{
	font-weight: bold;
}
/* -------- */
/* 画像設定 */
/* -------- */
img{
	border:0;
}
/* ---------------- */
/* パンくずナビ設定 */
/* ---------------- */
#breadcrumbs{
	border-top:1px solid #339991;
	border-bottom:1px solid #339991;
	background:url(../images/nav_bg.gif) repeat-x top center;
	padding:3px 0 3px 15px;
}
#breadcrumbs a:link,
#breadcrumbs a:visited{
	text-decoration:underline;
}
/* ---------- */
/* 見出し設定 */
/* ---------- */
/* 大見出し */
h1{
	color:#4A4A4A;
	background:url(../images/title_back_l.gif) no-repeat left top;
	margin:10px 5px 0 15px;
	padding:8px 0 3px 15px;
	width:100%;
	height:30px;
	font-size:15pt;
	line-height:150%;
	width:745px;
	height:38px;
}
/* 中見出し */
h2{
	color:#4A4A4A;
	background:url(../images/title_back_m.gif) no-repeat left top;
	margin:0 0 10px 0;
	padding:4px 0 0 15px;
	width:100%;
	height:30px;
}
/* -------------*/
/* 矢印付リンク */
/* ------------ */
a.arrow{
	background:url(../images/link_ico_on.gif) no-repeat left top;
	padding:0px 0px 0px 28px;
	vertical-align:top;
	display:inline;
	width:auto;
}
/*--------------------- */
/* マージン・パディング */
/*--------------------- */
/* メインエリアのパディング（その他汎用） */
.padding_all{
	padding:10px 5px 10px 15px;
}
/* 上下のマージン */
.margin_vertical{
	margin:10px 0;
}
/* 上のみのマージン */
.margin_top{
	margin-top:10px;
}
/* 下のみマージン */
.margin_bottom{
	margin-bottom:10px;
}
/* 上下のパディング */
.padding_vertical{
	padding:10px 0;
}
/* 上のパディング */
.padding_top{
	padding-top:10px;
}
/* 下のパディング */
.padding_bottom{
	padding-bottom:10px;
}
/* 左右のパディング */
.padding_side{
	padding:0 10px;
}
ol,ul{
	margin:0px 5px 0px 30px;
}
/* ---------------*/
/* 外枠付テーブル */
/* -------------- */
/* 点線 */
.annotation{
	border: 1px dotted #000000;
}
/* 実線 */
.frame{
	border: 1px solid #000000;
}
/* -------------*/
/* 括弧付リスト */
/* ------------ */
div.list{
	padding:0px 20px 7px 0px;
	text-indent:-1.5em;
	margin-left:3em;
}
div.list ul{
	text-indent:0;
}
/* -------------------*/
/* 括弧付リスト内画像 */
/* ------------------ */
div.img{
	margin:0px 10px 25px 10px;
}
/*----------------- */
/* 項目のレイアウト */
/*----------------- */
.item{
	margin-left:10px;
	padding:10px 5px 80px 15px;
}
/*--------------- */
/* 項目の枠内背景 */
/*--------------- */
.item_back{
	background-color:azure;
	border-collapse: collapse;
	border: 1px paleturquoise solid;
}
/*--------------- */
/* ページトップへ */
/*--------------- */
.page_top{
	text-align:right;
}