@charset "Shift_JIS";
/*
colorset:
	grey_dark:#AEAEAE;
	grey_light:#EBEBEB;
	background:#CCCCCC;
	red:#CC0000;
	text:#333333;
	grey60:#666666
	grey50:#808080
	grey40:#999999
	grey33:#AAAAAA
	grey30:#B3B3B3
	grey20:#CCCCCC
	grey15:#D9D9D9
	grey10:#E6E6E6
*/

  
/*
/////////////////////////////////////////////////////
default
///////////////////////////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.6em;
}

body {
	color: #333333;
	background: #CCCCCC url(/kaizen/_img/bg_body.jpg) repeat-x;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	color: #777777;
	text-decoration: underline;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/*
----------------------------------------------------------
[LAYOUT]
----------------------------------------------------------*/
#main {
	margin: 0px;
	width: 910px;
	background: #FFFFFF url(/kaizen/_img/bg_main.gif) repeat-y;
}

#page {
	margin: 0px;
	width: 910px;
	text-align: left;
	background: url(/kaizen/_img/bg_page2011.gif) no-repeat;
}

#home {
	margin: 0px;
	width: 910px;
	text-align: left;
	background: url(/kaizen/_img/bg_home.gif) no-repeat;
}

#contents {
	padding-top: 35px; padding-left: 40px; padding-right: 40px;
}

#footer {
	margin: 0px;
	width: 910px;
	background: url(/kaizen/_img/bg_footer.gif) no-repeat;
}

/*
----------------------------------------------------------
[STYLE]
----------------------------------------------------------*/
p {
	margin: 5px 0px 10px 0px;
}

#contents>p {
	margin-left: 20px; padding-right: 20px;
}

#contents>table {
	margin-left: 20px; padding-right: 20px;
}

h1 {
	padding-top: 10px; padding-left: 35px;
	font-size: 25px;
	font-weight: bold;
	background: url(/kaizen/_img/yubi.gif) no-repeat bottom left;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
}

div.pb h1 {
	padding: 0px; padding-bottom: 5px;
	font-size: 14pt;
	background: #FFFFFF;
	border-bottom: 2px solid #999999;
}

h2 {
	border-left: 2px solid #DC0505;
	border-bottom: 1px dotted #666666;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0.5em;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;	
}

hr {
	border: 0px;
	border-bottom: 1px dotted #666666;
	height: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px 0px 0px 1.2em;
	padding: 0px;
}

li {
	margin: 5px 0px 10px 0px;
}

td {
	margin: 5px 0px 10px 0px;
	vertical-align: top;
}

strong {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
}

em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #D9D9D9;
}

.b {
	font-weight: bold;
}

.note {
	color: #666666;
	font-size: 8pt;
}

.box {
	border: 1px solid #B3B3B3;
	background-color: #E6E6E6;
	margin:15px 10px 15px 10px;
	padding: 10px;
}

/*
----------------------------------------------------------
[PUBLIC] *080606 Nagasawa adding
----------------------------------------------------------*/

span.id {

	color:#000000;
	display:block;
	font-size:9pt;
	font-weight: bolder;

}

span.title {

	color:#CC0000;
	font-size: 9pt;

}

table.schedule {

	border:1px solid #999999;
	border-collapse:collapse;
	width:500px;
	margin-left:60px;

}

table.schedule td {

	border-bottom:1px dotted #999999;
	padding:5px;

}

table.schedule td.left {

	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	width:15%;

}

/* ---------------------------------------------------
[ public list/ detail ]080607 N adding
-------------------------------------------------------- */

table.pub-list {

	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-collapse:collapse;
	width:100%;

}

table.pub-list thead {

	background:#E8E8E8;
	font-weight:bolder;
	text-align:center;

}

table.pub-list thead td {

	background:#CC0000;
	color:#ffffff;
	border:1px solid #000000;
	padding:4px 0px;

}

table.pub-list td {

	border-bottom:1px dotted #999999;

}

table.pub-list td.one {

	border-left:1px solid #000000;
	border-right:1px dotted #999999;
	font-size:140%;
	font-style:none;
	font-weight:bolder;
	padding:0px;
	text-align:center;
	width:10%;

}

table.pub-list td.two {


	padding-left:10px;
	width:90%;

}

table.pub-list td.two a {

	font-size:140%;

}

h2 a {

	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;
}

h2 a:hover {

	text-decoration:none;

}

/*
----------------------------------------------------------
[REGISTR] *080609 I adding
----------------------------------------------------------*/
table.registr {
}

table.registr td {
	margin-bottom: 8px;
}


/*
----------------------------------------------------------
[PHOTO-GALLERY] *080727 N adding
----------------------------------------------------------*/

div.p-g-box {

	text-align:center;

}

div.img-box {

	display:inline;
	float:left;
	margin-bottom:14px;

}

a.p-g img {

	border:1px #888888 solid;
	padding:4px;

}

a.p-g img:hover {

	border:3px #CC0000 solid;
	padding:2px;

}
/*
----------------------------------------------------------
[REPORT] *081012 N adding
----------------------------------------------------------*/

table.report_index {

	border-collapse:collapse;
	border:1px #000000 solid;
	width:570px;

}

td.col_small {

	border-bottom:1px #000000 dotted;
	padding-left:0.5em;
	width:4.5em;

	}

td.col_big {

	border-bottom:1px #000000 dotted;
	border-left:1px #000000 dotted;
	color: #333333;
	padding-left:0.5em;
	text-decoration:none;

}


td.col_3 {

	font-size:115%;
	padding:4px 0px 4px 1em;

}


table.report_index td.col_3 a {

	font-size:110%;
	font-weight:bolder;
	text-decoration:none;

}

table.report_index td.col_3 a img {

	position:relative;
	top:-0.8em;

}

/* 090514 N adding */

.paginate table td {
	padding: 5px 10px;
	border: 1px #888888 dotted ;
}

.paginate table td.active {
	border: 1px #cc0000 solid ;
	background: #cc0000;
	color: #ffffff;
}

td.page {
	border: none;
}

.child1, .child2, .child3 { 
	display: none;
 }

.sub dl dt, .sub dl dd { padding: 0 10px 0 0; }

/* 090628 N adding */

dd#kaizenSaku { position: relative; }

img#yubi { 
	position: absolute;
	top: 0px;
	/* right: 3px; */
	/* left: 16px; */
	left:5px;
 }

td#contents { width: 605px !important; }

td.sub { width: 215px !important; }
