﻿/* CSS レイアウト *//* 全体の設定*/
body{
	font-style: normal;/*文字のスタイル：普通*/;
	font-weight: normal;/*文字の太さ：普通*/;
	font-size: small;/*文字の大きさ：中*/;
	text-align: left;/*文字の寄せ方：左寄せ*/;
	color: #000000;/*文字の色：黒*/;
	background-color: #FFFFFF;/* 背景の色：白 */;
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
}

img{/* 画像表示のデザイン設定*/
	border:0px;
}

/*リンク関係*/
a:link {
/*リンクされた文字の色*/
	color:navy;
    font-style: normal;
}

a:visited {
	/*訪問後の色*/
    color: #000080;/*文字の色：紫*/
	text-decoration: none;/* 下線 */
}

a:hover {
	/*カーソルを合わせたときの色*/
    color: #000080;/*文字の色：赤*/;
	font-style: normal;
	text-decoration: underline;/* 下線 */;
	background-color: #00FF00;
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

.style1 {
	vertical-align: middle;
}
.style2 {
	text-align: center;
}
.style3 {
	font-size: medium;
	font-style: normal;
	line-height: 30px;
	background-color: #408080;
}
.style4 {
	font-size: large;
}

.style5 {
	font-size: x-small;
}

.style6 {
	vertical-align: middle;
	text-align: center;
	font-style: italic;
}

#A{
	background-color:#c4e1e1;
	width:808px;
	height:20px;
	text-align:left;
	position:absolute;
	overflow:auto;
	top:11px;
	left:11px;
}

#C{
	width:530px;
	height:150px;
	position:absolute;
	top:31px;
	left:11px;
}

#CH3{
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 20px;
	border-bottom-color: #408080;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-color: #408080;
	border-left-style: solid;
	border-left-width: 15px;
	color: #274E4E;
	font-size: large;
}

#CH4{
	margin-top: 13px;
	margin-left: 50px;
	margin-right:50px;
	margin-bottom: 13px;
}

#D{
	width:277px;
	height:85px;
	position:absolute;
	top:31px;
	left:541px;
}

#D1{
	width:92px;
	height:20px;
	position:absolute;
	top:102px;
	left:541px
}

#D2{
	border: 2px #008080 dashed;
	width: 277px;
	height: 55px;
	position: absolute;
	top: 120px;
	left: 541px;
	overflow: scroll;
	font-size:x-small;
}

#E{
	width:810px;
	height:20px;
	text-align:left;
	position:absolute;
	overflow:auto;
	top:183px;
	left:11px;
}

#main{
	width:808px;
	height:auto;
	position:absolute;
	top:204px;
	left:10px;
}

#F{
	border-left-width: 2px;
	border-right-width: 2px;
	border-width: 2px;
	width: 805px;
	height: auto;
	float:left;
	border-left-color: #008080;
	border-left-style: solid;
	border-right-color: #008080;
	border-right-style: solid;
	border-top-color: #008080;
	border-top-style: dashed;
}

#I{
	background-color: #408080;
	width: 807px;
	height: 28px;
	float:left;
}