/* 基本タグの定義 */
body {
	margin: 0;
	padding: 0;
	background: url(../common/body_bg.gif) #FFF;
	color: #333 }
a:visited {
	color: #650091;
	text-decoration: underline }
a:link {
	color: #194CB8;
	text-decoration: underline}
a:hover {
	color: #990066;
	text-decoration: none }
a:active {
	color: #990066;
	text-decoration: none }
form {
	margin: 0;
	padding: 0 }
table {
	border-collapse: collapse }
th {
	white-space: nowrap }
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0 }
h1 {
	width: 700px;
	height: 56px;
	font-size: 14px;
	background-repeat: no-repeat;
	text-indent: -999em;
	margin-bottom: 10px }
h2 {
	font-size: 1em;
	color: #368331;
	background: url(../common/h2_title_bg.jpg) no-repeat;
	padding: 7px 3px 6px 25px;
	margin-bottom: 1em;
	clear: both }
h3 {
	color: #F97C00;
	font-size: 0.875em;
	margin-left: 0.5em;
	margin-bottom: 0.5em }
h4 {
	margin-left: 0.5em;
	font-size: 0.875em }
p {
	font-size: 0.875em;
	line-height: 150%;
	margin-left: 0.5em;
	padding-bottom: 1em }
ul, ol {
	font-size: 0.875em;
	margin-bottom: 1em }
ul ul, ol ol, ul ol, ol ul {
	font-size: 1em;
	margin-bottom: 0 }
li {
	line-height: 125%;
	margin-bottom: 0.5em }
img {
	border: 0 }

/* レイアウト領域 */
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../common/page_bg.gif) repeat-y }
/* ヘッダ */
#header-top {
	width: 760px;
	height: 26px;
	background: url(../common/header_top.jpg) no-repeat }
#header-bottom {
	width: 760px;
	height: 24px;
	background: url(../common/header_bottom.gif) no-repeat }
#header-bottom-inner {
	font-size: 14px;
	width: 700px;
	margin: 6px auto 0 auto;
	vertical-align: bottom;
	text-align: right }
/* ページ中段領域 */
#pagebody {
	width: 700px;
	margin: 0 auto }
#pagebody-bottom {
	width: 690px;
	margin: 20px auto }
/* メインメニュー領域 */
#sub {
	width: 205px;
	vertical-align: top }
/* ページの中身領域 */
#main {
	width: 495px;
	vertical-align: top }
/* フッタ */
#footer {
	clear: both;
	width: 760px;
	height: 27px;
	background: url(../common/footer.gif) no-repeat;
	font-size: 12px;
	text-indent: -999em }
/* ページ内ナビの制御 */
.navi {
	text-align:right;
	padding:5px;
	font-size:0.875em;}

/* 装飾関係 */
.end_parag {
	/* 段落・表等、次の段落・見出しへのマージンを取る */
	margin-bottom: 2em}
.to_top {
	text-align: right }
/* 表形式のテーブル */
table.hyo {
	margin-left: 0.5em;
	margin-bottom: 1.5em }
table.hyo table {
	margin-left: 0;
	border: none }
table.hyo td, table.hyo th {
	border: 1px solid #999;	
	font-size: 0.875em;
	padding: 5px;
	line-height: 125%;
	vertical-align: top }
table.hyo th {
	background: #E5EFE4;
	text-align: left }
table.hyo td td, table.hyo td th {
	background-color: transparent;
	border: none;
	font-size: 1em }

/* フォントの制御 */
.weak {
	font-weight: normal }
.larger {
	font-size: 1.2em }
.smaller {
	font-size: 0.8em }
/* 画像の揃え */
.img_left {
	float: left;
	margin: 0 10px 5px 0 }
.img_right {
	float: right;
	margin: 0 0 5px 10px }
.hissu {
	color: #CC0000;
	font-size: 0.875em;
	font-weight: bold }