/* CSS Document */

@charset "utf-8";

/*
	Site Name: 
	Description: style import
	Version: 
	Author: 
*/

/* Set Base Style
----------------------------------------- */

@import url("default.css"); 
@import "layout.css";
@import "module.css";


/* Style for MacIE 5.x 
------------------------------------------*/
/*for MacIE5*/
/*\*//*/
  @import "ie5m.css";
/**/

body {
	background-image: none;
	background-color: #FFFFFF;
}

ul.contact,

div#footer,
ol#topicpath,
ul.category,
ul.menu,
p.company,
div#content h2,
ul.pageswitch,
div.entry-body ul.contact{
	display: none;
}

div#header{
	padding-bottom: 15px;
}

div#header h1{
	text-indent: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

div#header h1 a{
	text-decoration: none;
}

div.entry-bodies2{
	clear: both;
}

div.entry-bodies2 table{
	font-size: 70%;
}

div#content h3{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	background-image: none;
	background-color: #FFFFFF;
}

div#content h4{
	page-break-before: always;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	background-image: none;
	background-color: #FFFFFF;
}

#kaitori div#content h4{
	page-break-before: auto;
}

div.entry-bodies2 table th{
	background-color: #EFEFEF;
}