@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefoxの先行実装 */
}
/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}
input, textarea {  
	padding:0;  
	vertical-align:middle; 
}
textarea {
	font-family: monospace;
	line-height:1.4;  
}

label {
	margin-right: 10px;
}  
  
input[type="checkbox"],  
input[type="radio"] {  
	vertical-align: 0.01em!important; 
	margin-right: 2px; 
}  
  
input[type="submit"] {  
	padding:0.1em;  
}  
  
select {  
	padding:0;
	margin-right: 2px; 
} 


/* for IE7 */  
*+html input[type="checkbox"] {
	vertical-align:0em; 
}

*+html input[type="radio"] {
	vertical-align: 0em; 
}

*+html input {  
    padding:0.1em;  
} 
  
*+html input.submit {  
    line-height:1.2;  
    padding-top:0.2em;  
} 
  
*+html select {  
    vertical-align:-0.2em;  
}
*+html label {
	margin-right: 2px;
}  


  
/* for IE6 */
* html input {
	vertical-align: -0.25em; 
}
  
  
  
/* for Opera9.27 */  
html:first-child input {  
    padding:0.1em;  
} 
  
html:first-child input[type="checkbox"],  
html:first-child input[type="radio"] {  
    vertical-align:middle;  
} 
  
html:first-child input[type="submit"] {  
    padding:0.3em;  
} 
  
html:first-child select {  
    padding:0.2em;  
} 
 

  
/* for Safari3 */  
html:not(:only-child:only-child) input {  
    padding:0;  
    vertical-align:baseline;  
} 
  
html:not(:only-child:only-child) input[type="checkbox"],  
html:not(:only-child:only-child) input[type="radio"] {  
    vertical-align:baseline;  
} 
  
html:not(:only-child:only-child) select {  
    vertical-align:0.1em;  
}



/* for Safari2 */ 

html[xmlns*=""] body:last-child input {  
    padding:0;  
    vertical-align:baseline;  
} 
  
html[xmlns*=""] body:last-child input[type="checkbox"],  
html[xmlns*=""] body:last-child input[type="radio"] {  
    vertical-align:baseline;  
} 
  
html[xmlns*=""] body:last-child select {  
    vertical-align:0.1em;  
}

table {
	border-collapse: collapse;
}

a:link,
a:visited {
	color: #3A5A7A;
 text-decoration: underline;
}
a:hover{
	color: #3A5A7A;
 text-decoration: none;
}

#contents p {
	margin: 0 0 10px;
}
#contents img {
	border: none;
	vertical-align: middle;
}
#contents p.lead {
	margin-bottom: 10px;
}
#contents .lead img {
	margin: 0 3px 0 0;
}
#contents th img {
	margin: 0 0 0 3px;
}
#contents table p {
	margin: 0 0 5px;
}
#contents table {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	width: 740px;
}
#contents table.status,
#contents table.status th,
#contents table.status td,
#contents table.intro,
#contents table.intro th,
#contents table.intro td {
	border: none;
}
#contents table.status td {
	text-align: center;
}
#contents table.status td.area {
	text-align: right;
}
#contents table td table {
	width: auto;
}

#contents table caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	font-size: 120%;
}

#contents th,
#contents td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	font-size: 12px!important;
}

#contents th.even {
	border-left: 1px dotted #CCC;
}


#contents table.none,
#contents .none th,
#contents .none td {
	border: none;
}

#contents th {
	width: 1%;
	white-space: nowrap;
	padding: 0px;
	border-right: 1px dotted #CCC;
	background: #EDEDED;
}
#contents .formS {
	width: 120px;
	margin: 0 0 0 3px;
}
#contents .formM {
	width: 300px;
}
#contents td input[type="text"],
#contents td input[type="password"],
#contents td textarea {
	border: 1px solid #CCC;
	padding: 3px 0;
	width: auto;

}
#contents textarea {
	width: 390px;
	height: 130px;
	font-family: mono-space;
}
#contents div.sendbtn {
	text-align: center;
	margin-bottom: 40px;
}
#contents .sendbtn input {
	padding: 10px;
	text-align: center;
	margin: 0 5px;
	width: 150px;
}
#contents .policy {
	color: #DB0000;
}
#contents p#mail_block {
	margin: 0;
	height: 2em;
	position: relative;
}
p.message {
	font-weight: bold;
}


p.message a.logout {
	margin-left: 15px;
	background: url(../images/ico_logout.gif) no-repeat left center!important;
	padding: 3px 0 3px 20px!important;
}


#contents div.error {
	margin: 0 0 15px;
	border: 2px solid #CC0000;
	color: #CC0000;
	font-weight: bold;
	padding: 10px 10px 0;
	border-radius: 4px;
}
#contents .error p {
	margin-bottom: 10px;
}
#contents .error ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#contents .error li {
	list-style: none;
	margin-bottom: 5px;
}



