@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.5;	
}

/*------------ 背景画像 ------------*/
body {
	color: #333333;
	background: url(../images/main_bg.jpg) repeat-x left top #033B6A;
}

/*------------ 全体のレイアウト ------------*/
#wrapper {
	width: 860px;
	margin: 0 auto;
}

#header h1#header_txt a {
	width: 860px;
	height: 53px;
	display: block;
	text-indent: -9999px;
	background: url(../images/header_txt.png) no-repeat top left;
	margin-top: 5px;
}

/*------------ コンテンツ ------------*/
#contents {
	padding: 10px 25px;
	background-color: #FFF;
}

.gray_box {
	width: 808px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-color: #F8F9FB;
}

.gray_box2 {
	width: 808px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background: url(../images/gray_bg.jpg) repeat-x left top #FFF;
}

.gray_box_bold {
	width: 662px;
	margin: 0 auto;
	padding: 15px;
	font-size: 14px;
	border: 4px solid #CCCCCC;
	background-color: #F8F9FB;
}

.white_box {
    padding: 10px 15px;
    border: 1px solid #E2E2E3;
    background-color: #FFF;
}

.white_box_bold {
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 4px #E3E1E1 solid;
	letter-spacing: -0.05em;
	background-color: #FFF;
}

.white_box dl {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

.box_inner {
	padding: 10px 24px 15px 24px;
}

.box_inner2 {
	padding: 20px 0 20px 25px;
}

.photo_img {
	padding: 20px 0 20px 25px;
	background: url(../images/photo_img02.jpg) no-repeat right top;
}

.photo_img p,
.box_inner2 p {
	padding-right: 25px;
}

.box_inner table {
	width: 100%;
	margin-bottom: 20px;
}

/*------------ 見出し ------------*/
h2#title01 {
	width: 550px;
	height: 142px;
	text-indent: -9999px;
	background: url(../images/title01.jpg) no-repeat left top;
}

h2#title02 {
	width: 810px;
	height: 67px;
	text-indent: -9999px;
	background: url(../images/title02.gif) no-repeat left top;
}

h2#title03 {
	width: 810px;
	height: 57px;
	text-indent: -9999px;
	background: url(../images/title03.gif) no-repeat left top;
}

h2#title04 {
	width: 810px;
	height: 78px;
	text-indent: -9999px;
	background: url(../images/title04.gif) no-repeat left top;
}

h2#title05 {
	width: 810px;
	height: 69px;
	text-indent: -9999px;
	background: url(../images/title05.gif) no-repeat left top;
}

h2#title06 {
	width: 810px;
	height: 67px;
	text-indent: -9999px;
	background: url(../images/title06.gif) no-repeat left top;
}

h3.subtitle {
	width: 758px;
	height: 34px;
	margin: 10px 0;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
	background: no-repeat left top;
}

h3#sub01 {
	background-image: url(../images/subtitle_01.jpg);
}

h3#sub02 {
	background-image: url(../images/subtitle_02.jpg);
}

h3#sub03 {
	background-image: url(../images/subtitle_03.jpg);
}

h3#sub04 {
	background-image: url(../images/subtitle_04.jpg);
}

h3#sub05 {
	background-image: url(../images/subtitle_05.jpg);
}

h3#sub06 {
	background-image: url(../images/subtitle_06.jpg);
}

h3#sub07 {
	background-image: url(../images/subtitle_07.jpg);
}

h4#title_flow {
	width: 758px;
	height: 38px;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
	background: url(../images/subtitle_flow.jpg) no-repeat left top;
}

h4#title_form,
h4#title_form2 {
	width: 758px;
	height: 38px;
	margin-bottom: 15px;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
	background: url(../images/subtitle_form.png) no-repeat left top;
}

.gray_line {
	border: 1px solid #CCCCCC;
}

.black_line {
	border: 1px solid #000000;
}

/*------------ リスト ------------*/
ul.icon_list,
ol.icon_list {
	padding: 10px 0 20px 10px;
	letter-spacing: -0.05em;
}

ul.icon_list li {
	padding: 3px 0 3px 20px;
	font-size: 16px;
	background: url(../images/icon_list.jpg) no-repeat left center;
}

ul.icon_list2 {
	padding: 10px 0 20px 10px;
	letter-spacing: -0.05em;
}


ul.icon_list2 li {
	padding: 3px 0 3px 20px;
	font-size: 16px;
	background: url(../images/icon_list.jpg) no-repeat left center;
	font-weight: bold;
	color: #F30;	
}


ol.icon_list li {
	padding: 3px 0 3px 20px;
	font-size: 16px;
	background: no-repeat left center;
}

ol.icon_list li.icon_01 {
	background-image: url(../images/icon_01.jpg);
}

ol.icon_list li.icon_02 {
	background-image: url(../images/icon_02.jpg);
}

ol.icon_list li.icon_03 {
	background-image: url(../images/icon_03.jpg);
}

ol.icon_list li.icon_04 {
	background-image: url(../images/icon_04.jpg);
}

/*------------ フッター ------------*/
#footer {
	width: 810px;
	padding: 10px 0 35px 0;
	font-size: 14px;
	text-align: center;
	border-top: 10px #033B6A solid;
}

#footer a {
	color: #023A6A;
	text-decoration: none;
}

/*-------- font --------*/
.red {
	color: #CC0000;
}

.bold {
	font-weight: bold;
}

.font12 {
	font-size: 12px;
}

.font16 {
	font-size: 16px;
}

.font_line {
	text-decoration: underline;
}

/*-------- top --------*/
.marT10 {
	margin-top: 10px;
}

.marT15 {
	margin-top: 15px;
}

.marT20 {
	margin-top: 20px;
}

.marT30 {
	margin-top: 30px;
}

.marT40 {
	margin-top: 40px;
}

/*-------- bottom --------*/
.marB10 {
	margin-bottom: 10px;
}

.marB15 {
	margin-bottom: 15px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

/*-------- left --------*/
.marL10 {
	margin-left: 10px;
}

.marL15 {
	margin-left: 15px;
}

/*-------- right --------*/
.marR15 {
	margin-right: 15px;
	_margin-right: 8px;
}



/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- center --------*/
.center {
	text-align: center;
}

/*-------- left --------*/
.f_left {
	float: left;
}

/*-------- right --------*/
.f_right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}


.soudan table td {
    border-bottom-color: #999999;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #999999;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #999999;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.soudan table {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #999999;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.topbtn {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:0 0 10px 0;
}

.topbtn li {
	display:inline;
}

.topbtn li a {
	margin:0px;
}

a:hover img {
	filter: alpha(opacity=70);  -moz-opacity:0.70;  opacity:0.70;
}

.formbtn {
	padding:10px 20px;
	font-size:14px;
	font-weight:bold;
}

.formbtn:hover {
	cursor:pointer;
}

.top-main-left {
	margin: 15px 0 0 15px;
}

.text-in p {
	margin-bottom: 20px;
}

.title-bar {
	background: #444;
	border-left: 7px solid #32cd32;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 10px;
}

.soudan input[type="text"] {
	background: #ffc;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}

.soudan textarea {
	background: #ffc;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 14px;
	height: 200px;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
}

.title-text {
	color: #ff0000;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}