body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 14px;
	color: #333300;
        line-height: 200% ;}

P { line-height: 200% ;}      /* 行間はフォントの200% */
TD {
  font-size: 15px;           /* フォントの大きさ */
  line-height: 20px          /* 行間20px */
;}

H1 {
   /* 枠の色 */
  line-height: 130%; /* 行の高さ */
  background-color : #55bc83;
  font-size : 110%;
  color : #ffffff;
}

H2 {
  padding-left : 5px; /* 左余白の幅 */
  border-width : 2px; /* 枠の幅 */
  border-style : dashed; /* 枠の種類 */
  border-color : #ff9900; /* 枠の色 */
  line-height: 130%; /* 行の高さ */
  font-size : 100%;
}

H3{
padding:0 0 0 20px;
background-repeat : no-repeat;
line-height : 100%;
font-size : 80%;
  
  list-style-type : decimal;
  list-style-position : outside;
}

#body-box {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	background-color: #ffffff;
}
.head-sub {
	width: 130px;
	text-align: center;
	vertical-align: bottom;
}
#head-title {
	text-align: center;
}
.subtitle {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents {
	float: left;
	width: 510px;
	margin: 1px;
}
#menu {
	float: left;
	width: 224px;
	margin: 1px;
}
.box-topbottom-line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #EEEEEE;
	padding: 10px;
	width: 485px;
}
.box-topbottom-line-color {
	
	border-top: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
	text-align: center;
}
.box-red-line-outer{
	width: 505px;
	border: 1px solid #3b996d;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3b996d;
	line-height: 18px;
}
.box-red-line-inner{
	background-color: #FFFFFF;
	text-align: center;
	color: #333300;
	padding: 5px;
	line-height: normal;
}
.center-textlink {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 10px;
	width: 485px;
}
.menu-main-title {
	background-color: #ff9933;
	width: 140px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 20px;
}
.menu-main-box {
	width: 220px;
	background-color: #ffffcc;
	border-top: 2px solid #ff9933;
	border-right: 2px solid #ff9933;
	border-bottom: 1px solid #ff9933;
	border-left: 2px solid #ff9933;
	margin-bottom: 20px;
}
.memu-main-textlink{
	border-bottom: 1px solid #ff9933;
	padding-left: 5px;
	height: 19px;
	padding-top: 5px;
}
.menu-sub-title {
	background-color: #ffcc33;
	width: 140px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.menu-sub-box {
	width: 220px;
	background-color: #ffffcc;
	border-top: 1px solid #ffcc33;
	border-right: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
}
.menu-sub-box-end {
	width: 220px;
	background-color: #ffffcc;
	border: 1px solid #ffcc33;
}
.memu-sub-textlink{
	padding-left: 5px;
	height: 19px;
	padding-top: 5px;
}
.footer-textlink {
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
#footer{
	font-size: 10px;
	text-align: center;
	margin: 10px;
}