/* index.css */
a:link{color:#880000;}
a:visited{color:#880000;}
a:active{color:#880000;}
a:hover{color:#dc143c;
	background-color:#ffc0cb;
	text-decoration:underline overline;
}

a{text-decoration:none;}

.12 {font-size:12px;}
.20 {font-size:20px;}

br{
	font-size:0px;
}

hr{
	display:none;
}

body{
	margin:0px;
	border:0px;
	padding:0px;
	background-color:rgb(255,255,255);
	overflow:none;		/* visible | hidden | scroll | auto */
	scrollbar-base-color:#ee9988;
	scrollbar-face-color:#ffb6c1;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;

}

img{
	margin:0px;
	border:0px;
	padding:0px;
}

.null{
	display:none;
}


.root{
	width:800px;
	height:640px;
	position:relative;
}

.header{
	background-image:url("../img/kabe.jpg");
	width:320px;
	height:60px;
	position:absolute; top:0px; left:0px;
	text-align:center;
}

.menu_set{
	width:320px;
	height:24px;
	position:absolute; top:60px; left:0px;
}

.menu_set2{
	width:320px;
	height:24px;
	position:absolute; top:84px; left:0px;
}

.menu{
	background-image:url("../img/menu.jpg");
	width:160px;
	height:24px;
	font-size:24px;
	float:left;
	text-align:center;
}
.info{
	background-color:rgb(255,192,192);
	background-image:url("../img/info.jpg");
	font-size:12px;
	text-align:right;
	width:320px;
	height:532px;
	position:absolute; top:108px; left:0px;
}


.banner{
	color:rgb(0,0,0);
	filter:shadow(color=#FFFFFF ,direction=135);
	width:270px;
	height:52px;
	font-size:12px;
	position:absolute; bottom:40px; left:0px;
	text-align:left;
}

.cg{
	min-width:480px;
	min-height:640px;
	position:absolute; top:0px; left:320px;
}

.footer{
	background-color:rgb(255,230,230);
	font-size:12px;
	text-align:center;
	width:320px;
	height:40px;
	position:absolute; bottom:0px; left:0px;
}
