@charset "UTF-8";
/** ---------- common ---------- **/
body {
	font-size:12px;
	background-color:#eee;
	line-height:120%;
}
table, input, select, textarea {
	font:inherit;
	margin:0;
}
input, select, textarea {
	vertical-align:middle;
}
li {
	list-style-type:none;
}
h1 {
	line-height:200%;
	font-size:140%;
	font-weight:normal;
}
h2 {
	padding:0 0 0 10px;
	margin:10px 0 0 0;
	height:24px;
	border:1px solid #aaa;
	font-size:110%;
	line-height:180%;
	background-color:#ddd;
}
h2.subtitle {
	border:none;
	background-color: #3F587F;
	color:#fff;
}
h3 {
	line-height:160%;
	font-weight:bold;
	background:transparent url(../images/dot01.gif) no-repeat scroll 0 2px;
	padding-left:15px;
}
label, .label {
	line-height:160%;
	vertical-align: middle;
}
img{
	vertical-align: bottom;
}
.contents {
	padding:10px;
	background-color:#fff;
}
.button_low {
	margin:5px;
	height:26px;
}
.button_l {
	margin:10px 5px;
	height:40px;
	width:150px;
}
.submit_button {
	margin:10px 5px;
	height:40px;
	width:100px;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.b{
	font-weight:bold;
}
.u{
	text-decoration: underline;
}
.clearpad {
	padding:0px !important;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
.container {
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:730px;
	height:auto;
}
.header {
	border-top: 3px solid #18f;
	padding : 0 0 2px 0;
	background-color:#ccc;
}
.association_header {
	color: #555555;
	font-size: 200%;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
}
.header a {
	text-decoration:none;
	padding-left:5px;
	margin:0 10px;
}
.header a:link {
	 color:#333;
	 border-left:2px solid #333;
}
.header a:visited {
	 color:#333;
	 border-left:2px solid #333; }
.header a:hover {
	 color:#fff;
	 background:#777;
	 border-left:2px solid #fff;
}
.header a:active {
	color:#fff;
	background:#777;
	border-left:2px solid #fff;
}
.footer {
	border-top:2px solid #aaa;
	text-align:right;
	line-height:150%;
	font-size:90%;
}

span.dot {
	background:transparent url(../images/dot01.gif) no-repeat center left;
	padding-left : 15px;
	font-size: 80%;
	color: #444444;
}
.arrow {
	background:transparent url(../images/arrow.gif) no-repeat center left;
	padding-left : 18px;
}
.frame{
	border:none;
}
.info_area {
	margin: 10px 0 10px 25px;
}
.info_list li {
	font-size:90%;
	line-height:150%;
	color:#16e;
}
.input_table {
	margin:15px auto;
	border-collapse: collapse;
}
.input_table th{
	border:1px solid #AAAAAA;
	padding:3px 3px 3px 8px;
	background:#ddd;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
}
.input_table .item_cell{
 	background:#BBFDCD
}
.input_table td{
	border:1px solid #AAAAAA;
	padding:3px 0 3px 8px;
}
.input_table .bg{
	border:1px solid #3F587F;
	background-color: #3F587F;
	font-size:120%;
	padding: 3px 8px;;
	color:#FFFFFF;
	font-weight:bold;
}
.input_table span.dot{
	background:transparent url(../images/dot01.gif) no-repeat center left;
	padding-left : 15px;
	font-size: 100%;
	color: #000000;
}
/** ---------- 保険情報表示用 ---------- **/
.insurance_table {
	width: 100%;
	border-collapse: collapse;
}
.insurance_table th {
	border:none;
	background-color: #DDDDCC;
	border-bottom: 1px solid #AAAAAA ;
	border-top: 1px solid #AAAAAA;
	font-weight:bold;
	padding: 3px 15px;;
	text-align: center;
	vertical-align: middle;
}
.insurance_table td {
	border:none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	line-height: 140%;
	padding: 3px 3px;
	text-align: center;
	vertical-align: middle;
}
div .sub_menu{
	border:solid 1px #AAAAAA;
	padding:5px;
	margin-right:5px;
}
div .info_msg{
	margin:20px 0 20px 30px;
	font-size:120%;
	color:#16e;
}
div .err_msg {
	font-size:100%;
	color:#f33;
}
.input_notes {
	font-size:100%;
	color:#16e;
}
.accent{
	color:#f33;
}
.notes {
	font-size:90%;
	color:#16e;
}
input[type="text"] .inactive {
	ime-mode: inactive;
}
input[type="text"] .active {
	ime-mode: active;
}

.attension{
	margin:10px 0;
	line-height:140%;
	color:#16e;
}
.transfer_attesion{
	line-height:120%;
	margin:10px 0 10px 0;
	border:solid 1px #AAAAAA;
	padding:5px;
	color:#3377DD;
}
.web_number{
	font-size:160%;
	font-weight: bold;
	line-height:180%;
	color:#f33;
}
.caution{
	margin:10px 0;
	line-height:140%;
	font-weight:bold;
	color:#f33;
}
.bottomline {
	border-bottom:2px solid #aaa;
}
.topline {
	border-top:2px solid #aaa;
}
/** ---------- datepicker ---------- **/
.datepicker{
	width:65px;
}
.ui-datepicker-title {
	font-size: 90%;
}
.ui-datepicker-title select {
	width: 40% !important;
}

