/*-----[Reset -----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,object,p,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td{
	text-align:left;
	vertical-align:top;
}
img { 
	border:0;
}
em,strong {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

body,div,p,blockquote,h1,h2,h3,h4,h5,h6,li,dt,dd,pre,form,textarea,input,td,th,adress {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:140%;
}
/*-----  Reset]  -----*/
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align:center;
	margin-top:0px;
	color:#333333;
	background-color:#FFFFEE;
}
#contents{
	width:750px;
	text-align:left;
	margin:0 auto 10px;
	border:solid 1px #CCCCCC;
	/* background-color:#EBE7DE; Ver1*/
	background-color:#ffffff;
}
h1{
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#660000;
	margin-top:10px;
}
h2{
	text-align:center;
	font-size:1.0em;
	font-weight:bold;
	background-color:#FFEFC5;
	width:693px;
	margin:10px auto 0;
	border:1px solid #cccccc;
	color:#42280C;
	padding-top:5px;
	padding-bottom:5px;
}
textarea {
	font-size:1.0em;
}
.form_area{
	text-align:center;
	padding:10px;
}
.form_area .text{
	text-align:left;
	font-size:1.0em;
	padding:10px;
	width:600px;
	margin:0 50px;
}
#contents table.inputTable {
	margin:0 auto 20px;
	width:700px;
	font-size:0.8em;
	border-collapse:separate;
	border-spacing:3px;
}
#contents table.inputTable input {
	height:1.2em;
	vertical-align:middle;
	margin-right:0.6em;
	margin-left:0.6em;
	line-height:100%;
}
#contents table.inputTable textarea {
	line-height:100%;
	margin-right:0.6em;
	margin-left:0.6em;
}
#contents table.inputTable select {
	vertical-align:middle;
}
#contents table.inputTable th {
	border:1px solid #cccccc;
	font-weight:bold;
	/*  background-color:#61A6AE;  Ver1*/
	/*background-color:#ff3366;*/
	/*background-color:#FFB899;*/
	background-color:#FFEFC5;
	color:#333;
	padding:10px 7px;
	vertical-align:middle;
}
#contents table.inputTable td {
	border:1px solid #cccccc;
	/* background-color:#D6D1CA; Ver1*/
	background-color:#FFFFEE;
	/*background-color:#FFDBCC;*/
	color:#333333;
	padding:10px;
	vertical-align:middle;
}
#contents table.inputTable td p {
	line-height:200%;
}
#contents table.inputTable td p.midashi02 {
	padding:10px 20px;
	border:1px solid #cccccc;
	background-color:#FFEFC5;
	color:#000;
}
#contents table.inputTable td p.midashi03 {
	border-bottom:1px solid #42280C;
	padding-bottom:3px;
	margin-bottom:5px;
	color:#42280C;
	font-weight:bold;
	font-size:1.2em;
}
#contents table.inputTable td .TBsentaku {
	width:100%;
	margin-top:3px;
}
#contents table.inputTable td .TBsentaku th {
	background-color:#FFF6DE;
}
#contents table.inputTable td .TBsentaku .TBmidashi th {
	width:20%;
	text-align:center;
}
#contents table.inputTable td .TBsentaku th p {
	text-indent:-1em; 
	padding-left:1em;
}
#contents table.inputTable td .TBsentaku td {
	text-align:center;
	background-color:white;
}
#contents table.inputTable td ul li {
	padding:3px 0;
}
#contents table.inputTable td div.subArea {
	margin-bottom:30px;
}
#contents table.inputTable td div.subArea ol li {
	padding:3px 0;
}
#contents p.error {
	color:#333333;
	font-weight:bold;
	background-color:#FFFBF1;
	border:1px solid #ff0000;
	width:26em;
	padding:3px;
	margin-left:2em;
	margin-top:3px;
}
#contents .endMessage{
	padding:5px;
	border:1px solid #cccccc;
	background-color:#FFEEEE;
	color:#333333;
}
#contents div.errorMess {
	margin:5px 20px;
}
#contents div.errorMess ul li {
	color:red;
}
#contents div.errorMess input {
	font-size:1.4em;
}
.bgc_yellow{
	background-color:#ffffcc;
}
.bgc_white{
	background-color:#ffffff;
}
.color_red{
	color:red;
}
.no_ime{
	ime-mode:disabled;
}
.ime{
	ime-mode:active;
}
.back_login{
	margin-top:10px;
}
.f_bold {
	font-weight:bold;
}
.f_normal {
	font-weight:normal;
}
.mb10 {
	margin-bottom:10px;
}
.mt10 {
	margin-top:10px;
}
.ml30 {
	margin-left:30px;
}
.w50 {
	width:50px;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w400 {
	width:400px;
}
.mb10 {
	margin-bottom:10px;
}
.t-a-center {
	text-align:center;
}
.t-a-left {
	text-align:left!important;
}
.cap {
	text-indent:-1em; 
	padding-left:1em;
}
.att_msg {
	font-size:0.8em;
	width:600px;
	text-indent:-1em; 
	padding-left:1em;
	margin:10px 0 10px 150px;
}