/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body {
	background: #D3DF4F;
}
.none {
	display: none;
}
#all{
	width:850px;
	margin:0 auto;
	background-image:url(../img/back.gif);
	}
#main{
	width:600px;
	float:left;
	}
#ue{
	width:600px;
	}
#top{
	width:600px;
	}
#top2{
	width:600px;
	}
#txt{
	width:600px;
	}
#navi{
	width:250px;
	float:right;
	}
#foot{
	width:850px;
	clear:both;
	}
#foot2{
	width:590px;
	border-top:1px #666666 solid;
	background-color:#FFFFCC;
	color:#663300;
	border:5px #FFCC00 inset;
	}
h1{
	font-size:80%;
	font-weight:normal;
	padding:3px 8px 3px 8px;
	color:#663300;
	background: #D3DF4F;
	}
h2,
h3,
h4,
h5,
h6{
	border-left:8px #663300 solid;
	padding:5px;
	margin:10px 0px 10px 0px;
	color:#663300;
	clear:both;
	background-color:#FFCC00;
	font-size: 16px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
/*h3{
	color:#FF6600;
	padding:5px;
	margin:20px 0px 10px 0px;
	}
h4{
color:#FF6600;
	padding:5px;
	margin:20px 0px 10px 0px;
	border-bottom:1px #CCFF00 solid;
	}*/
p{
	line-height:120%;
	letter-spacing:1px;
	padding:5px 8px 15px 8px;
	color:#663300;
	}
.navi_dl{
	list-style:none;
	}
.navi_dt{
	font-weight:bold;
	padding-left:15px;
	height:30px;
	line-height:30px;
	background-color: #FFFF66;
	margin:3px 11px 3px 10px;
	color:#663300;
	}
.navi_dd{
	padding-left:15px;
	height:30px;
	line-height:30px;
	font-size: 12px;
}
#top2 ul{
	list-style:none;
	}
#top2 ul li{
	float:left;
	width:190px;
	text-align:center;
	height:30px;
	line-height:30px;
	border:5px #FFCC00 inset;
	background-color: #FFFFCC;
	}



.navi_dd a:link {
	text-decoration: none;
}
.navi_dd a:visited {
	text-decoration: none;
}
.navi_dd a:hover {
	text-decoration: none;
}
.navi_dd a:active {
	text-decoration: none;
}


/*-- ’Ç‰Á --*/

#txt {
	letter-spacing: 2px;
	font-size: 13px;
} 


#txt p{
	margin: 10px 0;
	line-height: 25px;
	
}

#txt img{
	margin: 0 10px;
}

#txt ul,
#txt ol{
	color: #006666;
}

#txt ul li{
	margin: 15px 0 15px 40px;
	list-style-type: circle;
}

#txt ol li{
	margin: 10px 0 10px 40px;
} 

#txt dt{
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;
	border-left: solid 5px #3399FF;
	border-bottom: solid 1px #3399FF;
	padding-left: 5px;

} 

#txt dd{
	font-size: 13px;
	color: #663300;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 15px 0;
} 

.cl {
	clear: both;
}