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

* {
	margin:0;
	padding:0;
}
img {
	border: none;
}
/*=========  #リスト  =========*/
ul {
	list-style-type:none;
}
li a{
	font-size:0.875em;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
}
li a:hover {
	color:#AF4179;
}
/*---------------------------------------
             レウアウト
-----------------------------------------*/
body {
	font-size: 0.875em;
	font-family:
     "Hiragino Kaku Gothic Pro",
     "ヒラギノ角ゴ Pro W3",
     Meiryo,
     "メイリオ",
     Osaka,
    "MS PGothic",
    "ＭＳ Ｐゴシック",
    sans-serif;
	width: 850px;
	height: auto;
	margin: 0 auto;
	background-color: #000;
}
#container {
	width:850px;
	height: auto;
    background-color: #FFF;
	border-right: 1px solid #7F6947; 
	border-left: 1px solid #7F6947; 
	position:relative;
}
/*=========  #header  =========*/
#header{
	height:190px;
	border-bottom: 5px solid #B8A68A;
}
#nav{
    width:590px;
	height:30px;
	position:absolute;
		left: 270px;
		top: 165px;
	
}
#wrapper {
	width:850px;
	height: auto;
	margin-bottom:15px;
	overflow:hidden;
	
}
#content {
	width:620px;
	height: 600px;
	float:right;
	margin: 15px 20px 0 0px;
}
#sidebar {
	width:175px;
	height: 600px;
	float:left;
	margin: 15px 0 0 20px;
	border-right: 1px solid #aaaaaa;
}
/*============  #footer  ============*/
#footer {
	width: 850px;
	height: 60px;
	background-image: url(../images/footer2.png);
	background-repeat: no-repeat;
	background-position:top left;
  border-bottom: 1px solid #7F6947; 
	border-top: 3px solid #B8A68A;
 clear: both;
}
#footer address{
	font-size: 0.75em;
	font-style:normal;
	text-align:center;
	color: #fff;
	line-height: 5.5em;

}

/*---------------------------------------
                   文字
-----------------------------------------*/

/*========== #nav ============*/
#nav li {
	widrh: 590px;
	height: 30px;
	float:left;
	display:inline;
	}
#nav li a{
	width: 110px;
	height: 30px;
	display: block;
	margin: 0 5px 0 0;
	
}


/*========== #sidebar ============*/
.brog  {

	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #aaaaaa;
}
.side_title {
	font-size:1em;
	font-weight: bold;
	color: #933;
}
#sidebar li a{
	font-size:0.875em;
	width:165px;
}