html,body {
	border-top-color: #1919FF;
	border-top-style: solid;
	border-top-width: 5px;
	background-image: url(images/H1000_BACK.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height:100%;
}
h1 {
	font-size: 17px;
	color: #333333;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}
.Copyright {
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
	background-color: #0000FF;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
.img_style1 {
	margin-top: 10px;
}
.style2 {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.li1 {
	margin-top: 15px;
	list-style-type: none;
	font-size: 16px;
}
.li2 {
	margin-top: 5px;
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}
.style3 {font-size: 12px}
.style4 {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
h4 {
	margin-left: 10px;
	font-size: 16px;
}
.li3 {

	margin-top: 5px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 20px;
}
.img_style2 {
	margin-left: 25px;
}
.style5 {

	font-size: 14px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	line-height: 18px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5151FF;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.img_style3 {

	margin-left: 34px;
}
.style6 {
	font-size: 14px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	line-height: 25px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
.style7 {
	font-size: 14px;
	padding-left: 50px;
	line-height: 25px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.img_style4 {
	margin-left: 60px;
	font-size: 16px;
	margin-top: 20px;
}
.img_style5 {
	margin-left: 50px;
	margin-top: 30px;
}
.img_style6 {
	font-size: 14px;
	margin-top: 30px;
	margin-left: 50px;
	line-height: 18px;
	letter-spacing: 1px;
}
.img_style7 {
	margin-top: 10px;
	margin-left: 15px;
}
.img_style8 {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.footer {
	font-size: 12px;
}
.search{
	width:800px
}
#glayLayer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
}
#overLayer{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-244px;
	margin-left:-325px;
}
* html #glayLayer{
	position:absolute;
}
* html #overLayer{
	position:absolute;
}
#gallery dt{
	text-align:left;
	border-bottom:1px solid black;
	font-size:24px;
	font-style:italic;
	margin:10px;
	padding:10px;
}
.s_link{
	display:none;
}

/*ドロップダウンメニュー*/

ul.menu li{
	float:left;
	list-style-type:none;
}
ul.menu li a{
}
ul.menu li a:hover{
	
}
ul.menu li ul.sub{
	position:absolute;
}
ul.sub li{
	float:none;
	list-style-type:none;
	
	width:200px;
	border-bottom:1px solid #00F;
	
	
}
ul.sub li a{
	background-color:#D0E8FF;
	display:block;
	padding:5px;
}
ul.sub li a:hover{
	background-color:#73B9FF;
	display:block;
}
ul.menu{
	zoom:1;
	margin:0;
	padding:0;
}
ul.menu:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
/* IE6 7対策*/
ul.sub{
	display:none;
	margin:0;
	padding:0;
}
* html ul.menu li{
	display:inline;
	zoom:1;
}
*+html ul.menu li{
	display:inline;
	zoom:1;
}
* html ul.sub{
	zoom:1;
	position:relative;
}
*+html ul.sub{
	zoom:1;
	position:relative;
}