@charset "utf-8";

/* ------------------------------------------------------------

	contents common style

------------------------------------------------------------ */


/* -----banner----- */

ul#sub_banner {
	list-style-type: none;
	margin-left: 10px;
}

ul#sub_banner li {
	width: 182px;
	height: 54px;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 9px;
	line-height: 0;
}


/* -----page title----- */

#contents_title {
	margin-bottom: 19px;
}


/* -----2 column layout----- */

#contents_base {
	width: 784px;
	background: url(../images/l-navi_base.gif) repeat-y left top;
}

#contents_left {
	float: left;
	width: 202px;
}

#contents_right {
	float: right;
	width: 562px;
	padding-top: 20px;
}

/* -----main contents----- */

.contents1 {
	width: 538px;
	margin-left: 12px;
}

.contents2 {
	width: 516px;
	margin-left: 23px;
}


/* -----text head----- */

.text_head1 {
	width: 562px;
	height: 30px;
	background: url(../images/head_bg.jpg) no-repeat left top;
	margin-bottom: 30px;
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.text_head1a {
	width: 562px;
	height: 30px;
	background: url(../images/head_bg.jpg) no-repeat left top;
	margin-bottom: 1.5em;
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.text_head2 {
	border-left: 5px solid #53B4B8;
	margin-bottom: 1em;
	padding-left: 0.75em;
	color: #53B4B8;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.17em;
}


/* -----text head----- */

.image_head1 {
	margin-bottom: 30px;
}

.image_head2 {
	margin-bottom: 20px;
}


/* -----column----- */

.column1,
.column2 {
	width: 514px;
	background-color: #F3F3F3;
	padding: 10px 12px;
}

.column1 {
	margin-bottom: 1.5em;
}

.column2 {
	margin-bottom: 2em;
}

* html body .column1,
* html body .column2 {
	width: 538px;
}


/* -----button----- */

.btn1 {
	text-align: center;
	margin-bottom: 2.5em;
}

.btn2 {
	text-align: center;
}


/* -----form----- */

input,
textfield,
select {
	font-size: 0.75em;
}

td input,
td textfield,
td select {
	font-size: 1em;
}

.size_ss {
	width: 40px;
}

.size_s {
	width: 70px;
}

.size_sm {
	width: 125px;
}

.size_m {
	width: 180px;
}

.size_ml {
	width: 240px;
}

.size_l {
	width: 320px;
}

textarea.size_l {
	width: 320px;
	height: 100px;
}

textarea.size_ll {
	width: 500px;
	height: 100px;
}

.btn_submit {
	text-align: center;
	margin-bottom: 30px;
}

.btn_submit input {
	margin: 0 12px;
}


/* 必須項目 */

span.required {
	color: #FF0000;
}


/* -----table----- */

.tb_type1 {
	width: 538px;
	background: url(../images/dotline_01.gif) repeat-x left top;
	border-collapse: collapse;
}

.tb_type2 {
	width: 538px;
	border-collapse: collapse;
}

.tb_type1 tr,
.tb_type2 tr {
	background: url(../images/dotline_01.gif) repeat-x left bottom;
}

.tb_type2 tr.cell_noline {
	background-image: none;
}

.tb_type1 th,
.tb_type1 td {
	padding: 0.84em 0;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

.tb_type1 th {
	padding-left: 2px;
}

.tb_type2 th,
.tb_type2 td {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

.tb_type2 th {
	padding-top: 0.84em;
	padding-bottom: 0.5em;
}

.tb_type2 td {
	padding-bottom: 0.84em;
}

.tb_type2 th {
	padding-left: 2px;
}

.tb_type1 th span.lined,
.tb_type2 th span.lined {
	border-left: 5px solid #53B4B8;
	padding-left: 0.5em;
	line-height: 1.2em;
}

.tb_type1 td p,
.tb_type1 td ul,
.tb_type1 td ol {
	font-size: 1em;
}


