@charset "UTF-8";


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.left{float:left;}
.right{float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{ display:inline-table; }
/* mac os \*/
* html .clearfix{ height 1%; }
*+html .clearfix{ height 1%; }
.clearfix{ display:block; }
/**/


.fsiz_s{
	font-size: 14px;
}

a{
	color: black;
	outline: none;
}

b{
	font-weight: bold;
}


#index{
	overflow: hidden;
}


/* header menu */

#header{
	position: absolute;
	width: 300px;
	height: 500px;
	margin: 33px 0 0 20px;
	padding: 0;
	left: 0; top: 0;
	z-index: 10;
}

#header #titleanddate{
	position: absolute;
	text-indent: -10000px;
	width: 24px;
	height: 271px;
	left: 0; top: 0;
	background-image: url( img/title.png );
} 

#header #menu{
	margin: 0 0 0 48px;
	line-height: 40px;
	overflow: hidden;
} 



#header li a{
	color: #ccc;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 0.3em;
}

#header li a:hover{
	color: #000;
	border-bottom: 3px #000 solid; 
}


#header li a.active{
	color: #000;
}






#book{
	position: fixed;
	width: 100%;
	height: 100%;
}

#book .post .postbody{
	position: relative;
	margin: 40px 0 0 360px;
	width: 960px; height: 708px;
}

#book .post .postbody h2{
  font-size: 24px;
}

#book .post .postbody h2.min{
  font-size: 18px;
  line-height: 2.5em;
}


#book .post .postbody h3{
	margin: 47px 0 0 0;
	font-size: 26px;
	letter-spacing: 0.1em;
}

#book #kekka.post .postbody .setsumei{
  margin: 20px 0 0 0;
}


#book .post .postbody .setsumei{
	width: 420px;
	font-size: 14px;
	margin: 60px 0 0 0;
}

#book .post .postbody .setsumei .profile{
	font-size: 12px;
	margin: 0 0 14px 0;
}
#book .post .postbody .setsumei .honbun{
	line-height: 1.75em;
}


#book .post .postbody dl {
 width:390px;
}
#book .post .postbody dt {
 float:left;
 width:100px;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
}
#book .post .postbody dd {
 width:260px;
 margin-left:100px;
 padding:5px 5px 5px 10px;
}

#social{
	margin-top: 2em;
}


#gmap {
	margin: 20px 0 0 0;
}


.sakka{
	margin-top: 40px;
}