@charset "UTF-8";
/* formatting stylse

----------------------------------------------*/


/* left_menu stylse
----------------------------------------------*/

----------------------------------------------*/
#mainbox {	
	float: left;
	width: 545px;
	padding-left: 2px;
	
}
#mainbox h2 {
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	height: 20px;
	display: block;
}
#mainbox h2 .entrytitle {
	letter-spacing: 1px;
}
#mainphoto {	
	padding-bottom: 0px;
	line-height: 1;
	width: 538px;
	height:380px;
	overflow: hidden;	
}

#mainphoto img {	

	background:url('../images/spinner.png') no-repeat center  ;
}


#photolist {
	padding-top: 2px;
	width: 635px;
}
#photolist ul {
	list-style: none;
}
#photolist li {
	float: left;
	display: block;
	padding-right: 2px;
	padding-bottom: 2px;
	line-height: 1;
}
#photolist img {
	vertical-align: top;
	width: 106px;
	height: 70px;
}
#concept {
	padding-top: 5px;
	padding-left: 577px;
}
#concept a {
	background-position: left top;
	width: 46px;
	background-image: url(../img/btn_concept_over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
}
#concept a:hover {
	background-position: left bottom;
}
#concept a:hover img {
	display: none;
}
