/*common------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a:link{
	color: #786E29;
}

a:visited{
	color: #546477;
}

img{
	border-style:none;
}

a.ilink:link, a.ilink:visited {
	border:none;
}

.smaller{
	font-size: smaller;
}

.title{
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	margin: 0 10px 10px 0;
}

p{
	margin-bottom: 1em;
}

.clearer{
	clear: both;
}

/*------------------------------------------------------------common*/

/*------------------------------------------------------------container*/

body {
	color: #333333;
	background-color: #F4F3E8;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3",Osaka, "ＭＳ Ｐゴシック";
}

#container {
	margin: 0 auto 20px;
	width: 880px;
	background-color: #F4F3E8;
}

#header{

}

	#header_title{
		border: 1px dotted #CCC495;
		margin: 10px 0;
		padding: 10px 20px;
	}
	
		#header_title div{
			margin-bottom: 5px;
		}
	
		#header_title p{
			font-size: smaller; 
			margin-bottom: 0;
			color: #786E29;
		}
	
	#header_ad{
		height: 94px;
		padding: 2px 0px 2px 0px;
		text-align: center;
		margin: 0 auto;
	}

#side{
	float: left;
	display: inline;
	width:130px;
	padding-left:10px;

}

.ad{
	margin-bottom:20px;
}

#contents{
	width: 650px;
	float: left;
	display: inline;
}

#main{
	float: left;
	display: inline;
	width: 468px;
	padding: 10px 20px;
	border-left: 1px solid #CCC495;
	border-right: 1px solid #CCC495;  	
	border-top: 1px dotted #CCC495;
	line-height: 150%;	
	font-size: medium;
}

h2.title{
	line-height: 150%;
	margin: 10px 0 0 -10px;
}

	h2.title a{
		color: #786E29;
		text-decoration: none;
	}

#menu{
	float: right;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu_block{
	background: #F4F3E8;
	padding: 5px 5px 5px 10px;
	padding-bottom:10px;
	margin-bottom: 10px;
	line-height: 1.6em;
}

#related{
	width: 650px;
	clear: both;
}

#footer{
	clear: both;
	margin-top: 30px;
	text-align: center;
}

/*------------------------------------------------------------general*/

div.scrollable { 
    position:relative; 
    overflow:hidden;          

    float: left;
    border: 1px solid #AAAAAA;
} 
 
div.scrollable div.items {     
    width:20000em;     
    position:absolute;         
} 

div.scrollable div.items div.item { 
    float:left;
} 

div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../../img/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../../img/right.png);
	clear:right;	
}

div.navi {
	/*margin-left:328px;*/
	width:200px;
	height:20px;
	margin:0 auto;
}


div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	


/*------------------------------------------------------------entry*/

#main.entry ul#entry_category{
	margin: 0 0 5px 20px;
	
}

#main.entry p{
	margin: 1em 0;
}

#related{
	padding-top: 20px;
}

#related div.scrollable{
	width: 540px;
    height: 220px;
}

	#related div.scrollable div.items div.item{
		width: 180px;
		border-right: 1px solid #AAAAAA;
	}

	#related div.items div img{
		width: 180px;
		height: 120px;
	}

	#related div.item div.entry_title{
		background-color: gray;
		color: white;
		height: 3em;
		font-size small;
		padding: 3px;
	}

	#related div.item div.entry_title a{
		color: white;
	}

	#related div.item div.entry_excerpt{
		font-size: x-small;
		padding: 5px;
	}

#related_entry_num{
	display: none;
}

/*------------------------------------------------------------index*/

dl#recent_entry dt{
	width: 140px;
	clear: left;
	float: left;
	display: inline;
}

dl#recent_entry dd{
	margin: 0 0 0.5em 140px;
}

div#travel_entry dl dt{
	width: 60px;
	padding-right: 10px;
	clear: left;
	float: left;
	display: inline;
	text-align: right;
}

div#travel_entry dl dd{
	margin: 0 0 0.5em 70px;
}

/*------------------------------------------------------------category*/

#category{
	height: 0;
}

	#category.travel{
		height: 400px;
	}

	#category h2{
		margin-left: 10px;
	}

#category #scrollable_margin{
	margin-left: 80px;
}

#main.category div.entry_title{
	margin-bottom: 0.5em;
}

#main.category div.entry_image{
	width: 180px;
	height: 120px;
	float: left;
	display: inline;
}

#main.category div.entry_image img{
	width: 180px;
	height: 120px;
}

#main.category div.entry_excerpt{
	width: 250px;
	height: 110px;
	padding: 10px;
	float: right;
	display: inline;
	position: relative;
}

	#main.category div.entry_excerpt:first-letter{
		font-size: x-large;
		font-weight: bold;
	}

#main.category div.entry_tag{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
}

#category div.scrollable{
	width: 400px;
    height: 300px;
}

	#category div.scrollable div.items div.item{
		width: 400px;
	}

	#category div.items div img{
		width: 400px;
		height: 270px;
	}

	#category div.item div.entry_title{
		background-color: gray;
		color: white;
		height: 3em;
		font-size small;
		padding: 3px;
	}

	#category div.item div.entry_title a{
		color: white;
	}

