@charset "shift_jis";
/*
     フォーム 付き ページ構成をデザインする
     
*/


/* ----------------------------
   ページ主幹部
------------------------------ */
/* #main の上に来る部分 */

#body-head{
    height: 28px;
}

/* メイン */
#main {
	float: none;
	width: 940px;
	margin: 0 auto;
	padding-left: 0px;
	text-align: left;
	/* padding-left: 15px; */
}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ページ説明 */
#explain {
	padding-top: 15px;
	padding-bottom: 5px;
}


/*
    主幹部各サブコンテンツ
*/
#main h2{
    font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}



/*
   コンテンツのタイトル見出しを飾り付けを指定
*/
.content_title{
	width: 940px;
	height: 40px;
	background: white url(../images/sub_title_back940.gif) no-repeat ;
}

.content_title h3{
    padding-left: 40px;
	font-size: 108%;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.content_title p,
.content_title_a p,
.content_title_b p{
    padding-left: 45px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 40px;
}

.content_subtitle {
	padding:17px 0 0 14px;
}
/*
   コンテンツ本文クラス定義
*/
.content_text {
    margin-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 1.6;
}

.content_text h3{
    /* margin: 5px; */
    padding: 3px 0px 3px 8px;
}

.content_text h4{
    /* margin: 5px; */
    padding: 4px 0px 4px 8px;
}

.content_text h5{
    margin: 2px;
    padding: 3px 0px 3px 5px;
}

.content_text h3.belt, 
.content_text h4.belt, 
.content_text h5.belt{
	color: #fcfaf5;
	background-color: #006AB6;
}

.content_text form {
    display: block;
	margin: 20px 0 20px 15px;
}

.content_text form img {
    display: block;
	/* padding: 20px 0 20px 15px; */
}

/* フォーム内の注意書き */
.content_text form span {
	margin-left: 10px;
	color: #716B4A;
	font-size: 90%;
}

.content_text form span.file {
	margin-left: 90px;
}

.content_text fieldset {
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.content_text input, 
.content_text select, 
.content_text textarea {
    font-size: 0.9em;
    padding: 2px;
}

.content_text ul {
    margin: 10px;
    padding-left: 10px;
	list-style: decimal outside;
}

.content_text ul.disc {
    margin: 10px 10px 10px 16px;
    padding-left: 10px;
	list-style: disc outside;
}

.content_text ul.nonum {
    margin: 10px;
    padding-left: 10px;
	list-style: none;
}

.content_text p {
	font-weight: normal;
	text-indent: 1em;
	margin-bottom: 5px;
}

/* ここをクリック の前に 右矢印画像を入れる */
.content_text span.click{
	margin: 0px 2px 0px 3px;
	padding-left: 22px;
	background: transparent url(../images/arrow/arrow-finger.gif) no-repeat left center;
}


.content_img {
	padding: 20px 0 20px 15px;
}

.content_lr {
	padding-top: 40px;
	float: left;
	width: 458px;
	text-align: center;
}

.content_l {
	float: left;
	width: 229px;
}

.content_r {
	float: right;
	width: 229px;
}

/* ------------------------------
   見出しとフォーム部品
------------------------------ */
div.sub-group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 7px 15px;
	clear: both;
}
div.even {
	background-color: #e8f7d3;
}
div.last {
	border-bottom-style: none;
}

/* フォーム コンテクスト */
div.sub-group div.context{ margin-left: 220px; }

/* その中のラベルに対する指定 */
div.sub-group div.context label{ margin-right: 1em;}

/* ------------------------------
      項目の見出し
------------------------------ */
.label-txt {
	width: 200px;
	color: #555555;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin-right: 15px;
	display: block;
	float: left;
}
/* 備考用 */
.label-comtxt {
	width: 210px;
	color: #555555;
	font-size: 90%;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	display: block;
}

/* ------------------------------
   テキストフィールド,select要素
------------------------------ */
select{
	color: #444;
	background-color: #f9f9f9;
	border: 1px solid #999999;
	width: 220px;
}
input.txt-field{
	color: #444;
	background-color: #f9f9f9;
	border: 1px solid #999999;
	width: 230px;
}
input.txt-field:focus, select:focus {
	color: #333;
	background-color: #ffffcc;
	border-color: #330000;
}

input.txt-field-s{
	color: #444;
	background-color: #f9f9f9;
	border: 1px solid #999999;
	width: 180px;
}
input.txt-field-s:focus {
	color: #333;
	background-color: #ffffcc;
	border-color: #330000;
}

textarea.txt-field{
	color: #444;
	background-color: #f9f9f9;
	border: 1px solid #999999;
	width: 340px;
	height: 180px;
}

textarea.txt-field:focus {
	color: #333;
	background-color: #ffffcc;
	border-color: #330000;
}

/* ------------------------------
      項目の内容(ラベルに対する)
------------------------------ */
.context{
	color: #223546;
	height: auto;
}

/* ------------------------------
ボタン
------------------------------ */
#btn-box,#btn-box1,#btn-box2 {
	text-align: center;
	padding-bottom: 20px;
}

#btn-box button {
	width: 104px;
	height: 33px;
	background-color: #FFFFFF;
	border-style: none;
	margin: 0px 5px;
	padding: 0px;
}

#btn-box1 button {
	width: 156px;
	height: 33px;
	background-color: #FFFFFF;
	border-style: none;
	margin: 0px 5px;
	padding: 0px;
}

#btn-box2 button {
	width: 156px;
	height: 33px;
	background-color: #FFFFFF;
	border: 1px solid #333;
	margin: 0px 5px;
	padding: 3px;
}

#btn-box button:hover,
#btn-box1 button:hover,
#btn-box2 button:hover{
	cursor: pointer;
}

input[type="submit"]{ padding:0.5em 2em; }
.abortbutton{ margin-right: 3em;}
