@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFF;
	color:#333;
	font-family:sans-serif;
	text-align:center;
}

img, table, th, td {
	border:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#wrap {
	margin:0 auto;
	text-align:left;
	width: 100%;
}

textarea,select,input {
font-family:sans-serif;
}

textarea {
 font-size:12px;
}

hr {
	display:none;
}

a {
	color:#006699;
	text-decoration:none;
}

a:link {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#006699;
	text-decoration:underline;
}

#contents li img {
	background-color:transparent;
	text-decoration:none;
}

#contents a img {
	background-color:transparent;
}

img.icon {
	vertical-align:middle;
}

#contents p {
	line-height:140%;
	margin:0;
	padding:0 0 5px 0;
}






/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */








/* br clear */
br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}
br.clear_all {
	clear:both;
	line-height:0px;
}



/* main */

#main {
	clear:both;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* contents */

#contents {
	float:right;
	padding-bottom:0px;
	width: 100%;
}

/* except IE7 */
html>/**/body #leftNavi ul li a span { 
	display:block;
}
/* except IE7 */

#contents div.closeButton {
text-align:right;
padding-top:5px;
width:970px;
}



#contents table.table01 {
	border-top:#666 2px solid;
	border-left:#666 2px solid;
}

#contents table.table01 th, #contents table.table01 td {
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	line-height:140%;
	padding:3px 6px;
	text-align:left;
	vertical-align:top;
}

#contents table.table01 th {
	background-color:#A9C732;
	text-align:center;
	vertical-align:center;
	white-space: nowrap; 
}

#contents table.table01 th.gry {
	background-color:#EDEDED;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

#contents table.table01 th.white {
	background-color:#FFF;
}


#contents table.table01 td {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:top;
}

#contents table.table01 td.noLine {
	border-bottom:none;
}
#contents table.table01 tr.nom td,#contents table.table01 tr.nom th {
	 border-bottom:#666 3px double;
	 border-right:#666 1px solid;
}

#contents table.table01 th.bottomlineB, #contents table.table01 td.bottomlineB {
	border-right:#666 1px solid;
	border-bottom:#666 2px solid;
}

#contents table.table01 th.rightLastB, #contents table.table01 td.rightLastB {
	border-right:#666 2px solid;
	border-bottom:#666 1px solid;
}

#contents table.table01 th.bottomLastB, #contents table.table01 td.bottomLastB {
	border-right:#666 1px solid;
	border-bottom:#666 2px solid;
}

#contents table.table01 td.LastB {
	border-right:#666 2px solid;
	border-bottom:#666 2px solid;
}

#contents table.table01 td.LastB2 {
	border-right:#666 2px solid;
	 border-bottom:#666 3px double;
}

#contents table.table01 td.left {
font-size:10px;
text-align:left;
}

#contents table.table01 img.middle {
vertical-align:middle;
}
