@charset "utf-8";
/*----------------------------
  CSS Kohno Document 2008.03

----------------------------*/

/* common setting
------------------------------------------------------------- */

/* ----------  reset default setting  ----------- */

* {
	margin:0;
	padding:0;
}

ul li, ol li { list-style-type: none; }
	
a {
	text-decoration: none;
	overflow: hidden;
	color: #000000;
	}
a:link { color:#000000; }
a:visited { color:#000000; }
a:hover { 
	color:#000000;
	}
	
img { border: none; }	
a img { border:none;}

table {	font-size: 12pt;}

hr { display: none; }

.wrap { zoom:1; clear:both;}
.wrap:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

.contentsBox { zoom:1; clear:both;}
.contentsBox:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

	
/* ----------  html,body and principal div ----------- */		
	
html {
	overflow-y: scroll;
	}
	
body {
	background: #ffffff;
	font-size: 12pt;
	text-align: left;
	color: #000000;
	}

div#Header,
div#Container,
div#Box,
div#Main,
div#Sub,
div#Footer{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	

			
	

/* Header
------------------------------------------------------------- */

#Header {
	position: static;
	margin: 0 0;
	width: 640px;
	height: 30px;
	text-align: left;
	}

/* h1 */
#Header h1 {
	background: none;
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height:16pt;
	text-indent: 0;
	font-size: 16pt;
	}
	
	
/* ----------  blog  ----------- */

#Header p.blog {
	display: none;
	}
	

/* ----------  contact  ----------- */

#Header p.contact {
	display: none;
	}

	
/* Navi included in Header
------------------------------------------------------------- */

/* ----------  gnavi  ----------- */

#Header #Navi{		
	display: none;
	}
	


/* Shadow
------------------------------------------------------------- */	

#Shadow {
	background: none;	
	width: 640px;
	margin: 0 auto;
	}	


/* Container
------------------------------------------------------------- */	

#Container {
	background: none;		
	width: 640px;
	}

 
/* ----------  pageTop  ----------- */

#Container p.pageTop {
	display: none;
	} 
 	

/* Main
------------------------------------------------------------- */	

#Box #Main {
	border-bottom: none;
	background: none;
	width: 640px;
	}

/* h2 */	
#Main h2 {
	border-bottom: none;
	margin-bottom: 10px;
	padding-left: 0;
	padding-bottom:12px;
	}
	
/* p.backtoindex for entry_detail.html  */	
#Main p.backtoIndex{
	display: none;
	}

	
/* ----------  contentsBox  ----------- */

#Main div.contentsBox {
	zoom:1;
	clear:both;
	padding-bottom: 30px;
	padding-right: 0;
	}
	
#Main div.contentsBox:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}	
	
/* common setting for contentsBox */

#Main div.contentsBox h3 {
	margin-bottom: 20px;
	margin-left: 8px;
	}
	
#Main div.contentsBox h3.text {
	background:none;
	height: auto;
	margin-bottom: 20px;
	margin-left: 8px;
	padding-left: 0;
	font-size: 16pt;
	line-height: 31px;
	}

#Main div.contentsBox h3.text a {
	color: #000000;
	text-decoration: none;
	}
	
#Main div.contentsBox h4 {
	margin-left: 17px;
	margin-bottom: 10px;
	font-size: 12pt;
	}
	
#Main div.contentsBox p {
	margin-bottom: 12pt;
	line-height: 1.5;
	}	

#Main div.contentsBox ul {
	margin-left: 17px;
	}		

#Main div.contentsBox ul li {
	margin-bottom: 6px;
	line-height: 1.5;
	}


/* dl.list */	
#Main div.contentsBox dl.list {
	zoom:1;
	clear:both;
	margin-left: 17px;
	margin-bottom: 5px;
	}
#Main div.contentsBox dl.list:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}
	
#Main div.contentsBox dl.list dt {
	float: left;
	clear: left;
	width: 8em;
	font-family: verdana, sans-serif;
	line-height: 1.5;	
	}

#Main div.contentsBox dl.list dd {
	float: left;
	width: 395px;
	line-height: 1.5;
	}

/* contentsNavi for archive_entry.html */				
#Main div.contentsBox ul.contentsNavi {
	display: none;
	}

		


/* Sub
------------------------------------------------------------- */	

#Sub {
	display: none;
	}



/* Footer
------------------------------------------------------------- */	

#Footer {
	display: none;
	}

/* Top
------------------------------------------------------------- */	

/* ----------  TopCase  ----------- */

#Main div#TopCase {
	display: none;
	}	

/* Print
------------------------------------------------------------- */	
	
/* ----------  Main  ----------- */

#Print #Container {
	background: none;
	padding-top: 0;
	}
	
#Print #Container h2 {
	display: none;
	}	

#Print #Container div.contentsBox {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	}

#Print #Container div.contentsBox h3 {
	margin-bottom: 20px;
	margin-left: 8px;
	}

#Print #Container div.contentsBox img.map {
	margin-left: 8px;
	margin-bottom: 15px;
	}
	
#Print #Container div.contentsBox table {
	margin-left: 8px;
	}	
	
#Print #Container div.contentsBox table td {
	vertical-align: top;
	line-height: 1.5;
	font-size: 11pt;
	}	
	
#Print #Container div.contentsBox table td.address {
	width: auto;
	padding-right: 50px;
	}
	
#Print #Container div.contentsBox ul {
	}	

#Print #Container div.contentsBox ul li {
	background: none;
	margin-bottom: 5px;	
	padding-left: 0;
	}



/* --------------------  end  -------------------- */


	
