/* basic elements ------------------------------- */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link{
	color: #006600;
	text-decoration: none;
}

a:visited{
	color: #006600;
	text-decoration: none;

}

a:hover, a:active{
	color: #009900;
}

/* hack ------------------------------- */

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/* page layout ------------------------------- */

#container {
	width: 941px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #A3AB91;
}

div#title {
	background: url(images/head_img.gif) no-repeat;
	height: 144px;
	width: 941px;

}

#title h1 {
	margin: 0px;
	padding: 0px;
	height: 97px;
	text-indent: -9999px;
}


div#module-area{
	width: 204px;
	float: left;
}

div#entry-area{
	float: left;
	width: 461px;
	margin-top: 10px;
}

div#profile-area{
	float: right;
	width: 274px;
}

h2#description {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	width: 940px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	color: #A3AB91;

}

#copyright {
	font-size: 10px;
	text-align: right;
	padding: 0px;
	width: 940px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	color: #A3AB91;
}

/* navigation ------------------------------- */

#navigation {
	margin: 5px 0px 0px 30px;
	padding: 0px;
	list-style: none;
}

#navigation li{
	float: left;
	margin-right: 10px;
}



/* module ------------------------------- */

div.module {
	width: 188px;
	margin-left: 15px;
	margin-bottom: 30px;
}

div.module h2{
	width: 188px;
	margin: 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 8px;
	background-color: #A3AB91;
}

div.module ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 10px;
}

div.module p {
	font-size: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.calendar {
	margin-left: 20px;
}

table.calendar {
	margin-bottom: 10px;
}


.calendar th {
	font-size: 10px;
	font-weight: normal;
}

.calendar td {
	font-size: 10px;
	margin: 0px;
	padding: 0px;	
}

.calendar a{
	background: #D1D1B2;
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}

.calendar span{
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}

.calendar caption{
	font-size: 10px;
	color: #006600;
}



/* entry-area ------------------------------- */


#entry-area-inner {
	margin-left: 15px;
}

#entry-area h2 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#entry-area p {
	line-height: 1.7;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

.entry-body {
	margin-bottom: 40px;
}

/* profile-area ------------------------------- */

#profile-area {
	background: url(images/right_img_01.gif) no-repeat;
	padding-top: 194px;
}

#profile {
	padding-top: 15px;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #A3AB91;
	background-image: url(images/profile_header.gif);
	background-repeat: no-repeat;
}

#profile-inner {
	background: #A3AB91 url(images/profile_footer.gif) no-repeat bottom;
	padding-bottom: 10px;
}

#profile p{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.5;
}

#profile strong{
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;

}

#profile table{
	margin-right: 10px;
	margin-left: 10px;
}

#profile td{
	color: #FFFFFF;
	font-size: 10px;
}

#amazon {
	padding-top: 37px;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 40px;
	background-color: #373737;
	background-image: url(images/amazon_header.gif);
	background-repeat: no-repeat;
}

#amazon-inner {
	background: #373737 url(images/amazon_footer.gif) no-repeat bottom;
	padding-bottom: 10px;
}

#amazon-body {
	background: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

#amazon-body td {
	font-size: 12px;
}

#amazon-body a {
	font-weight: bold;
}

/* おすすめbooks ------------------------------- */

#books div#title {
	background: url(images/head_book_img.gif) no-repeat;
}

#books #entry-area {
	margin-left: 30px;
	width: 600px;
}
*html #books #entry-area {
	margin-left: 15px;
}

#books .img {
	width: 100px;
	margin-right: 20px;
	font-size: 10px;
	text-align: center;
	float: left;
}

#books .img img {
	margin-bottom: 10px;
}

#books .text{
	float: left;
	width: 475px;
}
*html #books .text{
	width: 465px;
}

#books .entry-body h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#books .author{
	color: #006600;
	margin-bottom: 10px;
	font-size: 12px;
}

#books .text p{
	margin: 0px;
	padding: 0px;
}

#books #amazon {
	background-image: url(images/blog_header.gif);
}

#books #amazon .body{
	margin: 20px 10px 10px;
}

#books #amazon .body h2{
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	margin: 0px 0px 5px;
	padding: 0px;
}

#books #lead {
	margin-right: 20px;
	margin-bottom: 20px;
}