@charset "utf-8";


body {background-image:url(/img/bg-body.gif)}
* {margin:0; padding:0; border:0;}

a, a:link, a:visited, a:active, a:focus {
	color: #a4a4a4;
	text-decoration: none
}
a:hover {
	color: #ff00ff;
	text-decoration: none;
}

#wrapper {
	width:771px;
	margin-left:-385px;
	left:50%;
	position:absolute;	
}

#head {
	width:771px;
	height:82px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

#logo {
	background-image:url(/img/logo2.png);
	width:435px;
	height:82px;
	background-color:#ff00ff;
	float:left;
}

#headnavi {
	position:absolute;
	bottom:5px;
	right:13px;
	color:#ff00ff;
}

#nav {
	width:224px;

	float:left;
}

#navbig li a { background-color:#78695a; }
#navbig li.act_path a { background-color:#ff00ff; color:#fff; }


#navbig {
	width:224px;
	background-color:#424242;
}
#navbig li {
	height:110px;
	width:110px;
	display:block;
	float:left;
	margin-right:2px;
	margin-top:2px;
}

#navbig a {
	height:61px;
	width:110px;
	display:block;
/*	background-color:#78695a;*/
	float:left;
	text-align:center;
	list-style:none;
	list-style-type:none;
	color:#d1d1d1;
	padding-top:49px;
	font-size:12px;
}
#navbig a:hover{
	color:#fff;
	background-color:#ff00ff;
}

#navsmall .active a { background-color:#ff00ff; color:#fff; }
#navbig .active a { background-color:#ff00ff; color:#fff; }


#navsmall {

	width:224px;
	height:72px;
	display:none;
	position:relative;
	float:left;
	background-image:url(/img/bg-navsmall.gif);
	background-color:#514b42;
}

#navsmall li {
	height:34px;
	width:110px;
	display:block;
	float:left;
	border-right: solid 2px #3a3a3a;
	border-top: solid 2px #3a3a3a;

}

#navsmall a {
	height:24px;
	width:110px;
	display:block;

	float:left;
	text-align:center;
	list-style:none;
	list-style-type:none;
	color:#d1d1d1;
	padding-top:10px;
	font-size:10px;
}

#navsmall a:hover{
	color:#fff;
	background-color:#ff00ff;
}

#picture {
	width:535px;
	height:406px;
	float:left;
	margin-top:2px;
}

#picbig {
	width:533px;
	height:334px;
	display:none;
}

#picsmall {
	width:535px;
	height:70px;
	margin-top:2px;
}

#picsmall img {
	width:105px;
	height:70px;
}

#picsmall .imageEntry { float:left;	margin-right:2px; height:70px; display:none; background-color:#ff00ff;}


#content {
	margin-left:225px;
	float:left;
	width:531px;
}

#content p {
	color: #CCC;
	line-height:18px;
	font-size:11px;
	margin-bottom:5px;
}

#content a {
	color: #ff00ff;
	font-weight:bold;
}
#content a:hover {
	color: #CCC;
}

#content h1 {
	font-size:14px;
	color:#ff00ff;
	margin-top:9px;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}



#colornavi {
	float:right;
	width:10px;
	height:54px;
	position:absolute;
	left:760px;
	top:84px;
}

#color1 {
	float:right;
	width:10px;
	height:10px;
	background-color:#b24cb2;
	padding:0;
}
#color1 a:hover {
	background-color:#FF00FF;
}
#color2 {
	background-color:#4cb2b2;
}
#color2 a:hover {
	background-color:#00fefe;
}
#color3 a:hover {
	background-color:#fe6500;
}
#color4 a:hover {
	background-color:#00fe00;
}
#color5 a:hover {
	background-color:#8e6944;
}
#color3 {
	background-color:#b2744c;
}
#color4 {
	background-color:#4cb24c;
}
#color5 {
	background-color:#78695a;
}
#color2, #color3, #color4, #color5 {
	float:right;
	width:10px;
	height:10px;
	margin-top:2px;
	padding:0;
}

.headnaviactive a {color:#ff00ff;}