#contents .pagetop {
	clear: both;
	zoom: 1;
	text-align: right;
	margin: 0 20px 0;
	height: 24px;
}

.clear {
	clear: both;
}
.f-red {
	color: #CC0000;
}

/* ################################# */

	/* login top */

/* ################################# */



#login_wrap {
	width: 520px;
	margin: 0px auto;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-radius: 6px;
}
#login_wrap #header {
	border: none;
	padding: 20px 0 15px;
}
#login_wrap #contents {
	padding-top: 0;
}

#login_wrap #footer {
	height: auto;
}

#login_wrap h2 {
	background: url(../images/pagetitle_bg_440.jpg) no-repeat left center;
}

#login_wrap th,
#login_wrap td,
#login_area th,
#login_area td {
	vertical-align: middle;

}
#login_wrap td input[type="text"],
#login_wrap td input[type="password"],
#login_area td input[type="text"],
#login_area td input[type="password"] {
	width: 310px;
	padding: 3px;
}
#login_wrap td p,
#login_area td p {
	margin-bottom: 5px;
}

p.loginbtn {
	text-align: center;
	margin-bottom: 20px;
}

.loginbtn input {
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 3px 25px;
	font: 14px/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-radius: 4px;
	cursor: pointer;
	margin: 0 10px;
}


.loginbtn input.next,
input.uploadbtn {
	background-color: #17426F;
	background-image: linear-gradient(to bottom, #507092, #17426F);
	border-color: #507092 #507092 #17426F;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 180px;
}

.loginbtn input.back {
	background-color: #CCC;
	background-image: linear-gradient(to bottom, #EDEDED, #CCC);
	border-color: #EDEDED #EDEDED #CCC;
	box-shadow: 0 1px 0 rgba(200, 200, 200, 0.5) inset;
	color: #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


#login_wrap #contents a,
p.links a,
a.links {
	padding-left: 12px;
	background: url(../images/arw_right.gif) no-repeat left center;
}

#contents p.links {
	width: 660px;
	margin: 0 0 10px 60px;
}




/* ################################# */

	/* login change  */

/* ################################# */

#contents table.change,
#contents table.change th,
#contents table.change td {
	border: none;

}
#contents table.change th,
#contents table.change td {
	padding: 0 0 5px 0px;
}

#contents #login_wrap table.change td input {
	width: 420px;
	padding: 5px;
}

#contents #login_wrap .f-red {
	font-size: 12px;
	line-height: 30px;
}


/* ################################# */

	/* reload  */

/* ################################# */


img.ico {
	vertical-align: middle;
	margin: 0 3px;
}

#contents p.lead {
	margin-bottom: 25px;
}

table.basic {
	width: 660px;
}

#contents table.basic input[type="text"] {
	width: 400px;
	margin-right: 5px;
}

#contents span.notes {
	font-size: 12px;
	line-height: 30px;
}


/* ################################# */

	/* resist  */

/* ################################# */

#login_area {
	margin-bottom: 25px;
}

table.basic td div {
	margin-bottom: 10px;
}


/* ################################# */

	/* upload  */

/* ################################# */

div#header_bar {
	padding: 7px 0;
	background: #444;
	color: #FFF;
}

#header_bar p.message {
	padding: 0;
}
#header_bar p.message a.logout {
	color: #FFF;
	background: url(../images/ico_logout_wht.png) no-repeat left center!important;
}


div#header_bar .inner {
	margin: 0 auto;
	width: 700px;
	text-align: right;
}


#contents div.upload {
	margin-bottom: 50px;
}
#contents .upload input.uploadfile {
	margin: 0 5px 0 0;
	border: 1px solid #CCC;
	padding: 4px;
}
#contents p.back {
	text-align: center;
}
#contents p.back a {
	padding-left: 12px;
	background: url(../images/arw_left.gif) no-repeat left center;
}

#contents table td li {
	list-style: none;
	float: left;
	margin: 0 10px 5px 0;
	white-space: nowrap;
}

#contents table td .attention li {
	white-space: normal;
	float: none;
	margin-bottom: 10px;
}

#contents table td table,
#contents table td table th,
#contents table td table td {
	border: none;
	margin: 0;
}
#contents table td table th,
#contents table td table td {
	text-align: left;
	padding: 0 5px 3px 0;
	vertical-align: middle;
}

/* ################################# */

	/* nav */

/* ################################# */

div.nav {
	min-height: 300px;
	width: 250px;
	padding: 20px 30px;
}

.nav p {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 30px;
}


/* ################################# */

	/* plus */

/* ################################# */


div.pagetitle {
	margin-bottom: 30px!important;
}

#contents table.logintop {
	width: 620px;
	margin: 0 auto 25px;
	border: 1px solid #CCC;
}
#contents table.logintop th,
#contents table.logintop td {
	padding: 15px;
}

#contents table.logintop  input {
	width: 390px;
	margin-bottom: 3px;
}

rt {
	font-size: 9px;
}