    /*-------------------------wrapperの指定*/   
    #wrapper {  
		text-align: left;  
		width: 820px;  
		margin: 0 auto;  
		clear: both;
		background:#F5F5EB;
		border:solid 8px #ffffff;
		font-family: "MS PGothic",sans-serif;
		font-size:14px;
    }  
    
    img {
		border:0px;
    }
    
    
    /*-------------------------headerの指定*/   
    #header {  
		height: 160px;  
		margin: 0;  
      	padding: 3px 0 30px 5px;
		background-image: url(img/kb_3.gif);
		background-repeat: repeat;
    }
    
    .rogo{
		font-size:30px;
		padding:5px 0 0 10px;
		font-weight:bold;
		color:#3d170a;
    }
    #header p {
		font-size:14px;
    	padding: 5px 10px;
    	margin: 8px 10px 0 255px ;
		background-image: url(img/kb_4.gif);
		background-repeat: repeat;
		color:#303030;
      	line-height:1.3em;
    }
    
    /*-------------------------contentsの指定*/  
	#contents {  
		width: 620px;  
		float: right;  
		margin: 0;
		padding: 15px 0 0 0;
		background-image: url(img/bg_loop.gif);
		background-repeat: repeat-x;
		background-color:#ffffff;
	}  
    
	.photo_link {
		background:url(img/photo.png) no-repeat;
		height:190px;
		width:190px;
		padding:3px 0;
		margin-left:12px;
	 	float: left;
	}
	
	.photo_link img {
		padding:6px 9px;
	}
	
	.item_se{
		background-color:#3d170a;
		color:#ffffff;
		width:180px;
		margin:0 0px 12px 12px;
		font-size:12px;
		padding: 5px;
		text-valign:middle;
		text-align:center;
	 	float: left;
	}
	
	.item_se a {
		color:#F3D9B9;
		text-decoration: none;
	}
	
	.item_se2{
		background-color:#3d170a;
		color:#ffffff;
		width:164px;
		margin:0 0px 2px 30px;
		font-size:12px;
		padding: 5px;
		text-valign:middle;
		text-align:center;
	 	float: left;
	}
	
	.item_se2 a {
		color:#F3D9B9;
		text-decoration: none;
	}
	
	.comment{
		background:#ffffff;
		padding:10px;
		width:550px;
		margin:10px 0 15px 25px;
		border:solid 1px #523F31;
      	color:#523F31;
      	font-size:14px;
      	line-height:1.8em;
	}
	
	h5{
		font-size:20px;
		font-weight:bold;
		border-bottom:dotted 2px #523F31;
		padding-left:10px;
		padding-bottom:5px;
		margin:0 0 10px 0;
	}
	
	.kanren{
		text-align:center;
		margin:0 85px;
		border:solid 1px #89BD0D;
		padding:10px 0 5px 10px;
	}
	
	.kanren img{
		border:solid 1px #523F31;
		margin-left:13px;
		margin-right:12px;
	}
	
	.next {
		 position: relative;
 		left: -35px;
	}

	.back {
		 position: relative;
 		left: 35px; 
	}
    
    /*-------------------------sidebarの指定*/  
	#left-sidebar {  
      width: 200px;  
      float: left;  
      margin: 0;  
      padding: 0;
      background: #f7f5e9;
    }  
    
	#left-sidebar ul { 
		background:url(img/navi_bg.gif);
		font-size: 15px;
		line-height: 1.2em;
		list-style: none;
		margin: 0;
		padding: 0px 10px;
		color:#523F31;
		margin-bottom:5px;
	}
	
	#left-sidebar li { 
		padding: 10px 0 9.5px;
	}
	
	#left-sidebar a {
		color:#523F31;
		text-decoration: none;
	}
	
	#left-sidebar a:hover {
		color:#523F31;
		text-decoration: underline;
		font-weight:bold;
	}
	
	#left-sidebar h2,h3 {
		color: #523f31;
		font-size: 15px;
	}
	
	#left-sidebar h2 {
		background: #ffde81;
		border-top: 2px solid #6c5a44;
		padding: 7px 9px;
	}
	
	#left-sidebar h3 {
		background: none;
		text-align:center;
	}
	
	span.subject { 
		text-align: left;
	 	float: left;
	 }
	span.price { 
		text-align: right; 
		float: right;
	}
	.clearRight {  
    	clear:right;  
	} 
	.clearLeft {  
    	clear:left;  
	} 
	
	.adress_top{
		padding:35px 10px 10px 0px;
		background:#FFDE81;
		font-size:12px;
		color:#3D170A;
		height:106px;
		margin-top: 20px;
		margin-bottom:0px;
		background:url(img/pp.jpg) no-repeat;
      	line-height:1.2em;
	}
	
	.adress{
		padding:35px 10px 10px 0px;
		background:#FFDE81;
		font-size:12px;
		color:#3D170A;
		height:106px;
		margin-top: 20px;
		margin-bottom:0px;
		background:url(img/pp.jpg) no-repeat;
      	line-height:1.2em;
	}
	
	#adress_link{
		margin: 0 0 80px 0;
	}

	.adress p{
	padding-left:15px;
	}
	
	.adress_top p{
	padding-left:15px;
	}
    
    /*-------------------------footerの指定*/  
    #footer {  
      text-align: center;
      clear: both;  
      margin: 0;  
      padding: 0.5em 0;
      font-size:12px;
		background-image: url(img/kb_3.gif);
		background-repeat: repeat;
    }  
    
    /*-------------------------bodyの指定*/  
    body {  
      padding: 0;
      background-image:url(img/back.gif);
      background-repeat: repeat;
    }  