@charset "utf-8";
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}
ol,ul {
	list-style:none;
}
img{border:0}
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	color:#000;
	
}
a:hover {
	color:#039;
	text-decoration:underline;
}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1{
	margin:15px 0;
	text-align:center;
	padding:5px 0;
	font-size:16px;
	color:#fff;
	background:#595757;
}
h2{
	margin:20px auto 0;
	background:#595757;
	padding:5px 10px 4px;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	
	
}
#contents{
	width:850px;
	margin:0 auto;
	color:#000;
	font-size:90%;
/*	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
*/
}
p{
	 margin:10px 0;	
}
#icon-layout{
	border-collapse:collapse;
	width:600px;
	margin:0 auto;
}
#icon-layout td{

}
.form-table{
	border-collapse:collapse;
	width:100%;
	margin:5px auto 20px;
}
.form-table td{
	border:1px solid #595757;
	padding:8px 5px;
	font-size:90%;
	text-align:center;
}
.form-table th{
	background:#E6E6E7;	
	border:1px solid #595757;
	padding:8px 10px;
	text-align:left;
}
table table{
	border-collapse:collapse;
}
.normal-table table td{
	padding:3px 0;
	border:0;
}
.normal-table .border-table td{
	padding:5px 10px;
	border:1px solid #595757;
}

.form-table02{
	border-collapse:collapse;
	width:90%;
	margin:5px auto 20px;
}
.form-table02 td{
	border:1px solid #595757;
	padding:10px;
	font-size:90%;
}
.form-table02 th{
	background:#E6E6E7;	
	border:1px solid #595757;
	padding:10px;
	text-align:left;
}




.border-box{
	padding:10px;
	border:1px solid #595757;
	margin:10px 0;
}

.border-text{
	display:inline-block;
	padding:1px 10px;
	border:1px solid #595757;
	margin:0 2px;
}

.input-text{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:80px;
	text-align:center;
	font-size:100%;
}
input{
	vertical-align:middle;	
}
/*エラーメッセージ用*/
label.error{
	display:block;
	font-size:90%;
	color:#F00;
	margin:3px 0;
	background:#FF9;
	padding:2px 5px;
}

/*---------------------------------
         class Library
---------------------------------*/
/* Margin・padding class */
.m0{margin:0!important}.mt5{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.mr15{margin-right:15px!important}.mr20{margin-right:20px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.ml15{margin-left:15px!important}.ml20{margin-left:20px!important}.pt5{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pb5{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pr5{padding-right:5px!important}.pr10{padding-right:10px!important}.pr15{padding-right:15px!important}.pl5{padding-left:5px!important}.pl10{padding-left:10px!important}.pl15{padding-left:15px!important}
.pall5{padding:5px!important}.pall10{padding:10px!important}.pall15{padding:15px!important}
/* /Margin・padding class */
.border-none{border:0!important;}
.clear {clear:both;}
.taR {text-align:right!important;}
.taL {text-align:left!important;}
.taC {text-align:center!important}
.big {font-size:170%!important;line-height:130%}
/*Font color*/
.bold {font-weight:bold!important;}
.col1 {	color:#FF6600!important;}
.col2 {	color:#FF9933!important}
.col3 {	color:#FF3300!important;}
.col4 {	color:#D9006C!important;}
.col5 {	color:#669999!important}
.col6 {	color:#0000CC!important}
.col7 {	color:#000099!important}
.col8 {	color:#0066FF!important}
.col9 {	color:#333333!important}
.col10 {color:#666666!important}
.col11 {color:#009900!important}
.col12 {color:#009900!important}
.col13 {color:#996633!important}
.col14 {color:#FF66CC!important}
.col15 {color:#669900!important;}
.col16 {color:#00CC99!important;}
.col17 {color:#fff!important;}
.col18{color:#009966!important}
.col19{color:#F00!important}

.floL {float:left;margin-top:0 !important;}
.floR {float:right;margin-top:0 !important;}
.light {font-weight:normal}
.floL img{margin-right:10px;}
.floR img{margin-left:10px;}
.small{font-size:80%!important;font-weight:normal!important}
.submit-button{
	width:200px;
	height:26px;
	cursor:pointer;
}
/*---------------------------------
         /class Library
---------------------------------*/
