@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
	2007/3/8
	hirose
 --------------------------------------------------- */
@charset "Shift_JIS";

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}

/* link */
a:link {color:#36c;text-decoration:underline;}
a:visited {color:#c33;text-decoration:underline;}
a:hover {color:#0cf;text-decoration:underline; }
	
body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(image/main/background.jpg) repeat left top;
	line-height:150%;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	}
#wrapper {
	margin-right: auto;
	margin-left: auto;
}

	
h4 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	background:none;
	border-left:6px solid #3A84FF;
	margin:10px 0 5px 0;
	padding:0 0 0 3px;
	}

div.sheet-c,
div.sheet-l {
	padding-top:5px;
	padding-bottom:10px;
	width:99%;
	}
	
div.sheet-none table{
	font:12px "lr oSVbN", Osaka;
	}
	
div.sheet-none td{
	padding:4px;
	}

div.sheet-c table,
div.sheet-l table{
	border-collapse:collapse;
	border:1px solid #ddd;
	border-spacing:0;
	empty-cells:show;
	background:url(tbl-bg-01.jpg) repeat-y right top;
	height:100%;
	font-family: "lr oSVbN", Osaka;
	font-size: 12px;
	}

div.sheet-c th,
div.sheet-l th{
	padding:1px;
	border:1px solid #ddd;
	background:	#fff;
	font-weight:normal;
	text-align:center;
	}

div.sheet-c td,
div.sheet-l td{
	padding:2px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px dotted #ddd;
	text-align:center;
	}

div.sheet-l table,
div.sheet-l th,
div.sheet-l td{
	text-align:left;
	height:100%;

	}
	
div.tbl-box {
	border:#7d7d7d 1px solid;
	padding:1px;
	}
	
div.tbl-box3 {
	border:#7d7d7d 1px solid;
	padding:1px;
	}

	
div.sheet-c .th-type01,
div.sheet-l .th-type01 {
	padding:2px;
	background:	#f0f0f0;
	}
	
div.sheet-c .th-type02,
div.sheet-l .th-type02 {
	padding:5px;
	background:	#f0f0f0;
	}
	
div.sheet-c .td-type01,
div.sheet-l .td-type01 {
	background:	#f3f3f3;
	text-align:center;
	border:#ddd 1px solid;
	height:100%;
	}
	
div.sheet-c .td-type02,
div.sheet-l .td-type02 {
	background:	#fcc;
	text-align:center;
	border:#ddd 1px solid;
	}

div.sheet-l td.td-left,
div.sheet-c td.td-left,
div.sheet-c th.th-left{
	text-align:left;
	padding-left:10px;
	}
	
div.sheet-l td.solid-line,
div.sheet-c td.solid-line{
	border-bottom:1px solid #ddd;
	}
	
.tbl-box2 table td,
.tbl-box3 table td{
	line-height:180%;
	}
	
/* top */
div.sheet-c table td.txt-right {
	text-align:right;
	}
