* {
	margin: 0;
	padding: 0;
}

body {
	background: #EEFFFF;
	scrollbar-arrow-color:#AAAAAA; 
	scrollbar-highlight-color:#AAAAAA; 
	scrollbar-darkshadow-color:#AAAAAA; 
	scrollbar-shadow-color:#AAAAAA; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-3dlight-color:#AAAAAA; 
	scrollbar-track-color:#FFFFFF;
	text-align: center;
	background: url(../_image/back.jpg);
}

#wrapper {
	margin: 0 auto;
	width : 1000px;
	text-align: left;
	height: 100%;
}

#container {
	position : relative;
	text-align: left;
	width : 100%;
	height: 100%;
	margin-top: 10px;
}

/* ヘッダー用レイアウト */
#header {
	vertical-align: text-bottom;
	width: 1000px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 10px solid #6EBC2A;
}

#header img {
	margin: 0px;
	text-align: left;
	vertical-align: text-bottom;
}

#header p {
	color: #555555;
	text-align: right;
	font-size: 18px;
	font-weight:bold;
	vertical-align: bottom;
}

/* ヘッダーメニュー用レイアウト */
#head_menu {
	position : relative;
	vertical-align: text-bottom;
	width: 1000px;
	height: 70px;
	margin-top: 0px;
	background: #EEFDD9;
	border-bottom: solid 1px #6EBC2A;
	border-top: solid 1px #6EBC2A;
	padding-top: 10px;
}

#head_menu a{
	font-size:12px;
	width:180px;
	text-align:center;
	margin-left:10px;
	margin-bottom:3px;
	display:block;
	float:left;
}

#head_menu a:hover{
	color:#ff8800;
}

p.section_head{
	text-align:left;
	
}

.img_head{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* パンくずリストレイアウト */
#path {
	position : relative;
	width: 97%;
	height: 20px;
	vertical-align: text-bottom;
	text-align: right;
	background: url(../_image/bgh.jpg);
	color: #AAAAAA;
}

#path a{
	color: #aaaaaa;
}

#path a:hover {
	color: #FF9900;
}

/* 左のナビゲーションメニューレイアウト */
#gnavi {
	position : absolute;
	left: 0;
	top: 0px;
	width: 200px;
	height: 700px;
	margin: 0;
	padding: 0;
}

#gnavi img {
	vertical-align: bottom;
	margin-bottom: 5px;
	}

/* フッターの装飾 */
#footer {
	width: 740px;
	color: #aaaaaa;
	position: relative;
	padding-left: 240px;
	font-size: 12px;
	line-height: 16px;
}

#footer a {
	color: #aaaaaa;
}

#footer a:hover {
	color: #FF9900;
}


/* 実コンテンツ用レイアウト */
#contents {
	position: relative;
	margin-left: 200px;
	width: 780px;
	height: 100%;
	padding: 0px 20px 0px 10px;
	line-height: 1.2em;
}


#contents h1 {
	font-size: 1.1em;
	color: #6EBC2A;
	margin-bottom: 15px;
	margin-top: 30px;
	margin-left: 25px;
	line-height: 16px;
	padding-left: 5px;
	border-left: 10px ridge #6EBC2A;
}

img.img_h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#contents h2 {
	vertical-align: text-middle;
	font-size: 1.05em;
	color: #555555;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.2em;
}

p.section {
	text-align: left;
	color: #555555;
	margin-left: 55px;
	margin-right: 10px;
	display:block;
	line-height: 1.2em;
}

p.section a {
	color: #555555;
}

p.section a:hover {
	color: #ff9933;
}

p.section_r {
	color: #555555;
	text-align: right;
	margin-right: 25px;
}

/* リスト形式の表示 */
#contents ul {
	margin-left: 5px;
}

#contents li {
	color: #555555;
	margin-left: 5px;
	margin-right: 5px;
}

#contents li a {
	color: #555555;
}

#contents li a:hover {
	color: #ff9933;
}

#contents ol {
	margin-left: 25px;
}

#contents td {
	color: #555555;
}

#contents td a{
	color: #555555;
}

#contents td a:hover{
	color: #ff9933;
}

#contents_end {
	position: relative;
	width: 1000px;
	height: 13px;
}

/* TOPへ戻るボタンの装飾 */
.top {
	border-bottom: dotted 1px #8FC73E;
	text-align: right;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.top a{
	text-align: right;
	color: #8FC73E;
	text-decoration: none;
}

.top a:hover{
	color: #ff9933;
}

/* 文字の右側に画像を配置する場合 */
p.section_ir{
	text-align: left;
	color: #555555;
	line-height: 1.4em;
	margin-right: 10px;
	margin-left: 36px;
	display:block;
}

p.section_ir a{
	color: #555555;
}

p.section_ir a:hover {
	color: #ff9933;
}

.img_right{
	display: block;
	float: right;
	margin-right: 1px;
	margin-left: 5px;
}

/* 文字の左側に画像を配置する場合 */

p.section_il{
	text-align:left;
	margin-left:30px;
	margin-right:25px;
	margin-top:5px;
	padding-bottom:10px;
}

.img_left{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

p.section_il img{
	text-align:left;
	float:left;
	display:block;
	margin-left:0px;
	margin-right:10px;
}

p.section_il a {
	color: #555555;
	font-size: 12px;
}

p.section_il a:hover {
	color: #ff9933;
}

/* テーブルの装飾　*/
#contents table {
	line-height: 1.2em;
	color: #555555;
	margin-bottom: 25px;
	margin-left: 25px;
}

#contents td {
	padding-left: 5px;
}

#topics table
td	{
	color: #555555;
	padding: 0 0 0 0;
	margin-bottom: 25px;
}

.img_b	{
	margin-left: 30px;
	padding: 0;
}

img	{
	margin-left: 0;
	padding: 0;
}