* {
	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 : 830px;
	text-align: left;
	height: 100%;
	background: url(../_image/bg.jpg);
}

#container {
	position : relative;
	text-align: left;
	width : 100%;
	height: 100%;
}

/* ヘッダー用レイアウト */
#header {
	vertical-align: text-bottom;
	width: 830px;
	height: 150px;
}

#header img {
	margin: 0px;
	vertical-align: text-bottom;
}

#header object {
	margin: 0px;
	vertical-align: text-bottom;
}

/* パンくずリストレイアウト */
#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: 20px;
	width: 178px;
	height: 700px;
	margin: 0;
	padding: 0;
}

#gnavi img {
	vertical-align: bottom;
	}

/* フッターの装飾 */
#footer {
	color: #aaaaaa;
	position: relative;
	padding-left: 200px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 16px;
	background: url(../_image/bg.jpg);
}

#footer a {
	color: #aaaaaa;
}

#footer a:hover {
	color: #FF9900;
}


/* 実コンテンツ用レイアウト */
#contents {
	position: relative;
	margin-left: 168px;
	width: 580px;
	height: 100%;
	padding: 0px 20px 0px 10px;
	line-height: 1.2em;
}


#contents h1 {
	font-size: 14px;
	color: #009933;
	margin-bottom: 15px;
	margin-top: 30px;
	margin-left: 25px;
	line-height: 16px;
}

#contents h2 {
	vertical-align: text-middle;
	font-size: 1.05em;
	color: #555555;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
	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: 55px;
}

#contents li {
	color: #555555;
	margin-left: 25px;
	margin-right: 25px;
}

#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_count {
	position: relative;
	width: 810px;
	height: 60px;
	font-size: 12px;
	padding-left: 20px;
}

#contents_end {
	position: relative;
	width: 830px;
	height: 13px;
}

/* 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;
}

/* 文字の右側に画像を配置する場合 */
p.section_ir{
	text-align: left;
	color: #555555;
	line-height: 16px;
	margin-left: 55px;
	margin-right: 10px;
	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;
}

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: 55px;
}

#contents td {
	padding-left: 5px;
}

#topics table
td	{
	color: #555555;
	padding: 0 0 0 0;
	margin-bottom: 25px;
}

img	{
	margin: 0;
	padding: 0;
}
