@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	text-decoration:none;
}

a:hover img	{
	filter: alpha(opacity=50);
	opacity:0.8;
	background: #fff;
	}



body{
	background: url(../images/back.jpg) repeat-x #f3efe4;
	font-family: 'Hiragino Kaku Gothic Pro W3', "MS UI Gothic",Helvetica, Arial, sans-serif;
}

#wrapper{
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 1px 2px 1px white;
}

#header{
	height:91px;
	}

#header h1 a{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	width:250px;
	height:91px;
	text-indent:-9999px;
	float:left;
}

#content{
	width:850px;
	padding:30px 0 0 0;
}


#leftColumn{
	width:243px;
	height:auto;
	float:left;
	margin-left:5px;
}

.box{
	margin:0 10px 0 10px;
}

#rightColumn{
	width:571px;
	float:right;
	margin-right:5px;
}
#rightColumn h3{
	margin:20px 0 10px 0;
}


.sideBox{
	border:1px solid #D9C2A7;
	background:#FFFFFF url(../images/box_back.gif) repeat-x bottom;
}
.sideBox p{
	padding:10px 10px 20px 10px;
	font-size:13px;
	line-height:140%;
	}




