@charset "utf-8";

/*
	File Name   : content.css
	Author      : Kensuke Takahashi
	Description : コンテンツエリア関係 他
*/


body {
	background: #fff url(../img/blog/body_bg_president.png) repeat-x 0 0;
}

div#container {
	position: static;
	width: 810px;
	background: none;
}

div#header {
	position: relative;
	height: auto;
	margin-bottom: 25px;
	background: none;
}

div#header h1 {
	position: static;
}

div#header p {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: auto;
	margin: 0;
}

div#main {
	float: right;
	width: 520px;
	padding: 0;
}

div#side {
	float: left;
	width: 242px;
	padding: 0;
	background: none;
}

div#side h2 {
	position: static;
	margin: 0;
}

div#side ul {
	margin: 10px 0 20px 10px;
}

div#side ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../img/blog/icon.png) no-repeat 0 6px;
}

div#side ul li a {
	color: #333;
}

div#footer div {
	width: 810px;
	background: none;
}

div.entryBox {
	margin-bottom: 1em;
	padding: 10px;
	border: 1px solid #ccc;
}

div.entryBox h2 {
	margin-bottom: 10px !important;
	padding: 10px 10px 13px 20px;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	background: url(../img/blog/entry_title_president.png) no-repeat left bottom;
}

p.entryCategory {
	margin: 0;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	font-size: 85%;
	text-align: right;
}

p.entryCategory a {
	color: #333;
	text-decoration: none;
}

p.pageTop {
	margin: 0;
	padding: 0;
	border: none;
}