@charset "EUC-JP";

/* BODY指定 */
body{
	text-align:center;
	color:#222;
	margin:0;
	width:100%;
	height:100%;
	background:#81bb9f;
	font-size:small;
}

/* デザイン */
.strong1c{
	font-size:14pt;
	font-weight:bold;
	color:red;
}
.strong0c{
	font-weight:bold;
	color:red;
}
.strong1{
	font-size:14pt;
	font-weight:bold;
}
.strong0{
	font-weight:bold;
}

/* h1〜h5タグ指定 */
h1,h2,h3{margin:0;padding:0;}
h1{
	line-height: 130%;
	font-size:18pt;
}
h2{
	line-height: 130%;
	font-size:small;
	padding:3px 0px 2px 5px;
}
h3{
	line-height: 130%;
	background:#D1EEEE;
	border-bottom:1px solid #008B8B;
}

.list1{
	font-size:x-small;
}
.list2{
	padding:5px;
}

.link{
	font-size:x-small;
	border:1px solid #D1EEEE;
}	

/* リンク */
a:active{color:#fa8d8d;text-decoration:none;}
a:hover{color:#fa8d8d;text-decoration:none;}

.thispage{color:#fa8d8d;text-decoration:none;}

.side a, .header a{text-decoration:none;}
.side a:link, .header a:link{text-decoration:none;}
.side a:visited, .header a:visited{color:#0000ff;text-decoration:none;}
.side a:active, .header a:active{color:#fa8d8d;}
.side a:hover, .header a:hover{color:#fa8d8d;text-decoration:none;}

/* テーブル */
td{
	line-height: 130%;
	background-color:#ffffff;
}

/* レイアウト */
.container{
	width:800px;
	text-align:left;
	background:#fff;
	height:auto;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right:30px;
}

.header{
	margin 0;
	padding:10px 0 0 0px;
	font-size:32px;
	font-weight:bold;
	letter-spacing:2px;
	height:75px;
}

.position{
	margin:0 20px 10px 0;
	font-size:x-small;
	font-weight:normal;
	line-height: 180%;
	letter-spacing:0px;
}

.inner{
	position:relative;
	height:100%;
}


.side{
	float:left;
	height:100%;
	width:220px;
	background:#f4f8f7;
	font-size:x-small;
}

.main{
	float:right;
	width:580px;
	padding:15px 10px 30px 20px;
	height:100%;
	border-left:1px solid #2d8d5f;
}

.footer{
	width:100%;
	padding: 0px 0px 30px 0px;
	font-size:x-small;
	text-align:center;
	border-top:1px solid #2d8d5f;
}

.c-both { clear:both; }

.whatsnew{
	padding: 5px;
	font-size:x-small;
	background:#ffffff;
}

.menu1{
	background-color:#C1FFC1;
	width:100%;
	font-size:small;
	margin-top: 3px;
	padding:3px 5px 1px 10px;
}
.menu2{
	width:100%;
	margin-top: 3px;
	padding-left:13px;
	padding-right:5px
}
.menu3{
	width:100%;
	margin-top: 2px;
	padding-left:16px;
	padding-right:5px
}
.menu4{
	width:100%;
	margin-top: 2px;
	padding-left:20px;
	padding-right:5px
}

.indent1{
	margin-left: 1em;
}
.indent2{
	margin-left: 2em;
}
.indent3{
	margin-left: 3em;
}
.indent4{
	margin-left: 4em;
}
