/* 共通スタイルシート ---------------------- */
* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	color:#333333;
}
body {
	font-size:84%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
}
img {border:none;}
td,th {margin:auto;}
address{
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
input{margin-bottom: 3px;}

/* 色の指定
----------------------------------------------- */
.cl_red{color: #cc0000;}
.cl_gray{color: #464646;}
.cl_blue {color:#0000CC;}
.cl_green {color:#009900;}
/* 色の指定
----------------------------------------------- */
.font-red		{color: #cc0000;}
.font-yellow{color: #FFFF00;}
.font-blue 	{color: #0000CC;}
.font-green {color: #006600;}
.font-black {color: #000000;}
.font-white {color: #FFFFFF;}
.font-large {font-size: 120%;}
.font-middle{font-size: 100%;}
.font-small {font-size: 85%;}

/*英数字
----------------------------------------------- */
.numeric	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*テキスト
----------------------------------------------- */
.text-right {text-align:right;}
.text-big {font-size: 120%;}
.text-normal {font-size: 100%;}
.text-smal {font-size: 85%;}
.bold{font-weight: bold;}

/*マージン
----------------------------------------------- */
.mgn_b20 {margin-bottom: 20px !important;}
.mgn_b10 {margin-bottom: 10px !important;}
.mgn_b5 {margin-bottom: 5px !important;}
.mgn_0 {margin: 0px !important;}
.mgn_t20 {margin-top: 20px !important;}
.mgn_t10 {margin-top: 10px !important;}
.mgn5 {margin: 5px !important;}
.mgn10 {margin: 10px !important;}
.mgn_t10b5 {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}

/* ※の際、使用
----------------------------------------------- */
.txt-arrange1 {
	padding-left:1em;
	text-indent:-1em;
	display:block;
}
.txt-indent1 {
	padding-left: 1em;
}
img.align_absmiddl{
	vertical-align: middle;
	margin-right: 5px;
}

/* etc
----------------------------------------------- */
.centering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.line01{
	background-image: url(../img/common/line_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*  <<< テーブル　レイアウト >>>               */

/* table layout
---------------------------------------------- */
table.layout {
	margin-bottom:1em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.layout th {
	background: #f5f5f5;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	padding:2px 3px 2px 5px;
	margin:0px;
}
table.layout td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:2px 3px 2px 5px;
	margin: 0px;
}
table.layout table th {
	background: inherit;
	color: inherit;
	border: none;
	padding: 0px;
	margin: auto;
}
table.layout table td {
	border: none;
	padding: 0px;
	margin: auto;
}

/* table layout2
---------------------------------------------- */
table.layout2 {
	margin-bottom:1em;
	border-top: 1px solid #996633;
	border-left: 1px solid #996633;
}
table.layout2 th {
	background: #FFFFE6;
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	font-weight: normal;
	padding:5px;
	margin:0px;
}
table.layout2 td {
	border-right: 1px solid #996633;
	border-bottom: 1px solid #996633;
	padding:5px;
	margin: 0px;
}
table.layout2 table th {
	background: inherit;
	color: inherit;
	border: none;
	padding: 0px;
	margin: auto;
}
table.layout2 table td {
	border: none;
	padding: 0px;
	margin: auto;
}

/* table form ------------------------------- */
table.formtable {
	border-collapse:separate;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
}
table.formtable th {
	background: #f5f5f5;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	padding:8px 5px 8px 10px;
	margin:0px;
	text-align: left;
	vertical-align: top;
	width: 120px;
}
table.formtable td {
	border-bottom: 1px solid #CCCCCC;
	padding:8px 5px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.formtable table th {
	background: inherit;
	color: inherit;
	border: none;
	padding: 0px;
	margin: auto;
}
table.formtable table td {
	border: none;
	padding: 0px;
	margin: auto;
}
