@charset "utf-8";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	/*background-image:url(../images/page_border.png);*/
	font-size: 100.01%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #000;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 700px;
	border: none;
}

#wrapperAdmin {
	margin: 0px auto 0px auto;
	width: 800px;
	border: none;
}

#content {
	margin: auto;
	width: auto;
}

#content table.apply {
	border-top: 1px #B4B4B4 solid;
	border-left: 1px #B4B4B4 solid;
	margin: 0 0 0 5px;
	border-collapse: collapse;
	width: 580px;
}
#content table.apply th {
	padding: 5px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
	width: 200px;
}
#content table.apply th.block {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background-color: #DDDDDD;
	color: #48683E;
	width: 100px;
}

#content table.apply th.blockShort {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background-color: #DDDDDD;
	color: #48683E;
	width: 50px;
}

#content table.apply th.subBlock {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background: #CCCCCC;
	padding: 5px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 80%;
	width: 100px;
}
#content table.apply th.subBlock20 {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background: #CCCCCC;
	padding: 5px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	width: 300px;
}
#content table.apply td {
	padding: 5px 5px 3px 5px;
	vertical-align: top;
	width: 380px;
}
#content table.apply td.inputField {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background-color: #F3F3F3;
	width: 380px;
}
#content table.apply td.inputField20 {
	border-bottom: 1px #B4B4B4 solid;
	background-color: #F3F3F3;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size:90%;
	width: 160px;
}
#content table.apply td.inputField21 {
	border-bottom: 1px #B4B4B4 solid;
	border-right: 1px #B4B4B4 solid;
	background-color: #F3F3F3;
	padding-top: 10px;
	font-size:90%;
	width: 300px;
}
.select {
	border: 0;
	padding: 0;
}

#content table.apply td.inputField p.textLeft {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#content p.textLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}

#content div.blockLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}

#content div.blockRight {
	float: right;
	margin: 2px 0px 5px 3px;
	padding-left: 5px;
	width: 33px;
}

#content div.center {
	margin: 0 auto 0 auto;
}

#content div.buttonCenter {
	font-size: small;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#content div.buttonRight {
	font-size: small;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#content .navButtonGreen {
	color: #48683E;
	line-height: 120%;
	height: 30px;
}

#content .navButtonRed {
	color: #A61B20;
	line-height: 120%;
	height: 30px;
}

#content div.message {
	margin: 0 0 0 5px;
	width: 80%;
}

#content a img {
	border: none;
}

#content a img:hover {
	position: relative;
	top: 2px;
}

h1 {
	color: #666666;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: 5px solid #48683E;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 3px 0;
	height: 15px;
	text-indent: 3px;
}

h2 {
	color: #ffffff;
	background-color: #48683E;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 3px 0;
	height: 15px;
	text-indent: 3px;
}

h3 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: 2px solid #006600;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 3px 0;
	height: 15px;
	text-indent: 3px;
	width: 80%;
}

ul.info{
	list-style-type: disc;
	padding: 5px 0 3px 15px;
	margin: 5px 0 5px 10px;
}

br.height10 {
	line-height: 10px;
}

br.height15 {
	line-height: 15px;
}

br.height20 {
	line-height: 20px;
}

br.height25 {
	line-height: 25px;
}
#footer {
	background-image:url(../images/menu_bg.png);
	clear: right;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
	padding-top: 3px;
	height: 15px;
	font-size: 70%;
	font-family: Verdana, Helvetica, "ＭＳ ゴシック", "Osaka－等幅";
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover, #content a:focus{
	text-decoration: underline;
	color: #ffffff;
}

.errorMessage {
	color: #EC661B;
	font-weight: bold;
	border: 1px #EC661B solid;
	vertical-align: bottom;
}

.onTeedaError {
	background-color: #EC661B;
}