@charset "utf-8";


/* 共通設定
---------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	line-height: 1.4em;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 1.4em;
	text-align: center;
	/*background: #D8D8D9;*/
	background: #fff;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	list-style: outside;
}
ol {
	list-style: decimal outside;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
p.indent {
	text-indent: 1em;
}
p.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}



/* フレーム
---------------------------------------- */
#frame {
	height: 100%;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../images/bg.gif) repeat-y;
}


/* メインボックス
---------------------------------------- */
#main {
	width: 773px;
	margin-left: 14px;
}


/* 本文
---------------------------------------- */
#contents {
	width: 544px;
	margin-top: 28px;
	margin-bottom: 28px;
	margin-left: 27px;
	position: relative;
}
#contents .section {
	width: 530px;
	margin-left: 7px;
	margin-top: 20px;
}
#contents h1 {
}
#contents h2 {
	margin-top: 18px;
	margin-left: 7px;
}
#contents h3 {
	font-size: 117%;
	text-align: center;
	margin: 0px 0px 1em;
}
#contents h3.type1 {
	border-bottom: 1px dotted #999999;
	text-align: left;
	text-indent: 0.5em;
	color: #993300;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents h3.type2 {
	border-bottom: 1px dotted #999999;
	text-align: left;
	color: #993300;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents h4 {
	font-size: 100%;
	font-weight: bold;
}


/* フッター
---------------------------------------- */
#footer {
	width: 732px !important;
	width /**/: 758px;
	padding-top: 0.2em;
	padding-right: 26px;
	padding-bottom: 0.2em;
	margin-left: 29px;
	font-size: 83%;
	color: #FFFFFF;
	text-align: right;
	background-color: #666666;
}


/* 左メニュー
---------------------------------------- */
#leftArea {
	background: url(../images/leftarea_bg01.jpg) no-repeat right 286px;
}
#leftArea .adobe {
	margin-top: 100px;
	margin-right: 15px;
	margin-left: 34px;
	font-size: 83%;
	color: #666666;
	text-align: left;
}


/* テーブルスタイル
---------------------------------------- */
table.tableStyle1 {
}
table.tableStyle1 td {
	padding: 0.2em;
	color: #001E50;
}


/* トップへ戻る
---------------------------------------- */
p.rollUp {
	width: 520px;
	text-align: right;
	margin: 0.5em 0px 0.5em 30px;
}


/* 
---------------------------------------- */
