@charset "Shift_JIS";
/* text
************************************************/
a:link {
	color: #5F4321;
	text-decoration: underline;
}
a:visited {
	color: #5F4321;
	text-decoration: underline;
}
a:hover {
	color: #E5619B;
	text-decoration: underline;
}
a:active {
	color: #5F4321;
	text-decoration: underline;
}
/* body
************************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-top: 7px #5F4322 solid;
	text-align:center;
	background: #FAF5E4;
}


#bottom{
	margin: 0;
	padding: 0;
	background: url(../img/09.gif) repeat-x;
	height: 53px;
	overflow: hidden;
}

#container {
	margin: 0;
	padding: 0;
	width: 900px;
	margin: 15px auto;
	background: #fff;
	height: auto;
	text-align: left;
	background: url(../img/03.gif) 46px 0 repeat-y #FAF5E4;
	overflow: hidden;
}

p, img, p img, a img{
	margin: 0;
	padding: 0;
	border: none;
}

span.red_yellow{
	color: #F00;
	background-color: #FF0;
	font-weight: bold;
}

span.bold{
	font-weight: bold;
}

p.center img{
	text-align: center;
}

/*header
*************************************************/
#header{
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 192px;
	width: 808px;
	background: url(../img/02.gif) 0 0 no-repeat;
}

#header img{
	margin: 0;
	padding: 0;

}

#header h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 122px;
	left: 60px;
	font-size: 150%;
	color: #5F4322;
	line-height: 150%;
}
	
#header p.description{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 152px;
	left: 60px;
	font-size: 13px;
	color: #000;
	line-height: 120%;
}
	
p.footprint{
	width: 900px;
	margin: 0 auto;
	padding: 5px 96px;
	background: url(../img/03.gif) 46px 0 repeat-y;
}

/*all_content
*************************************************/
#all_content{
	margin: 0 auto;
	padding: 0;
	width: 808px;
	background: url(../img/03.gif) 0 0 repeat-y;
	
}

/*navigation
*************************************************/
#navigation{
	margin:0;
	padding: 0;
	width: 210px;
	text-align: right;
	float: left;
}

#navigation ul{
	text-align: left;
	width: 170px;
	background: url(../img/04.gif) 0 0 no-repeat;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	float: right;
	line-height: 130%;
}

#navigation li.yellow{
	margin: 0;
	padding: 8px 0 8px 22px;
	background: url(../img/06.gif) 10px 10px no-repeat #F0E2C8;
	border-bottom: dotted 1px #5F4321;
}
	
#navigation li.white{
	margin: 0;
	padding: 8px 0 8px 22px;
	background: url(../img/07.gif) 10px 10px no-repeat #FAF5E4;
	border-bottom: dotted 1px #5F4321;
}

/*contents
*************************************************/
#contents{
	margin: 0;
	padding: 0;
	width: 588px;
	float: right;
}

#contents h2{
	background: url(../img/h2.gif) 0 0 no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 20px;
	height: 35px;
	margin: 0;
	width: 550px;
	color: #E53F13;
}

#contents p{
	width: 500px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 25px;
	text-align: left;
	background: url(../img/backline.gif) 25px 0 repeat-y;
}

#contents p.center{
	width: 500px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 25px;
	text-align: center;
	background: none;
}

#contents p.to_top{
	clear: both;
	text-align: right;
	background: none;
}

#contents img{
	text-align: center;
}

/*リスト
*************************************************/
#contents ul{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

#contents ul li{
	padding: 0 0 0 11px;
	background: url(../img/arrow_w.gif) 0 2px no-repeat;
	margin: 10px 0;
}

#contents ul.first{
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}

#contents ul.second{
	margin: 0;
	padding: 0 0 0 45px;
}

#contents ul.third{
	margin: 0;
	padding: 0 0 0 65px;
}

/*用語集 topページ
**********************************************
#contents .yogo{
	width: 170px;
	float: left;
}
***/

/*用語集 dl dt dd
*****************************************
#contents dl{
	width: 480px;
	clear: both;
	margin: 0 0 20px 25px;
	padding: 0;
}

#contents dt{
	padding: 0 0 0 10px;
	background: url(../img/06.gif) 0 2px no-repeat;
	margin: 10px 0 0;
	border-bottom: dotted 1px #0F5778;
	width: 490px;
}

#contents dd{
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 480px;
	line-height: 120%;
	background: #FFC;
}

********/

/*footer
*************************************************/
#footer{
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 808px;
	height: 66px;
	background: url(../img/08.gif) 0 0 no-repeat;
}

#footer p{
	margin: 0;
	clear: both;
	text-align: center;
	line-height: 300%;
	color: #FAF5E4;
}

#footer p a:link {
	color: #FAF5E4;
	text-decoration: underline;
}
#footer p a:visited {
	color: #FAF5E4;
	text-decoration: underline;
}
#footer p a:hover {
	color: #5F4321;
	text-decoration: underline;
}
#footer p a:active {
	color: #FAF5E4;
	text-decoration: underline;
}

#footer p.yogo{
	text-align: left;
	margin: 0 0 0 65px;
	line-height: 200%;
}

#footer ul{
	margin: 0 auto;
	font-size: 85%;
	list-style: none;
	width: 700px;
}

#footer li{
	margin: 0;
	padding: 0 0 0 10px;
	width: 77px;
	float: left;
	background: url(../img/10.gif) 0 2px no-repeat;
}

#footer li a:link {
	color: #E5619B;
	text-decoration: underline;
}
#footer li a:visited {
	color: #E5619B;
	text-decoration: underline;
}
#footer li a:hover {
	color: #1176A5;
	text-decoration: underline;
}
#footer li a:active {
	color: #1176A5;
	text-decoration: underline;
}


/*table
*************************************************/
table{
	width: 500px;
	margin: 20px 0 3px 25px;
	padding:0.5em;
	text-align:center;
	border: solid 1px #5F4322;
	border-collapse:collapse;
}

table th{
	border: solid 1px #5F4322;
	background: #F0E2C8;
	padding:0.5em;
	color: #5F4322;
}

table th.category{
	background: #FFC;
	color: #1176A5;
}

table td{
	border: solid 1px #5F4322;
	background: #FFF;
	width: auto;
}

#contents p.table_comment{
	clear: both;
	color: #E5619B;
	width: 500px;
	line-height:100%;
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 90%;
	background: none;
}
