/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin: 0px;
	padding:0px;
}
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 80%;
	line-height: 180%;
	background-image: url(../img/top/back.gif);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
#idx {
	width: 700px;
	height: 101%;
	background-image: url(../img/top/logo.gif);
	background-repeat: no-repeat;
	background-position: left 200px;
	padding: 200px; 0px;	
}

#menu {
	position: absolute;
	top: 230px;
	width: 450px;
	height: 90px;
	margin-left: 305px;
}
.swap {
	float: left;
	margin: 0px 10px;
}
.txt {
	display: block;
	font-size: 10px;
	line-height: 150%;
	color: #CC3366;
	
	position: absolute;
	bottom: 10px;
	left: 50px;
	width: 100%;
}
.txt a:link {
	color: #CC3366;
	text-decoration: none;
}
.txt a:visited {
	color: #CC3366;
	text-decoration: none;
}
.txt a:hover {
	color: #CC3366;
	text-decoration: none;
	border-bottom: 1px dotted #FFCCCC;
}
#toart {
	position: absolute;
	left: 750px;
	bottom: 10px;
}
#toart1 {
	position: absolute;
	left: 650px;
	bottom: 10px;
	width: 30;
	height: 30;
}
#toart2 {
	position: absolute;
	left: 540px;
	bottom: 10px;
	width: 30;
	height: 30;
}
a {
	overflow:hidden;
	outline:none;
}
#mob {
	display: none;
}
a:hover img.over {
	opacity: 0.6;
	filter;alpha(ipacity=60);
	-ms-filter:"alpha(opacity=60)";
}
