/*@import url(http://ameyoukei.com/cgi/mt/mt-static/themes-base/blog.css);
@import url(http://ameyoukei.com/cgi/mt/mt-static/themes/minimalist-red/screen.css);*/

body {
	margin:0;
	color:#383636;
	font-size:83%;
	line-height:180%;
	background:#fff;
	border-top:3px solid #333;
	background-image:url(img/back-head.gif);
	background-position: top;
	background-repeat:repeat-x;
	border-bottom:3px solid #390;
}
h2 {
	font-size:120%;
	font-weight:bold;
	border-bottom:2px solid #333;
}

a:link {
	color:#39c;
	text-decoration:none;
}
a:visited {
	color:#39c;
	text-decoration:none;
}
a:hover {
	color:#36c;
	text-decoration:underline;
}

dd {
	margin-left:20px;
}

img {
	border:0;
}

img.left {
	padding-right:10px;
	float:left;
}
img.right {
	padding-left:10px;
	float:right;
}

div.wrapper {
	text-align:left;
	width:920px;
}
div#head {
	height:135px;
}

td#image {
	padding-right:32px;
}

div#container {
	
}

div#main {
	float:right;
	width:680px;
}
div#main.top {
	width:710px;
}


div#main div.entrylist {
	float:left;
	width:450px;
}


div#main div.entrybaner {
	float:right;
	width:230px;
}
div#main div.entrylink {
	float:right;
	width:205px;
	padding-left:4px;
}

/*----------記事----------------*/
div#entry-image {
	text-align:center;
}
div#entry,div.entry {
	margin-top:30px;
	margin-left:100px;
	width:490px;
	text-align:left;
}

p.comment {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
div.ad {
	text-align:left;
	margin-top:20px;
	margin-bottom:40px;
}

/*----------サイド----------------*/
div#side {
	float:left;
	width:180px;
}
div#side div.category img {
	margin-left:10px;
	margin-bottom:10px;
}
div.category {
/*	border-left:solid 10px #eee;
*/
}

div#side div.trip img {
	margin-bottom:10px;
}
dl.category,dl.category dd{ 
	margin-left:0;
}
dl.category a:hover img {
filter: alpha(style=0,opacity=50);
opacity: 0.8;
}



/*----------フッター----------------*/
div#footer {
	clear:both;
	background:#333;
	color:#fff;
	padding-top:5px;
}
div#footer div.wrapper {
	text-align:right;
}
address {
	font-style:normal;
}

div.link {
	clear:both;
	border-top:1px dotted #ccc;
	padding-top:10px;
	margin-top:10px;
}

/*----------サムネイル----------------*/

div.thumbnail {
	float:left;
	margin-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:95%;
	line-height:120%;
	width:325px;
	height:75px;
	overflow:hidden;
	border-top:1px dotted #ccc;
}
div.thumbnail img {
	float:left;
	padding-right:2px;
}


/*----------スライド----------------*/
p.slidebar {
	color:#ccc;
	border-bottom:1px solid #ccc;
}
.slidebox {
	display:none;
}



