@import"common.css";

/* CSS Document */

#contents_title {
	margin-bottom: 10px;
	width: 730px;
	height:64px;
	background-image:url(../links/img/contents_title.gif);
	clear:both;
}

#deco{
	margin:0;
	padding:0;
	background-image:url(../links/img/deco.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:12px;
	width:730px;
}


#container_link {
	margin: 0;
	padding: 0px;
	width: 700px;
	height:580px;
	overflow: visible;
}

#selector {
	margin:0;
	padding:0;
	height:23px;
}

/* \*/
* html #deco{
	margin-top:-6px;
	padding:0;
	background-image:url(../links/img/deco.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:18px;
	width:730px;
}
/* */

#tab1, #tab2, #tab3, #tab4, #tab5{
	position:relative;
	width:680px;
	height:500px;
	overflow:auto;
}

#tab1{
	z-index:5;
	top:0px;
	padding:20px;
	background-color:#37425F;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
}

#tab2{
	z-index:4;
	top:-540px;
	padding:20px;
	background-color:#37425F;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
}

#tab3{
	z-index:3;
	top:-1080px;
	padding:20px;
	background-color:#37425F;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
}

#tab4{
	z-index:2;
	top:-1620px;
	padding:20px;
	background-color:#37425F;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
}


#tab5{
	z-index:1;
	top:-2160px;
	padding:20px;
	background-color:#37425F;
	background-image:url(../img/body.jpg);
	background-repeat:repeat-x;
}

#category{
	clear:both;
	width:auto;
	color:#eee;
	font-size:14px;
	margin-bottom:10px;
	padding-left:5px;
	font-family: Verdana, helvetica, arial, sans-serif;
	border-left:4px solid #FF3300;

}

#group{
	clear:both;
	width:auto;
	color:#6699CC;
	font-size:10px;
	padding-top:5px;
	margin-bottom:5px;
	border-top:1px dashed #666;
}

#link{
	float:left;
	width:220px;
	margin-bottom:10px;

}

#link a:link, #link a:visited {
	padding:3px;
	font-size:11px;
	font-family: Verdana, helvetica, arial, sans-serif;
	line-height:1.3em;
	color:#eee;text-decoration:none;
}

#link a:hover{
	color:#cc3333;text-decoration:underline;
}

