@charset "shift_jis";

/* set
-------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", 'Hiragino Kaku Gothic Pro', "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
	color:#333333;
	background-color:#E5E5DA;
}

div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

p{
	font-size: 0.75em;
}

img {
	border: 0px;
}

/* Normal links */
a:link{
	color: #003366;
	text-decoration:underline;
}

a:visited{
	color: #003366;
	text-decoration:underline;
}

a:hover{
	color: #3399CC;
	text-decoration:none;
}

a:active{
	color: #3399CC;
	text-decoration:underline;
}

#container {
	width: 780px;
	text-align:left;
	background: #ffffff;
}

#summary h3,
#author h3,
#apply h3 {
	font-size: 1em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #999900;
	line-height: 200%;
	padding-left: 10px;
	background: #d3d2c7;
	margin: 30px 0 10px 5px;
}

#summary h4.midashi,
#apply h4.midashi{
	font-size: 0.9em;
	color : #336699;
	border-bottom: 2px dotted #cccccc;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

/* header
-------------------------------*/
#header {
	width: 780px;
	padding-top: 10px;
	margin-bottom: 20px;
}

p#home {
	text-align: right;
	margin-bottom: 5px;
}

#header p img {
	border-top: 5px solid #cccccc;
}

/* contents
-------------------------------*/
#contents {
	width: 780px;
	height: 250px;
}

#days {
	width: 500px;
	float: left;
	/*background: #cccccc;*/
}

#days h2 {
	font-size: 1em;
	color: #003366;
	margin-left: 20px;
	margin-bottom: 5px;
}

#days table {
	width: 450px;
	font-size: 0.95em;
	line-height: 1.4;
	margin: 0 0 10px 20px;
	border-top:1px solid #ccc;
	/*background: #00ffcc;*/
}

#days table th {
	width: 70px;
	font-size: 1em;
	text-align: center;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #ccc;
	/*background: #cccccc;*/
}

#days table td {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #ccc;
}

p .present {
	margin-left: 15px;
}

#book {
	width: 280px;
	float: left;
}

#front {
	width: 130px;
	float: left;
}

#details {
	width: 140px;
	float: right;
	font-size: 1.1em;
	line-height: 1.4;
	padding-top: 5px;
	padding-right: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.book_title {
	font-weight: bold;
}

.book_sub {
	font-size: 0.9em;
}

.change {
	font-size: 1.1em;
	line-height: 2;
}

#copy {
	clear: both;
	font-size: 1.1em;
	line-height: 1.3;
	padding-top: 5px;
	padding-right: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* summary
-------------------------------*/
#summary {
	width: 780px;
	clear: both;
}

#summary p {
	margin: 0 10px 0 15px;
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

#summary ul li {
	margin-left: 30px;
	line-height: 1.5;
	/*list-style-type: none;*/
}

/* author
-------------------------------*/
#author {
	width: 780px;
}

.name {
	font-size: 1em;
	font-weight: bold;
}

#author p {
	margin: 0 10px 0 15px;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* apply
-------------------------------*/

#apply {
	width: 780px;
}

#apply p {
	margin: 0 10px 0 15px;
	font-size: 1em;
	line-height: 1.5;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

#apply ul {
	margin: 0 30px 0 30px;
}

#apply li {
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 0.88em;
}

#apply li.typeno {
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#apply table {
	border: 1px solid #ccc;
}

#apply td {
	padding: 3px 3px 3px 5px;
}

/* footer
-------------------------------*/
#footer {
	width: 780px;
	height: 40px;
	background: url(../img/footer.gif) repeat-x;
}

#footer address {
	font-size: 0.8em;
	font-style: normal;
	padding: 5px 5px 0 0;
	color: #fff;
	text-align: right;
	line-height: 1.4;
}

 /* pagetop
-------------------*/

#page_top {
	font-size: 77%;
	padding: 5px 0 5px 5px;
	text-align: right;
}

#page_top a {
	color: #333;
}

