body{
}

.menu
	{
/*	float:left;*/
	background-color: #ffffff;
	height: 50px;
	position:relative;
	z-index: 5;
	}

.main
	{
	padding-bottom: 30px;
/*	text-align: center;*/
	background-color: #ffffff;
	height: 150px;
	width: 100%;
	font-size: 9pt;
	font-face: MS UI Gothic;
	color: #777777;
	position:relative;
	z-index: 5;
	}

.foot_menu{
	text-align: center;
	background-color: #ffffff;
	height: 10px;
	font-size: 8pt;
	font-face: MS UI Gothic;
	color: #999999;
	position:relative;
	z-index: 5;
	}
.foot{
	background-color: #eeffee;
	height: 10px;
	font-size: 8pt;
	font-face: MS UI Gothic;
	color: #999999;
	text-align: center;
	position:relative;
	z-index: 5;
	}
.head	{
	background-color: #ffffff;
	height: 200px;
	position:relative;
	z-index: 5;
	}
.logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

p.title1 {
	text-align: center;
}
p{
	line-height: 18px;
}


a img {
	border-style:none;
}

div#pic { 
	width: 200px; 
	height: 90px; 
}

.pic1{
	position: relative;
	top: 10px;
	left: 145px;
	height: 200px
	z-index: 1;
	filter:	alpha(
				style=1,
				opacity=100,
				finishopacity=0,
				startx=0,
				starty=0,
				finishx=0,
				finishy=100
			)
			chroma(color=#ffffff);
}
.pic2{
	position: relative;
	top: 100px;
	left: -70px;
	z-index: 2;
	filter:	alpha(
				style=1,
				opacity=100,
				finishopacity=0,
				startx=0,
				starty=100,
				finishx=100,
				finishy=0
			)
			chroma(color=#ffffff);
}
.pic3{
	position: relative;
	top: 100px;
	left: -90px;
	z-index: 2;
	filter:	alpha(
				style=1,
				opacity=0,
				finishopacity=100,
				startx=0,
				starty=0,
				finishx=100,
				finishy=100
			)
			chroma(color=#ffffff);
}
.pic4{
	filter:	alpha(
				style=0,
				opacity=60,
			)
			chroma(color=#ffffff);
}
a:link {
	color: #ee88bb;
	text-decoration: none;
} 
a:visited {
	color: #bbbbbb;
	text-decoration: none;
} 
a:hover {
	color: #00aa77;
	text-decoration: underline;
} 

