@charset "utf-8";


/*
	Since:09 Jun 2009
	Last-Updated:09 Jun 2009
	Editor:Masataka Asakura
*/


/*
-------------File Contents--------------

	1. on
	
	2. bv/ubNn
	
	
===============?pX^C===============

	
	1. Font Size
	
	2. Tag Settings
		
	3. Float Clear Settings
	
	4. Float-Align Settings
	
	5. Margin-Padding Settings
	
	6. Width Settings
	
	7. Form Tag Settings
	
	8. Color Settings

*/


.wrap01{
	padding-top:40px;
}
.wrap02{
	padding-top:80px;
}
.wrap03{
	padding-top:20px;
}
.wrap04{
	padding-top:50px;
}

.block01{
	padding-top:30px;
}
.block02{
	padding-top:25px;
}
.block03{
	padding-top:20px;
}
.block04{
	padding-top:10px;
}

.box-style01{
	padding:25px 20px;
	border:1px solid #999;
}
.box-style02{
	padding:15px 15px;
	border:1px solid #999;
}


/*===============?pX^C===============*/



/*
------------1. Font Size Classes----------------
*/



.size10 { font-size:9pt; }
.size11 { font-size:10pt; }
.size12 { font-size:10.5pt; }
.size13 { font-size:11pt; }
.size14 { font-size:11.5pt; }
.size15 { font-size:12pt; }
.size16 { font-size:13pt; }
.size17 { font-size:14pt; }
.size18 { font-size:15pt; }
.size19 { font-size:16pt; }
.size20 { font-size:17pt; }
.size21 { font-size:18pt; }
.size22 { font-size:19pt; }
.size23 { font-size:20pt; }
.size24 { font-size:21pt; }
.size25 { font-size:22pt; }
.size26 { font-size:23pt; }



/*
------------2. Tag Settings----------------
*/



h2{font-size:17pt;font-weight:bold;}
h3{font-size:14pt;font-weight:bold;}
h4{font-size:13pt;font-weight:bold;}
h5,h6{font-size:12pt;font-weight:bold;}


#contents li, #contents p{
	letter-spacing:0.2pt!important;
	line-height:1.5;
	font-size:10.5pt;
}


p{
  margin:0;
  padding:10px 0 0 0;
}

p.P2{
  padding-top:0!important;
}
p.P3{
  padding-top:5px!important;
}
p.P4{
  padding-top:15px!important;
}
p.P5{
  padding-top:20px!important;
}
p.P6{
  padding-top:25px!important;
}

p.caption{
  padding-top:5px!important;
  margin:0 auto;
  text-align:center;
  font-size:85%;
}


li.last-list{
	margin-bottom:0;
	padding-bottom:0;
}

th.two-word{letter-spacing: 1em;}
.two-word{letter-spacing:0.5em;}

.font-normal{font-weight:normal!important;}

.line-height0{line-height:0!important;}

.page-break{
	margin-top:0!important;
	padding-top:0!important;
	page-break-before:always;
}

/*
------------3. Float Clear Settings----------------
*/


hr.clear{
	clear:both;
	display:block;
	visibility:hidden!important;
	padding: 0;
	margin:0;
	height:0;
	bottom: 0;
	line-height:0!important;
}

.clear{clear:both;}


/* for IE7 */
*:first-child+html hr.clear{
	margin-top:-30px;
	height:20px;
}
*:first-child+html .clear{
	min-height:1em;
}

/* for IE6 or sooner */
* html hr.clear{
	margin-top:-40px;
	height:20px;
}

* html .clear{
	height: 1%;
}
/* clearfix setting */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/*
------------4. Float-Align Settings----------------
*/
/*--machines and products--*/
.photo-left{
	margin:20px 20px 20px 0;
	float:left;
	width:290px;
}

.photo-right{
	margin:20px 0;
	float:left;
	width:290px;
}

.float-left{
	float:left!important;
}

.float-right{
	float:right;
}

.img-left{
	margin-right:25px;
	float:left!important;
}


.img-right{
	margin-left:25px;
	float:right!important;
}
.photo-box{
	padding:2px;
	display:block;
	border: 1px solid #999;
}



.text-center, .text-center p{
	margin-right:auto;
	margin-left:auto;
	text-align:center!important;
}

.text-right, .text-right p{
	text-align: right!important;
}

.text-left, .text-left p{
	text-align: left!important;
}


/*
------------5. Margin-Padding Settings----------------
*/

/* margin top=t, right=r, bottom=b, left=l */

/* margin-top*/
.margin-t0{margin-top:0px!important;}
.margin-t5{margin-top:5px!important;}
.margin-t10{margin-top:10px!important;}
.margin-t15{margin-top:15px!important;}
.margin-t20{margin-top:20px!important;}
.margin-t25{margin-top:25px!important;}
.margin-t30{margin-top:30px!important;}
.margin-t35{margin-top:35px!important;}
.margin-t40{margin-top:40px!important;}

.margin-l5{margin-left:5px!important;}
.margin-l10{margin-left:10px!important;}
.margin-l20{margin-left:20px!important;}
.margin-l30{margin-left:30px!important;}
.margin-l40{margin-left:40px!important;}
.margin-l50{margin-left:50px!important;}

