@import url(IE.css) not all;

.style1 {
font-size: x-small;
}

.style4, .style4 a {
font-size: 12px; font-weight: bold; color: #990000; line-height:110%;
}

.style4 a:hover {
color: #999999;
}

body, html
{
	background-color: #fff;
	font-size: 10pt;
	line-height: 150%;
	color: #333;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

a:link{
	text-decoration: none;
}
a:active{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}

.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#main {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

#box {
	margin-right: auto;
	margin-left: auto;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 700px;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 630px;
}

#header-content {
	width: 420px;
	margin: 0px;
	float: left;
}

#header-navi {
	float: right;
	width: 210px;
	padding: 0px;
}

#header-logo {
	padding: 0px;
	float: right;
	width: 210px;
}

#header-month {
	padding: 0px;
	float: left;
	width: 210px;
}

h1 {
	text-align: center;
}

.menu h2 {
	font-size: small;
}

.contents h2 {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	padding: 5px; 
	font-size: large;
	margin-bottom: 5px;
}

h3.item {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
}

.itembody {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 0px;
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}

.leftbox {
	float: left;
	padding-right: 5px;
}

.rightbox {
	float: right;
	padding-left: 5px;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}

.contents {
	width: 410px;
	float: right;
	padding: 0px;
}

.menu {
	color: #777;
	font-size: small;
	float: left;
	width: 200px;
}

#fsearch {
	FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", HiraMaruPro-W4, Osaka, "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	height: 17px;
	width: 135px;
	border: 1px solid #999999;
}


textarea {
	FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", HiraMaruPro-W4, Osaka, "Trebuchet MS", verdana, arial, sans-serif;
}
.booktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #064B5C;
	line-height: normal;
}
.bookinfo {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 140%;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.bookpic {
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #CCCCCC;
	border-bottom-color: #C1C1C1;
	border-left-color: #E6E6E6;
	padding: 0px;
	margin: 0px 15px 15px 0px;
width:105px;
}
input {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.tips {
	text-align: left;
	font-size: 10pt;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	background-image: url(tips.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.tips a:link{
	color: #990000;
}