@charset "UTF-8";

/* content
---------------------------------------------------------------------------------------- */
/* archive
------------------------------------------------ */
#content.archive #inner p{
	font-size:100%;
}

#content #inner .data{
	display:block;
}

/* menu
---------------------------------------------------------------------------------------- */
ul#menu{
	height:43px;
}

/* title
---------------------------------------------------------------------------------------- */
#title{
	background:url(../images/title_bg.jpg) no-repeat;
	height:112px;
	width:830px;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#title p{
	padding:45px 0px 0px 0px;
	height:inherit !important;
	height:90px;
	margin:0px;
	color:#FFFFFF;
}

#title h2 a:hover{
	cursor:pointer;
}

#title h2 span{
	font-size:12px;
	font-weight:normal;
}




