﻿@charset "UTF-8";

/* top one column */
div.column1 {
	width:283px;
	border:solid 1px #cacaca;
}
div.column1 h4 {
	margin:0px !important;
	padding:0px !important;
	border-bottom:solid 1px #cacaca;
}
div.column1 div.column2box {
	margin:14px;
	padding:0px;
}


div.column1 div.column2box div.image {
	float:left;
	width:100px;
	margin:0px;
	padding:0px;
}

div.column1 div.column2box div.text {
	float:right;
	width:140px;
	margin:0px;
	padding:0px;
	text-align:justify;
	text-justify:inter-ideograph;
}
/* top one column */
table.normal .w20{width:20px;}
table.normal .w40{width:40px;}
table.normal .w50{width:50px;}
table.normal .w110{width:110px;}
table.normal .w130{width:130px;}
table.normal .w140{width:140px;}
table.normal .noborder td{
	border:none;
	padding: 0px;
}

table.normal td.right{text-align:right;}

.indent2 {
	text-indent:-2em;
	padding: 0px 0px 0px 2em;
}
.indent3 {
	text-indent:-3em;
	padding: 0px 0px 0px 3em;
}
.indent4 {
	text-indent:-4em;
	padding: 0px 0px 0px 4em;
}

.indent5 {
	text-indent:-5em;
	padding: 0px 0px 0px 5em;
}

.margin-t4{margin-top:4px;}

.padding-l40{padding-left:40px;}

ol.num2 {
	list-style-type:decimal;
	padding-left:20px;
}

.red{color:#e11515;}

.tabbox{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #079ae2;
	padding: 0px;
}

/*form*/
form{margin:0px;}
.w240{width:240px;}
textarea{width:99%;height:130px;}
