@charset "utf-8";

/* ------------------------------------------------------------

	contents common style

------------------------------------------------------------ */

/* -----pagetitle----- */

#main_contents h2 {
	margin-bottom: 2.5em;
}


/* -----contents margin----- */

.contents1 {
	clear: both;
	width: 577px;
	margin-left: 19px;
}

.contents1 .block1 {
	clear: both;
	width: 553px;
	margin-bottom: 2em;
	margin-left: 12px;
}

.contents1 .block1 .block2 {
	clear: both;
	width: 529px;
	margin-left: 12px;
}


/* -----head----- */

#main_contents .head1 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #016598;
	margin-bottom: 1.5em;
	padding: 0.5em;
	font-size: 1em;
}

#main_contents .head1a {
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #016598;
	margin-bottom: 1.5em;
	padding: 0.5em;
	width: 572px;
}

* html body #main_contents .head1a {
	width: 572px;
}

#main_contents .head1a h3 {
	float: left;
	font-size: 1em;
}

#main_contents .head1a ul {
	float: right;
	margin-top: 0;
}


#main_contents .head2 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1.5em;
	font-size: 0.875em;
}


#main_contents .head3 {
	clear: both;
	background-color: #8099BB;
	margin-bottom: 1em;
	padding: 0.25em 1em;
	color: #FFFFFF;
	font-size: 0.875em;
}


.colored1 {
	margin-right: 0.25em;
	color: #016598;
}


/* -----catch copy----- */

.text_catch1 {
	margin-bottom: 1em;
	color: #765920;
	font-size: 1em;
	font-weight: bold;
}

.text_catch2 {
	margin-bottom: 1em;
	color: #765920;
	font-size: 0.875em;
	font-weight: bold;
}

.text_subcatch {
	color: #765920;
	font-size: 0.875em;
}


/* -----image----- */

.image_right1,
.image_right2 {
	float: right;
	margin-bottom: 1em;
	margin-left: 15px;
}

.image_left1,
.image_left2 {
	float: left;
	margin-bottom: 1em;
	margin-right: 15px;
}

.image_center {
	margin-bottom: 1em;
	text-align: center;
}

.image_right1 img,
.image_left1 img {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.image_right1 .cap,
.image_right2 .cap,
.image_left1  .cap,
.image_left2  .cap {
	display: block;
	margin-top: 5px;
	color: #666666;
	font-size: 0.9em;
}


/* -----text link----- */

ul.list_link1,
ul.list_link2,
ul.list_link3 {
	list-style-type: none;
}

ul.list_link1 {
	margin-top: 2em;
}

ul.list_link1 li,
ul.list_link2 li {
	background: url(../images/navi_arrow.gif) no-repeat left 0.25em;
	margin-left: 0;
	padding-left: 15px;
}


ul.list_link3 li {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

ul.list_link3 li a {
	background: url(../images/icon_arrow_down.gif) no-repeat 5px center;
	border: 1px solid #999999;
	padding: 4px 10px 3px 25px;
	color: #666666;
}




/* -----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;
	font-size: 1em;
}


/* 必須項目 */

span.required {
	color: #FF0000;
}


/* -----table----- */

.tb_type1 {
	clear: both;
	width: 100%;
	background: url(../images/dotline.gif) repeat-x left top;
	border-collapse: collapse;
}

.tb_type1 tr {
	background: url(../images/dotline.gif) repeat-x left bottom;
}

.tb_type1 th,
.tb_type1 td {
	padding: 0.75em 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_type1 th span.lined {
	border-left: 5px solid #016598;
	padding-left: 0.5em;
	line-height: 1.2em;
}

.tb_type1 td p,
.tb_type1 td ul,
.tb_type1 td ol {
	font-size: 1em;
}


/* ----------list---------- */

ul.list_icon1 {
	list-style-type: none;
}

ul.list_icon1 li {
	background: url(../images/list_icon_01.gif) no-repeat left 0.4em;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 15px;
}


dl.list_type1 ul.list_icon1 {
	margin-top: 0.5em;
}


dl.list_type1 dt {
	clear: both;
	margin-bottom: 0.25em;
	font-size: 1.17em;
	font-weight: bold;
}

dl.list_type1 dt.no-dd {
	margin-bottom: 1em;
}

dl.list_type1 dd {
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}


dl.list_type1 dd dl.list_example1 {
	margin-top: 0.25em;
}

dl.list_type1 dd dl.list_example1 dt {
	float: left;
	width: 4em;
	margin-bottom: 0;
	color: #5D7084;
	font-size: 1em;
	font-weight: bold;
}

dl.list_type1 dd dl.list_example1 dd {
	margin-bottom: 0;
	margin-left: 0;
	color: #5D7084;
	font-weight: bold;
}


/* ----------common info---------- */

#bottom_info {
	width: 545px;
	border: 1px solid #CCCCCC;
	margin-bottom: 2em;
	padding: 10px 15px;
}

* html body #bottom_info {
	width: 575px;
}

#bottom_info h3 {
	margin-bottom: 0.25em;
	color: #CC3300;
	font-size: 0.875em;
}
.left_jyuku {
	background-image: url(../images/left_jyuku_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 216px;
}
#navi_area h2 {
	background-image: url(../images/left_nav_juku_title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#navi_area h2 a {
	color: #FFFFFF;
}


.left_jyuku .left {
	float: left;
	padding-left: 1px;
}
.jyuku_text {
	margin-top: 5px;
	margin-bottom: 5px;
}
.left_jyuku p a {
	background-image: url(../images/left_jyuku_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
