/*
Theme Name: ORIGINAL2
Description: オリジナルテーマ
Auther: Tsuyoshi Sasaki
*/

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

body{
	background-color:#000000;
	margin:20px;
	font-family:'Trebuchet MS',sans-serif;
}

#container{
	width:800px;
	margin:auto;
	background-color:#ffffff;
}

#main{
	padding:0 20px 15px;
	overflow:hidden;
}

#content{
	width:560px;
	float:left;
	margin:50px 0 0;
}

#sidebar{
	width:170px;
	float:right;
	margin:50px 0 0;
}

#foot{
	clear:both;
}

#head,#content,#sidebar,#foot{
	background-color:#090;
}

a{
	color:#000000;
	text-decoration:none;
}

a img{
	border:none;
}

#head{
	background-color:#7f7f7f;
	font-size:18px;
	font-weight:bold;
	padding:7px 20px;
}

#foot{
	background-color:#ffffff;
	padding:0 0 10px;
}

#foot p{
	margin:0;
	text-align:center;
	font-size:12px;
}

#sidebar{
	padding:20px 0;
}

.menu, .menu ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-weight:bold;
}

.menu li{
	margin-bottom:25px;
}

.menu li a{
	color:#ffffff;
}


#content{
	background:none;
}

#cattitle{
	margin:0 0 20px;
}

#cattitle h1{
	color:#090;
	font-size:64px;
	line-height:1em;
}

#cattitle p{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

.post{
	margin-bottom:20px;
}

.postimage{
	float:left;
	width:300px;
	border:solid 1px #aaaaaa;
	margin-bottom:20px;
}

.postinfo{
	float:right;
	width:240px;
}

.post h2{
	font-size:18px;
	border-bottom:solid 1px #aaaaaa;
	padding:0 0 6px;
	margin:0 0 8px;
}

.post h2 a{
	color:#000;
	text-decoration:none;
}

.post h2 p{
	font-size:14px;
	margin:0 0 20px;
}

.prevnext{
	clear:both;
	overflow:hidden;
}

.prevnext a{
	color:#090;
	font-weight:bold;
}

.prev a{
	float:left;
	line-height:26px;
}

.next a{
	float:right;
	line-height:26px;
}

.category-web .postimage{
	height:120px;
	overflow:hidden;
}
	