/* padding top=t, right=r, bottom=b, left=l */

/* padding-top*/
.padding-t0{padding-top:0px!important;}
.padding-t5{padding-top:5px!important;}
.padding-t10{padding-top:10px!important;}
.padding-t15{padding-top:15px!important;}
.padding-t20{padding-top:20px!important;}
.padding-t25{padding-top:25px!important;}


/*
------------6. Width Settings----------------
*/

.w10{width:10%!important;}
.w15{width:15%!important;}
.w20{width:20%!important;}
.w30{width:30%!important;}
.w40{width:40%!important;}
.w45{width:45%!important;}
.w48{width:48%!important;}
.w50{width:50%!important;}
.w55{width:55%!important;}
.w60{width:60%!important;}
.w70{width:70%!important;}
.w80{width:80%!important;}
.w90{width:90%!important;}
.w100{width:100%!important;}


/*
------------7. Form Tag Settings----------------
*/
.form-table{
	padding:0 0px;
	width:auto;
}
.cel-wrap{
	border-bottom:1px solid #666;
}
.last-cel{
	background-image:none!important;
}
.th{
	padding:10px 0 8px 0px;
	float:left;
	width:28%;
	font-weight:bold;
}
.th span{
	margin-top:3px;
	margin-left: 0.5em;
	vertical-align:bottom;
}

.td{
	padding:7px 0px 10px 0px;
	float:left;
	width:70%;
	vertical-align:middle;
	line-height:1.4;
}

.td span.input{
	margin-right: 0.5em;
}
.td span.input2{
	margin-right: 1.25em;
}


/* ie7 */
*:first-child+html .td span.input{
	margin-right: 0.1em;
}
*:first-child+html .td span.input2{
	margin-right: 0em;
}

/* ie6 */
*html .td span.input{
	margin-right: 0.1em;
}
*html .td span.input2{
	margin-right: 0.8em;
}


.input-left{
	margin-right:0%;
	float:left;
	width:48%;
}
.input-right{
	float:left;
	width:48%;
}

legend{
	margin:0px 0 5px -5px;
	padding:2px 0 0 8px;
	border-left:5px solid #333;
	line-height:1.1!important;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:0.1pt;
}
legend span{
	margin-left:1em;
	font-size:10pt;
	font-weight:normal;
}


input.text{padding-top:2px;height:20px;border:1px solid #ccc;line-height:1.1;}


select.text{height:20px;border:1px solid #ccc;}

*:first-child+html select.text{height:25px;}

textarea {overflow: auto;border:1px solid #ccc;}


input.radio, input.checkbox{
	margin: 0 0 2px 0;
	vertical-align: middle;
}

span.radio-setting{
	margin: 0 0 0 5px; 
	vertical-align: middle; 
	line-height:1;
}


/* ie6 */
* html input.radio
{margin: 0 0 5px 0; vertical-align: middle;}
* html input.checkbox
{margin: 0 0 2px 0; vertical-align: middle;}

 /* ie7 */
*:first-child+html input.radio, *:first-child+html input.checkbox
{margin: 0 0 5px 0; vertical-align: middle; line-height:1.5;}
*:first-child+html span.radio-setting{
	margin: 0 0 0 2px; 
}


/*--M{^--*/
#submit-btn-wrap{
	margin:2em auto 0 auto;
	text-align:center;
}
#submit-btn-wrap p{
	margin:0 auto;
	text-align:center;
}
#submit-btn-wrap div{
	margin:0.5em auto 0 auto;
	padding:1px;
	border:1px solid #a20000;
	text-align:center;
	width:136px;
}

#submit-btn{
	color:#fff;
	display: block;
	border:0px solid #a20000;
	overflow:hidden;
	width:136px;
	height:32px;
	cursor: pointer ;
}


/*--mF/G[--*/

h2#form-message{
	font-size:14pt;
	line-height:1.6;
}
#return-form{
	float:left;
	width:200px;
}
#return-form img{
	display:block;
	border: 1px solid #999!important;
}

/*--G[Xg--*/


#error-list{
	margin:20px 0 20px 20px;
}
#error-list ul li{
	margin-bottom:1em;
	padding-left: 18px;
	background:url("../images/li/disc_blue10px.gif") no-repeat 0 center;
	font-size:12pt;
	font-weight:bold;
	color:#c00;
}




/*
------------8. Color Settings----------------
*/
.red{color:#b00000!important;}
.gray{color:#666!important;}

/*
------------9. Table Settings----------------
*/
table{
  border-width:1px 0 0 1px;
  border-style : solid ;
  border-color:#666;
  margin:20px 0 0 0;
  width:99%;
}
table th{
	margin:0;
	padding: 0.8em 0em 0.5em 1.5em;
	border-width:0 1px 1px 1px;
  border-style :solid ;
  border-color:#666;
	width:30%;
	font-weight:bold;
}

table td{
	margin:0;
	padding: 0.8em 0em 0.5em 1.5em;
  border-color:#666;
	border-width:0 1px 1px 0;
  border-style : solid ;
	text-align: left;
}

/*
------------10. List Settings----------------
*/


