body {
	padding: 0px;
	margin-left: 5px;
}

a {
	color: #D83502;
}

a:hover {
	color: orange;
}


/  ===  ヘッダー部分のスタイル  ===  /
.head {
	width: 100%;
}

.head  td {
	padding: 0px;
}

.head2 {
	width: 250px;
}

.head  h1 {
	font-size: 22px;
	font-family: Helvetica, Arial;
	color: #004A8F;
	margin-left: 10px;
	margin-bottom: 1px;
}

.head  h2 {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #BF3953;
	margin-left: 3px;
	margin-bottom: 1px;
}

.head  h3 {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: black;
	margin-left: 2px;
	margin-bottom: 1px;
}

.headmenu {
	width: 100%;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #2c6b5a;
	border-top: solid 1px #2c6b5a;
	border-bottom: solid 1px #2c6b5a;
	padding-left: 16px;
}

.headmenu  a {
	color: #96B222;
	text-decoration: none;
}

.headmenu  a:hover {
	color: orange;
}

/  ===  サイドとコンテンツ部分のスタイル  ===  /  .side_main {
	width: 100%;
	height: 100%;
	border: none;
}


/  ===  コンテンツ部分のスタイル  ===  /  .main {
	padding-left: 50px;
	padding-right: 30px;
	vertical-align: top;
}

.main  h1 {
	margin-top: 6px;
	font-size: 18px;
	font-family: Arial,Helvetica;
}

.main  H2 {
	font-size: 16px;
	color : #cc00cc;
	margin-top: 6px;
  font-family : Arial,cursive,serif;
}

.main  H3 {
	font-size: 14px;
	color : black;
	font-family: Arial,Helvetica;
	line-height: 130%;
	margin-top: 6px;
}

.main  h4 {
	font-size: 12px;
	color: black;
	margin-top: 6px;
}

.main  h5 {
	font-size: 10px;
	color: #004A8F;
	margin-left: 10px;
}

.main  P {
	font-size: 14px;
	line-height: 160%;
	color: black;
  font-family : Arial,sans-serif;
}

.main  DIV {
	font-size: 13px;
	color: #4F4F4D;
	font-family: Arial,Helvetica;
}

.waku {
	font-size: 12px;
	line-height: 120%;
	color: black;
}

.waku2 {
	background-color: #3482B4;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: white;
	padding: 5px 6px 3px;
}
.waku3 {
	font-size : 12px;
	line-height : 140%;
}
.copy {
	vertical-align: bottom;
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-top: solid 4px #8ACAE7;
	margin-bottom: 0px;
	padding-top: 8px;
}

LI {
	font-family : Arial,sans-serif,serif;
	font-size: 13px;
	color: #4F4F4D;
	line-height: 160%;
	list-style-position: outside;
  
}
.return a {
           font-family: san-serif,serif;
           font-size: 12px;
           text-align: left;
           color: #D63973
;}

.return a:hover {
	color: orange;
}

/* === サイド右部分のスタイル === */

.side2 {
	vertical-align: top;
	width: 120px;
	padding-right: 8px;
	padding-left: 8px;
}

.space2 {
	width: 110px;
	height: 1px;
}
.submenu {
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: white;
	background-color : #007cbe;
	padding: 3px 8px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.submenu  a {
	color: white;
	text-decoration: none;
}

.submenu  a:hover {
	color: orange;
}


.side2  div {
	font-size: 12px;
	margin-bottom: 10px;

}

.side2  a {
	color: white;
}

.side2  a:hover {
	color: orange;
}

.side2  img {
	border: none;
}


