@charset "utf-8";
/* CSS Document */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body,form,input,select,textarea {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
table {
	border-collapse:collapse;
}

div#hdrArea {
	height:50px;
	width:100%;
	margin:0;
	white-space:nowrap;
}
div#hdrLogo {
	width:500px;
	height:50px;
	margin:0;
	background-image:url(../../gaspr/img/template/hdr.png);
	background-repeat:no-repeat;
	color:rgb(255,255,255);
	float:left;
}
div#hdrTxt {
	width:auto;
	height:50px;
	position:absolute;
	right:0;
	float:right;
	text-align:right;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
	color:rgb(119,119,119);
}

div#hdrTxt a {
	margin:0 3px;
	padding:2px 5px;
	border:1px solid rgb(66,66,66);
	color:rgb(255,255,255);
	background-color:rgb(119,119,119);
	font-size: 18px;
	font-weight: bold;
}
div#hdrTxt a:active, div#hdrTxt a:hover {
	background-color:rgb(224,0,0);
}

div#line p{
	margin:0;
	padding:0;
}


#main, #main p{
	font-size:14px;
	line-height:22px;
}
#main input, #main textarea, #main select {
	font-size:14px;
	padding:2px ;
}

#main a.btn {
	margin:1px 0;
	padding:2px 7px;
	border-width:2px;
	border-style:solid;
	border-color:rgb(230,230,230) rgb(100,100,100) rgb(100,100,100) rgb(230,230,230);
	text-decoration:none;
	background-image:url(../../gasp/img/btn1.png);
	background-repeat:repeat-x;
	background-position:center;
	color:rgb(31,31,31);
	overflow:visible;
	font-size: 16px;
	font-weight: bold;
}
#main a.btn:active, #main a.btn:hover {
	background-image:url(../../gasp/img/btn2.png);
	border-color:rgb(255,220,60) rgb(200,160,40) rgb(200,160,40) rgb(255,220,60);
}
#main .btnEdit {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

#main p.subMenu {
	width:100%;
	margin:0;
	padding:3px 0;
	font-size:12px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:1px solid rgb(64,64,64);
	background-image:url(../../gasp/img/submenu.png);
	background-repeat:repeat-x;
	text-align:right;
	clear:both;
}
#main  p.subMenu a {
	margin:2px;
	padding:3px 4px;
	color:rgb(67,67,67);
	border-style:solid;
	border-width:1px;
	border-color:rgb(4,90,98) rgb(73,180,188) rgb(73,180,188) rgb(4,90,98);
	background:rgb(162, 208, 224);
}
#main p.subMenu a:active, #main p.subMenu a:hover {
	color:rgb(4,90,98);
	border-color:rgb(73,180,188) rgb(4,90,98) rgb(4,90,98) rgb(73,180,188);
}

#main p.sysMenu {
	height:28px;
	margin:3px 0;
	padding:8px 20px 0;
	background-color:rgb(0,60,230);
	border-bottom:2px solid rgb(0,0,160);
	text-align:right;
	color:rgb(255,255,255);
}

#main p.sysMenu a {
	background-color:rgb(192,255,96);
	margin:2px;
	padding:5px;
	border:1px solid rgb(0,127,0);
	color:rgb(0,127,0);
}

#main p.sysMenu a:active, #main p.sysMenu a:hover {
	background-color:rgb(255,255,96);
}

#main h1 {
	height:24px;
	margin:7px 0 0;
	padding:4px 0 0 30px;
	background-image:url(../../gaspr/img/default/h1.png);
	background-repeat:no-repeat;
	font-size:18px;
	line-height:20px;
	color:rgb(204,51,0);
	white-space:nowrap;
}

#main h2 {
	height:22px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background-image:url(../../gasp/img/h2.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#333333;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

#main h3 {
	height:20px;
	margin:5px 0;
	padding:2px 0 0 48px;
	background-image:url(../../gasp/img/h3.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	clear:both;
}
#main ul {
	margin:0 0 0 48px;
	padding:0;
}
#main ul li {
	margin:0;
	padding:0;
}
#main table{
}
#main th, #main td {
	padding:7px 7px 2px;
	border-bottom:1px dashed rgb(192,192,192);
}
#main th {
	vertical-align:top;
	font-weight:normal;
	background-color:rgb(255,255,244);
}
#main th.Count {
	font-size: 18px;
	font-weight: bold;
}
#main sup{
	color:rgb(224,0,0);
}
#main .submitButton {
	height:30px;
	overflow:hidden;
	margin:2px 0;
	padding:6px 0 0 96px;
	background-image:url(../../gasp/img/sbmt.png);
	background-repeat:no-repeat;
	border:2px solid rgb(224,0,0);
}


#ftr {
	width:100%;
	height:50px;
	margin:0;
	padding:10px 0 0 0;
	border-top:1px solid rgb(197,197,197);
	font-size:10px;
	text-align:center;
	white-space:nowrap;
	background-color:rgb(255,255,255);
	color:rgb(119,119,119);
}

#main .ankenName {
	font-size:23px;
	margin:20px 0px 0px 0px ;
}
