@charset "Shift_JIS";
@import "common.css";
@import "content.css";

/* hidden */
#content .leftArea {
	display: none;
	visibility: hidden;
}

#dirlist {	margin-left: 10px;}
#content .mainArea {
	float: none;
	width: 780px;
}
#content .section {
	width: 750px;
}
#content .section .submain {
	width: 545px;
	float: left;
}

#content .section .sub {
	padding-top: 12px;
	width: 200px;
	float: right;
	background-image: url("../images/submenu_bg.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
}
.sub #subMenu {
	list-style-type: none;
	margin-bottom: 8px;
}
.sub #subMenu li {
	line-height: 0;
}
/* for IE */
*+html .sub #subMenu li {margin-bottom: -3px;}
* html .sub #subMenu li {
margin-bottom: -3px;
/* mac IE Only \*//*/
margin-bottom: 0; 
/**/
}
/* --- */

.sub h3 {
	margin: 0 auto;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left top;
	color:#fff;
	font-size: 0.9em;
	text-align: left;
	text-indent: 2px;
width: 174px;
	background-image: url("../images/smenu_bg.gif");
	background-color: #103938;
}
.sub h3 .title {
	display: block;
	background-image: url("../images/smenu_head.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
.sub h3 .title strong {
	border-left: 4px solid #5FD8D8;
	padding-left: 4px;
	font-weight: normal;
}


/* Header */

/* content */
.section .newsArea {
	margin-left: 10px;
}
.section table.subjectTable {
	margin: 10px 0 10px 10px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 520px;
}
.section table.subjectTable th {
	padding: 2px;
	border: 1px solid #666;
	font-size: 0.9em;
	text-align: center;
	background-color: #eee;
}
.section table.subjectTable td {
	padding: 1px 4px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	vertical-align: top;
	background-color: #fff4ee;
}
.section table.subjectTable tr.colored td {
	background-color: #fff7f4
}


.section .lineOn {
margin-top: 20px;
padding-top: 10px;
border-top: 1px dotted #ccc; }

.section .bgred {	background-color: #fdd;}
.section .bggray {	background-color: #ddd;}
.section .colred {	color: #c30;}

.section .borderOn {
	padding: 4px;
	border: 1px solid #69c;
}


.hideitem { visibility: hidden; }

/* ----- for print ----- */
@media print {
#content .mainArea {width: 650px; }
#content .section {	width: 640px;}
#content .mainArea * {	margin-left: 0; }
.section .blockR {	margin-left: 10px; 	float: left; }
.section h3.title {	background-image: url("../images/pagetitle_bg2.gif");	width: 640px;}

.section .blockR {	padding-left: 10px; 	float: left; }
.section h3.title {	width: 640px;}
}
