@charset "utf-8";
/*ASPaccessanalyzer css 2008/04/27*/

*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#145CAE;
}
a:visited{
	color:#145CAE;
}
body {
	text-align: center;
	margin:0px; 
	padding:0px;
	font-size:75%;
	color:#333333;
	line-height:1.6;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	background:url(./img/bodyback.jpg) repeat-x #B5DFF8;
}

img{
	border:0;
	vertical-align:middle;
}

h1{	
	font-size:10pt;
	padding-left:5px;
	font-weight:normal;
}
h1 a{
	color:#145CAE;
}

h2{
	clear:both;
	color:#2054A7;
	font-size:18pt;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	background-color:#ffffff;
}
.eng{
	font-size:7pt;
	letter-spacing:0;
	line-height:1.1;
	color:#aaaaaa;
}
#header{
	text-align:left;
	width:1000px;
	
	border:1px solid #cccccc;
	
}
#cominfo{
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
}

#cominfo table{
	
	border-top:1px solid #cccccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-size:9pt;
	width:auto;
	
}
#cominfo th{
	vertical-align:text-middle;
	border-top:none;
	border-bottom:1px solid #cccccc;
	border-right:none;
	background-color:#f3f3f3;
	padding-right:10px;
	padding-top:5px;
	width:150px;
	letter-spacing:2pt;
	text-align:right;
	font-size:9pt;
	font-weight:normal;
	color:#666;
}
#cominfo td{

	border-top:none;
	border-bottom:1px solid #cccccc;
	border-left:none;
	border-right:none;
	padding:10px;
	width:380px;
	text-align:left;
	font-size:9pt;
	line-height:1.4;
}
#cominfo ul{
	list-style:none;
}
#cominfo li{
	padding:2px;
	
}

#menu{
	width:100%;
	height: 65px;
	text-align: left;
	background-color:#005A31;
	background:url(./img/header_back.jpg);
	padding-top:5px;
	
}





#contents{
	clear:both;
	width:100%;
	background:url(./img/contentsback.jpg) center top no-repeat;
	text-align:center;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding-top:15px;
}

#main{
	clear:both;

	height:60px;
	text-align:left;
}
#date{
	float:left;
	padding:5px;
	padding-left:10px;
}
#logout{
	float:right;
	padding:5px;
	padding-right:10px;
}

#body{
	clear:both;
	width:100%;
	
	text-align:left;
	background-color:#ffffff;
	background:url(./img/bodyback_seq.jpg) repeat-y center;
}


.textright{
	text-align:right;
	font-weight:bold;
}
.textleft{
	text-align:left;
	font-weight:bold;
}

#close{
	clear:both;
	background:url(./img/bodyback_under.jpg) center bottom no-repeat;
	height:40px;
	width:1000px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#footer{
	clear:both;
	width:100%;
	height:100px;
	border:1px solid #cccccc;
	color:#666666;
	text-align:center;
	vertical-align:middle;
	border-top:5px solid #cccccc;
	background-color:#efefef;
}

.circlegraph{
	
	border:1px solid #cccccc;
	margin-bottom:10px;
}
h3{
	clear:both;
	font-size:9pt;
	text-align:left;
	border-left:5px solid #145CAE;
	border-bottom:1px solid #cccccc;
	margin-right:2px;
	margin-bottom:5px;
	padding:10px 0 0 5px;
	height:30px;
	vertical-align:middle;
	background:url(./img/h3_back.jpg) repeat-x left center;
}

form{
	margin:0px;
}


.itext{
	margin:2px 8px 2px 8px;
	padding:2px;
	border:1px solid #aaaaaa;
	width:200px;
	background-color:#efefef;
}


.ibutton{
	vertical-align:middle;
	margin:0 5px 5px 5px;
	padding:2px;
	border:1px solid #666666;
	width:165px;
	color:#ffffff;
	letter-spacing:2px;
	background:url(./img/button_back.jpg);
}
p{
	text-align:left;
	margin-left:10px;
	padding:5px;
	line-height:1.6;
	font-size:9pt;
}


select{
	border:1px solid #666666;
	background-color:#efefef;
	font-size:8pt;
	vertical-align:middle;
	margin:5px;
	padding:0;
}
option{
	padding:0 5px 0 5px;
}




.silver{
	background-color:#efefef;
}
.yellow{
	background-color:#FFCC33;
}
.blue{
	color:#145CAE;
}
.red{
	color:#FF0000;
}
.gray{
	background-color:#CCCCCC;
}
.icheck{
	vertical-align:middle;
	border:1px solid #aaaaaa;
	width:25px;
	height:25px;
	margin:5px;
	background-color:#efefef;
}

#page_right strong{
	padding-right:5px;
}


#body td{
	font-size:9pt;
}


textarea{
	border:1px solid #aaaaaa;
	background-color:#efefef;
	padding:5px;
	font-size:9pt;
	margin:5px;
	width:500px;
}



h5,h6{
	font-size:9pt;
	padding:5px;
}

#inquiry{
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
}

#inquiry table{
	
	border-top:1px solid #cccccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-size:9pt;
	width:auto;
	
}
#inquiry th{
	border-top:none;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #cccccc;
	border-right:none;
	background-color:#f3f3f3;
	padding-right:10px;
	width:180px;
	text-align:right;
	font-size:9pt;
	font-weight:normal;
}
#inquiry td{

	border-top:none;
	border-bottom:1px solid #cccccc;
	border-left:none;
	border-right:none;
	padding:10px;
	width:620px;
	text-align:left;
	font-size:9pt;
	background-color:#ffffff;
	
}
#inquiry ul{
	list-style:none;
}
#inquiry li{
	
	
	padding:2px;
	
	
}