/* ======================================
	GENERAL
====================================== */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	line-height: 1.3em;
}

img {
	border: 0px;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	line-height: 1.5em;
	overflow: hidden;
}

h3 {
	font-size: 13px;
	line-height: 1.0em;
}

table {
	font-size: 13px;
	line-height: 1.3em;
}

A:link    { color: #003F71; }
A:visited { color: #003F71; }
A:active  { color: #003F71; }
A:hover   { color: #003F71; }


/* --- clearfix --- */
.clearfix {
	clear: both;
}

/* --- small --- */
.small {
	font-size: 10px;
}

/* --- fixing gap under a flash (for Mozilla) --- */
object, embed {
	vertical-align: top;
}

.more {
	margin: 4px;
	font-size: 10px;
	text-align: right;
}

.date-category {
	margin: 8px 4px 4px 4px;
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
	border-top: 1px dotted #003f71;
}

/* ======================================
	STRUCTURE
====================================== */

/* --- WRAPPER --- */
#wrapper {
	width: 820px;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	text-align: left;
	background: #fff url(http://www.sapesi-japan.org/images/back_grad.gif) repeat-y;
}

/* --- CONTENT --- */
#content {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	text-align: left;
	background: #fff;
}

body > #wrapper {
	height: auto;
}

/* --- HEADER --- */
#side {
	width: 185px;
	margin-right: 15px;
	float: left;
}

/* --- HEADER --- */
#main {
	width: 600px;
	float: left;
}

/* --- FOOTER --- */
#footer {
	width: 800px;
	margin-top: 40px;
	padding-bottom: 40px;
}

#footer .menu {
	width: 381px;
	float: left;
}

#footer .copyright {
	padding-left: 179px;
	width: 240px;
	float: left;
}


/* ======================================
	TOP
====================================== */
.flash {
	z-index: 0;
	text-align: right;
	border-color: #003F71;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
}

.boxes {
	margin-top: 20px;
	width: 600px;
}

.box {
	width: 300px;
	float: left;
}

.box p {
	margin-right: 18px;
}

.box ul {
	margin-left: 18px;
}

.box .box-image {
	width: 80px;
	float: left;
}

.box .box-text {
	width: 198px;
	float: left;
}

.box .box-text p {
	padding: 7px;
}

.box .box-text ul {
	padding: 7px 7px 7px 10px;
}

.box .box-text h3 {
	padding: 7px 0px 0px 7px;
}


/* ======================================
	CATEGORY
====================================== */

.navigation-link {
	width: 580px;
	height: 28px;
	text-align: right;
	line-height: 28px;
	font-size: 10px;
	padding: 0px 10px;
}

.category-header {
	width: 600px;
	height: 131px;
	margin-bottom: 20px;
}

.entry {
	width: 580px;
	margin-bottom: 20px;
}

.entry .title {
	width: 580px;
	margin-bottom: 10px;
}

.entry .title h2 {
	width: 547px; /* 600-20-33 */
	height: 23px;
	padding: 2px 2px 2px 35px;
	line-height: 23px;
	letter-spacing: 0.1em;
	font-size: 14px;
	overflow: hidden;
	color: #003F71;
}

.entry .title .book-back h2 { background: url(http://www.sapesi-japan.org/images/book_back_2.gif) no-repeat; }
.entry .title .book-top h2  { background: url(http://www.sapesi-japan.org/images/book_top_2.gif) no-repeat; }

.entry .body .photo {
	width: 200px;
	margin-right: 10px;
	float: left;
}

.entry .body .photo img {
	margin-bottom: 10px;
}

.entry .body .text {
	width: 370px;
	float: left;
}

.entry .body .text-full {
	width: 580px;
}

.entry .body .text-full ul {
	margin-left: 18px;
}

.paginate {
	width: 580px;
	padding: 10px;
	text-align: center;
}

.back {
	margin: 4px 20px 4px 4px;
	font-size: 10px;
	text-align: right;
}


/* ======================================
	BLOG SIDE MENU
====================================== */

.side-block {
	width: 170px; /* 185 */
	margin: 5px 15px 25px 0px;
}

.side-block ul {
	margin-left: 30px;
	line-height: 1.3em;
}

.side-block form {
	margin-left: 30px;
}
