* {
	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_line.jpg);
}

#wrapper {
	margin: 0 auto;
	width : 840px;
	text-align: left;
	height: 100%;
	background: url(../_image/back2.jpg);
}

#container {
	position : relative;
	text-align: left;
	width : 100%;
	height: 100%;
}

/* ヘッダー用レイアウト */
#header {
	margin-left: 20px;
	vertical-align: text-bottom;
	width: 800px;
	height: 150px;
}

#header img {
	margin: 0px;
	vertical-align: text-bottom;
}

#header object {
	margin: 0px;
	vertical-align: text-bottom;
}

/* パンくずリストレイアウト */
#path {
	background: #FFFF00;
	position : absolute;
	width: 800px;
	height: 20px;
	vertical-align: text-bottom;
	text-align: right;
	left: 20px;
	top: 180px;
}

/* 左のナビゲーションメニューレイアウト */
#gnavi {
	position : absolute;
	width: 200px;
	height: 700px;
	left: 30px;
	top: 30px;
	padding-left: 20px;
}

/* フッターの装飾 */
#footer {
	color: #aaaaaa;
	position: relative;
	width: 87%;
	margin: 15px 0px 15px 40px;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #cccccc;
	padding-left: 25px;
}

#footer a {
	color: #aaaaaa;
}

#footer a:hover {
	color: #FF9900;
}


/* 実コンテンツ用レイアウト */
#contents {
	position: relative;
	margin-left: 210px;
	width: 580px;
	height: 100%;
	padding: 0px 20px 0px 10px;
	line-height: 1.2em;
}


#contents h1 {
	font-size: 1.1em;
	color: #009966;
	margin-bottom: 15px;
	margin-top: 16px;
	line-height: 1.2em;
}

#contents h2 {
	vertical-align: text-middle;
	font-size: 1.05em;
	color: #333333;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 25px
	line-height: 1.2em;
}

p.section {
	text-align: left;
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
	display:block;
	line-height: 1.2em;
}

p.section a {
	color: #333333;
}

p.section a:hover {
	color: #ff9933;
}

p.section_r {
	color: #333333;
	text-align: right;
	margin-right: 25px;
}

/* リスト形式の表示 */
#contents ul {
	margin-left: 10px;
}

#contents li {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
}

#contents li a {
	color: #333333;
}

#contents li a:hover {
	color: #ff9933;
}

#contents ol {
	margin-left: 25px;
}

#contents td {
	color: #333333;
}

#contents td a{
	color: #333333;
}

#contents td a:hover{
	color: #ff9933;
}

dl.sitemap {
	padding: 0;
}

dl.sitemap dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	width: 300px;
	background: #CBFFB3;
	color: #333;
}
	
dl.sitemap dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	color: #555555;
	background: #FFFFFF;
}

dl.sitemap a{
	color: #555555;
}

dl.sitemap a:hover{
	color: #ff9933;
}

/* TOPへ戻るボタンの装飾 */
.top {
	border-bottom: dotted 1px #b9b9ff;
	text-align: right;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.top a{
	text-align: right;
	color: #b9b9ff;
	text-decoration: none;
}

.top a:hover{
	color: #ff9933;
}

/* GrobalNavi以外のサブメニュー(テキスト版ボタン) */

#submenu{
	width: 580px;
	position: relative;
	color: #333333;
	font-size:12px;
	margin-top: 30px;
}

#submenu a{
	font-size:12px;
	line-height:2em;
	width:110px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background-color:#00cc99;
	margin-right:3px;
	margin-bottom:3px;
	border-right:solid 2px #028897;
	border-bottom:solid 2px #028897;
	display:block;
	float:left;
}

#submenu a:hover{
	color:#ff8800;
	background-color:#ffff99;
	border-right:solid 2px #ff8800;
	border-bottom:solid 2px #ff8800;
}


/* 文字の右側に画像を配置する場合 */
p.section_ir{
	text-align: left;
	color: #333333;
	line-height: 16px;
	margin-left: 25px;
	margin-right: 5px;
	display:block;
}

p.section_ir a{
	color: #333333;
}

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;
}

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;
}

#contents td {
	padding-left: 5px;
}

/* トピックス用テーブルの装飾 */
#topics td	{
	color: #555555;
	padding: 0;
	margin: 0;
}

#topics img {
	margin: 0;
	padding: 0;
	line-height: 26px;
	vertical-align: text-top;
}

.img_bottom {
	marigin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

p.section_tir{
	text-align: left;
	color: #333333;
	line-height: 1.1em;
	margin-left: 30px;
	margin-right: 30px;
	display:block;
}

p.section_tir a{
	color: #333333;
}

p.section_tir a:hover {
	color: #ff9933;
}

#topics h1 {
	font-size: 1.1em;
	color: #009966;
	margin-bottom: 15px;
	margin-top: 16px;
	margin-left: 10px;
	line-height: 1.2em;
}