/**スクロール表示時のずれ軽減**/

/**IE6だけに適用**/
*html body {
	overflow-y:auto;
}

/**IE7だけに適用**/
*+html body {
	overflow-y:auto;
}

body {
	background-color: #333;
	padding:0;
	margin:0;
	color:#CCCCCC;
}
p {
	font-family:"ＭＳ ゴシック", "Osaka−等幅",Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:link {
	color: #6395b9;
	text-decoration: none;
}
a:hover {
	color: #6395b9;
	text-decoration: none;
}
a:visited {
	color: #6395b9;
	text-decoration: none;
}
a:active {
	color: #6395b9;
}
#containerIndex {
	height:710px;
	width:1130px;
	margin:13px auto 0 auto;
	background-image:url(../images/aquaflow_ship_l.jpg);
	background-repeat:no-repeat;
}

.enterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	top:620px;
	left:850px;
}
.textMenu {
	font-size: 12px;
	position:relative;
	top:540px;
	left:120px;
}

