@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : section.css
 Style Info : コンテンツに関するスタイル指定
=================================================================== */


/* 右コンテンツ
----------------------------------------------------------- */

.box_form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7dad88;
    padding:0 15px 25px;
	margin:20px 0 20px 2px;
	width: 710px;
	float: left;
	line-height:1.5;
}

.ttl_form {
	border-bottom:#b5b5b5 1px solid;
	padding:0 0 10px 0;
	margin-top:20px;
}

.ttl_form h2 {
	border-left:#e51e1c 8px solid;
	padding:0 0 0 12px;
	font-size:24px;
	font-weight:bold;
	line-height:110%;
	color:#333;
}

.box_form h3 {
	font-weight:bold;
	font-size:16px;
	line-height:120%;
	margin-bottom:15px;
}

.box_form h3 b {
	font-size:24px;
}

.box_form_inner {
	margin:20px 0 0 20px;
}

.box_form_inner_02 textarea {
	width:99%;
	height:150px;
}


.tbl01 {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 100%;
}

.tbl01 th {
    width: 6em;
    background: none repeat scroll 0 0 #ffeeee;
    vertical-align: top;
	text-align:left;
	color:#333;
	font-size:16px;
}

.tbl01 th, .tbl01 td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 8px;
}

.tbl01 td {
    background: none repeat scroll 0 0 #FFFFFF;
}

.tbl01 td dt {
    float: left;
    width: 8em;
}

.th02 span {
	background:#f26666;
	padding:2px 4px;
	color:#FFF;
	margin-left:3px;
	line-height:110%;
	font-size:12px;
}

.box_form02 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E51E1C;
    padding:10px 15px 15px;
	margin:20px 5px 0 2px;
	text-align:center;
}

.box_form02 ol {
	margin:10px 0;
	line-height:140%;
}

.box_form02 h2 {
	color:#333;
	font-size:16px;
}

.box_form02 h2 span {
	color:#93c118;
}

/* 左コンテンツ
----------------------------------------------------------- */

.side_03_mdl {
    background: url("../../images/side_03_mdl.jpg") repeat-y scroll 0 0 transparent;
    width: 200px;
}
.side_03_mdl ul, .side_01_bg ul {
    padding: 10px;
}
.side_03_mdl li, .side_01_bg ul li {
    background: url("../../images/side_01_mrk.jpg") no-repeat scroll 0 6px transparent;
    padding-bottom: 5px;
    padding-left: 10px;
}
.side_03_mdl ul li {
    background: url("../../images/side_03_mrk.jpg") no-repeat scroll 0 6px transparent;
}