﻿@charset "UTF-8";

/* -------------------------------------------------------------
全ページ共通
[1] body
[2] link・font
[3] frame - 全体レイアウト
[4] index - トップページ
[4-1] i-side - トップページサイド
[4-2] i-contents - トップページコンテンツ
[5] page - コンテンツページ
[5-1] p-top - コンテンツページトップ
[5-2] p-contents - コンテンツページコンテンツ
[6] 
[7] 
[8] 
[9] 
[10] 
[11] 
------------------------------------------------------------- */

/* -------------------------------------------------------------
[1] ボディ
------------------------------------------------------------- */

html,
body {
	font-size: small;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	height: 100%;
	padding: 0;
	margin: 0;
}

/* -------------------------------------------------------------
 [2] リンク・フォント
------------------------------------------------------------- */

a:link, 
a:visited, 
a:hover, 
a:active {
	text-decoration: underline;
}

a:link {
	color: #00f;
}

a:visited {
	color: #90f;
}

a:hover {
	color: #f00;
}

a:active {
	color: #990033;
	text-align: left;
	text-indent: 2em;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 20px;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 1em;
}
h3 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000080;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h4 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000080;
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #800000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* -------------------------------------------------------------
 [3] frame - 全体レイアウト
------------------------------------------------------------- */

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	right: auto;
	left: auto;
	text-align: left;
	color: #666666;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	min-height: 100%;
	margin: 0px;
	height: auto !important;
}

#container h3 {
	text-indent: 1em;
}

#footspace {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 60px;
	right: 0;
	left: 0;
	float: left;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 0em 0 0 0;
	width: 800px;
	height: 60px;
	right: auto;
	left: auto;
	list-style-type: none;
	text-align: center;
	float: left;
}

#footer ul {
}

#footer li {
	list-style-type: none;
	color: #666666;
}

#footer p {
	color: #808080;
}

/* -------------------------------------------------------------
 [4] index - トップページ
------------------------------------------------------------- */

#i-top {
	width: 800px;
	height: 50px;
	background: 0 0;
}

#i-contents {
	padding: 0px;
	margin: 0px auto 0px auto;
	color: #333333;
	text-align: left;
	height: inherit;
	line-height: 1.2em;
	background-color: #EBEBEB;
	text-indent: 1em;
	float: right;
	width: 596px;
}

#i-head {
	padding: 1em;
	margin: 0px;
	width: 580px;
	background-color: #FFFFCC;
	float: right;
}

#i-box {
	margin: 0px auto 0px auto;
	width: 800px;
	}

#i-side {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 190px;
	float: left;
	color: #000000;
	font-weight: bold;
}


/* -------------------------------------------------------------
 [4-1] i-side - トップページサイド
------------------------------------------------------------- */

#i-side table {
	margin: 0px auto 0px auto;
	width: 198px;
	text-align: left;
}

#i-side td {
	background-color: #FFFFCC;
	padding-left: 0.5em;
}

/* -------------------------------------------------------------
 [4-2] i-contents - トップページコンテンツ
------------------------------------------------------------- */

#i-contents table {
	text-indent: 3em;
}
#i-contents dt {
	font-weight: bold;
	text-indent: 2em;
	color: #009900;
}
#i-contents dd {
	text-indent: 0em;
}

/* -------------------------------------------------------------
 [5] page - コンテンツページ
------------------------------------------------------------- */


/* -------------------------------------------------------------
 [5-1] p-top - コンテンツページトップ
------------------------------------------------------------- */

#p-top {
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 20px;
	list-style-type: none;
}

#p-top h3 {
	text-align: left;
	vertical-align: middle;
	text-indent: 2em;
}

#p-top img {
	float: left;
	border-width: 0px;
}

/* -------------------------------------------------------------
 [5-2] p-contents - コンテンツページコンテンツ
------------------------------------------------------------- */

#p-contents h3 {
	text-align: left;
	vertical-align: middle;
	text-indent: 2em;
}

#p-contents h4 {
	text-align: left;
	vertical-align: middle;
	text-indent: 3em;
}

#p-contents h5 {
	text-align: left;
	vertical-align: middle;
	text-indent: 2em;
	color: #008000;
}

#contents p {
	font-weight: bold;
	padding-right: 5em;
	padding-left: 5em;
	color: #000080;
}

#p-contents p {
	text-align: left;
	padding-left: 4em;
	padding-right: 4em;
}

#p-contents a {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#p-contents table {
	padding: 0px;
	margin: 0px auto 0px auto;
}

#p-contents dl {
	padding-right: 3em;
	padding-left: 3em;
	color: #000080;
	font-weight: bold;
	text-indent: 0em;
}
#p-contents dt {
	padding: 0px;
	color: #B00039;
	font-weight: bold;
}
#p-contents dd {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	text-indent: 1em;
}

/* -------------------------------------------------------------
 [6] form - コンテンツページ
------------------------------------------------------------- */

#flow {
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
}

#flow td {
	text-align: center;
	border: thin solid #0000FF;
	width: 13%;
}

.frmbut {
	background-color: #FFCCFF;
	width: 80%;
	height: 26px;
	vertical-align: baseline;
	line-height: 26px;
	text-align: center;
	margin-left: 4em;
}

/* -------------------------------------------------------------
 [class] クラス
------------------------------------------------------------- */

td.title {
	color: #FFFFFF;
}
#i-box {
}
