@charset "utf-8";

/* top */

#content #mainimg {
	width:570px;
	height:256px;
	background:url(../img/mainimg.jpg);
	background-repeat:no-repeat;
	padding-bottom:25px;
	}

h1 {
	text-indent:-1000em;
	}

#des-left {
	width:254px;
	height:173px;
	float:left;
	background-image:url(../img/des-left.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding:77px 15px 0 15px;
	border-left:dotted 1px #392C22;
	}
	
#des-left p{
	color:#000000;
	font-size:90%;
	}

#des-right {
	width:283px;
	height:250px;
	float:right;
	border-left:dotted 1px #392C22;
	border-right:dotted 1px #392C22;
	}

div #des-right a {
	display:block;
	width:283px;
	height:250px;
	text-indent:-1000em;
	overflow:hidden;
	}

#des-right a:link {
	color:#D1BFB4;
	text-decoration:none;
	background-image:url(../img/des-right.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	}

#des-right a:visited {
	color:#D1BFB4;
	text-decoration:none;
	background-image:url(../img/des-right.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	}

#des-right a:hover {
	color:#D1BFB4;
	text-decoration:none;
	background-image:url(../img/des-right.gif);
	background-repeat:no-repeat;
	background-position:-285px 10px;
	}

#des-right a:active {
	color:#D1BFB4;
	text-decoration:none;
	background-image:url(../img/des-right.gif);
	background-repeat:no-repeat;
	background-position:-285px 10px;
	}

#news {
	clear:both;
	width:570px;
	color:#333333;
	padding-top:25px;
	}


