@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
	default
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

/*a {
	color: #000;
}

a:hover {
	color: #888;
	text-decoration: underline;
}*/


/*--------------------------------------------------------------
	basic div
--------------------------------------------------------------*/

div#wrapper {
	width: 802px;
	margin: 0 auto;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	background: url(http://livedoor.blogimg.jp/kcp_world/imgs/d/c/dcf77b4f.jpg) bottom no-repeat;
}

div#content {
	width: 800px;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	background: url(http://livedoor.blogimg.jp/kcp_world/imgs/b/d/bdad3b69.jpg) top no-repeat;
	text-align: left;
	padding-bottom: 16px;
}

div#header {
	width: 800px;
	float: left;
}

div#sidebar {
	clear: both;
	width: 240px;
	float: left;
	background: url(http://livedoor.blogimg.jp/kcp_world/imgs/7/b/7b7a1b20.gif) bottom no-repeat;
	padding: 0 0 14px;
	margin-bottom: 380px;
}

div#main {
	float: left;
	width: 539px;
	padding: 257px 0 202px;
}

div#footer {
	clear: both;
	width: 736px;
	background: #fff;
	border: 1px solid #e6e1e1;
	padding: 6px 10px;
	margin: 0 0 0 21px;
	text-align: center;
}


/*--------------------------------------------------------------
	div#header
--------------------------------------------------------------*/

h1 {
	width: 240px;
	float: left;
}

p#outline {
	width: 540px;
	float: left;
	padding: 5px 0 0 10px;
}


/*--------------------------------------------------------------
	div#sidebar
--------------------------------------------------------------*/

ul#navi {
	list-style: none;
	padding: 286px 0 12px;
	margin: 0;
	background: url(http://livedoor.blogimg.jp/kcp_world/imgs/0/7/076bfea4.jpg) top no-repeat;
	width: 240px;
}

ul#navi li {
	padding: 0 0 0 36px;
	margin: 0;
	width: 116px;
}

p.banner {
	margin: 0 0 15px 21px;
	width: 200px;
}

/*--------------------------------------------------------------
	div#main
--------------------------------------------------------------*/

div.item {
	width: 507px;
	border: 1px solid #e6e1e1;
	margin-bottom: 22px;
	background: #FFFFFF url(http://livedoor.blogimg.jp/kcp_world/imgs/9/d/9db88ca6.jpg) top no-repeat;
	padding: 15px;
}

div.item p.category {
	border-left: 6px solid #e6e1e1;
	padding-left: 6px;
}

div.item p.category a {
	color: #333;
	text-decoration: none;
}

div.item p.category a:hover {
	color: #e6e1e1;
	text-decoration: underline;
}

div.item h2 {
	border-left: 6px solid #e6e1e1;
	padding: 2px 0 0 6px;
	margin-bottom: 15px;
	font-size: 16px;
}

div.item p.honmon {
	line-height: 150%;
	font-size: 13px;
}

div.item img {
	float: left;
	padding: 0 10px 10px 0;
}

div.item dl.datelink {
/*	text-align: right;*/
	padding: 20px 0 15px;
}

div.item dl.datelink dt {
	float: right;
}

div.item dl.datelink dd {
	float: right;
	padding-right: 6px;
}

div#pagenavi {
	width: 517px;
	border: 1px solid #e6e1e1;
	background: #fff;
	padding: 6px 10px;
}

ul#pages {
	list-style: none;
	text-align: center;
}

ul#pages li {
	display: inline;
	padding: 0 6px;
	border-right: 2px dashed #666;
}

ul#pages li.end {
	border: none;
}


/*--------------------------------------------------------------
	div#footer
--------------------------------------------------------------*/

ul#footnavi {
	list-style: none;
}

ul#footnavi li {
	display: inline;
	padding: 0 6px;
	border-right: 2px dashed #666;
}

ul#footnavi li.end {
	border: none;
}

address {
	font-style: normal;
	padding-top: 3px;
}