﻿/* reset.css
@charset "utf-8";
*/

/* ======================================================= */
/* ■Reset of Default Style                                */
/* ======================================================= */
html,body {
	margin: 0;
	width: 100%;
}	

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr  { display: none; }



/* common.css
@charset "utf-8";
*/



/* ====================================================== */
/* ■body                                                 */
/* ====================================================== */
html {
	overflow-y:scroll;/* for FF 縦スクロールバーのみを常時表示*/
	/*overflow:auto;*//* for FF 縦スクロールバーのみを常時表示*/
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	text-align: center;
	line-height: 120%;
}
#png_bg {
	background: url(../Image/bg.png) repeat-x #81E670; /* 背景==全体 */
}	
a:focus{
	outline: none;/* for FF リンク線を消す*/
}
	
/* ======================================================= */
/* ■container                                             */
/* ======================================================= */
#container {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

/* ======================================================= */
/* ■header                                                */
/* ======================================================= */
#header {
	width: 920px;
	height: 140px;
	margin: 0;
	padding: 0;
}
.site_name {
	float: left;
	width: 520px;
	height: 140px;
}
.site_name a:link, .site_name a:visited, .site_name a:active {
	color: #000000;
	text-decoration: none;
}
.site_name a:hover {
	color: #FF0000;
	text-decoration: none;
}
.site_name h1 {
	margin: 20px 0 0 20px;
	font-size: 150%;
	font-weight: bold;
}
.site_name h2 {
	width:330px; /* 画像の横幅を指定しています */
	height:0px;
	padding:40px 0px 0px 0px; /* 上から画像の高さだけ下に落としています */
	margin: 15px 0 0 110px;
	background: url(../Image/header_title.png) no-repeat #32CC10; /* 背景==インターネット受付 */
	overflow:hidden;
}
.headr_img {
	display: inline;
	float: right;
	width: 400px;
	height: 140px;
	background: url(../Image/header_img.png) no-repeat; /* 背景==ヘッダー画像 */
}

/* ======================================================= */
/* ■wrapper                                               */
/* ======================================================= */
#wrapper {
	width: 920px;
	background: url(../Image/wrapper_bg.png) no-repeat;
}


/* ======================================================= */
/* ■layout                                                */
/* ======================================================= */
/* ==== t-w ==== */
.layout_tw #alpha {
	float: left;
	width: 650px;
	margin: 30px 10px 0 0px;
	padding-left: 18px;
	background: #fff;
	text-align:left;
}
.layout_tw #beta {
	float: left;
	width: 190px;
	margin: 30px 20px 0 10px;
	padding: 0 10px;
	background: #fff;
}


/* ======================================================= */
/* ■ページトップへ                                        */
/* ======================================================= */
.pagetop {
	margin: 30px 20px 0 0;
	padding: 0;
	text-align: right;
}
.pagetop img{
	margin-top: -2px;
	background: #32CC10; /* 背景==ページトップ矢印 */
}
.pagetop a {
	padding: 15px 0 5px 5px;
	text-decoration: none;
}
.pagetop a:link, .pagetop a:visited, .pagetop a:active {
	color: #000000;
	text-decoration: none;
}
.pagetop a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ======================================================= */
/* ■footer                                                */
/* ======================================================= */
#footer {
	width: 920px;
	height: 100px;
	margin: 0;
	background: url(../Image/footer_bg.png) no-repeat;
}
address {
	padding: 30px 15px 0 0;
	font-size: 80%;
	text-align: right;
}

/* ======================================================= */
/* ■回り込み解除                                          */
/* ======================================================= */
.pkg:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.pkg {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* End hide from IE-mac */

/* ======================================================= */
/* ■collar                                                */
/* ======================================================= */
.col_red { color:#FF0000; }
.col_green { color:#006600; }
.col_blue { color:#0033FF; }
.col_gray { color:#666666; }


/* ======================================================= */
/* ■印刷設定CSS                                           */
/* ======================================================= */
@media print {
body {
_zoom: 75%; /*WinIE only */
    }
}

/* style.css
@charset "utf-8";
*/



/* ======================================================= */
/* ■alpha　メインカラム                                   */
/* ======================================================= */
.layout_tw #alpha p {
	margin-bottom: 20px;
	font-size: 100%;
}
.layout_tw #alpha ul.comp {
	margin: 0 20px 20px 18px;
}
.layout_tw #alpha ul.comp li {
	margin-bottom: 10px;
}

/* ==== テキストボックス ==== */
.contentBox {
	width: 600px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: url(../Image/contentBox_bg.jpg) no-repeat #FFFFFF;
}
.contentBox h3,
.contentBox2 h3 {
	font-size: 100%;
	font-weight: bold;
}
.contentBox p,
.contentBox2 p {
	margin: 15px;
	font-size: 100%;
}
.contentBox2 {
	width: 600px;
	margin-bottom: 20px;
	padding: 20px;
	border-top: dashed 1px #CCCCCC;
	background: #FFFFFF;
}

/* ボックス内タイトル */
.contentBox h3.title {
	height: 20px;
	padding: 10px;
	border-left: solid 10px #00CC33; /* 背景==タイトル横ライン */
}
.contentBox2 h3.title {
	padding-left: 5px;
	border-left: solid 20px #00CC33; /* 背景==タイトル横ライン */
}
.contentBox h3.titleA {
	height: 25px;
	padding: 20px 0 30px 70px;
	background: url(../Image/contentBox_titleA.gif) no-repeat 0 0;
}
.contentBox h3.titleB {
	height: 25px;
	padding: 10px 0 20px 60px;
	background: url(../Image/contentBox_titleB.png) no-repeat 0 0;
}

/* ======================================================= */
/* ■beta　左サイドカラム                                  */
/* ======================================================= */
.layout_tw #beta p {
	margin-bottom: 20px;
	font-size: 90%;
}
.layout_tw #beta ul {
	list-style: none;
	width: 200px;
	margin: 10px 30px 20px 0;
	font-size: 100%;
}
.layout_tw #beta li {
    list-style: none;
	margin-left: 1.6em;
	padding: 0 0 10px 0;
	text-indent: -1.9em; /* テキスト先頭揃え（文字サイズにより変更） */
}
.layout_tw #beta li img{
	margin: -2px 5px 0 0;
	background: #32CC10; /* 背景==左メニューボタン */
}
.layout_tw #beta li a:link,
.layout_tw #beta li a:visited,
.layout_tw #beta li a:active {
	padding-left: 5px;
	color: #0000FF;
	text-decoration: none;
}
.layout_tw #beta li a:hover {
	color: #FF0000;
	text-decoration: none;
}
.layout_tw #beta li a.menutext {
	padding-left: 0;
}

/* ======================================================= */
/* ■第二階層　共通                                    */
/* ======================================================= */
/* ==== タイトル ==== */
h4 {
	font-size: 180%;
	font-weight: bolder;
	margin-top: 10px; /* for IE6 IE7 */
}	

/* ==== パンくずリスト ==== */
ol#pathlist {
	list-style: none;
	height: 30px;
	margin: 20px 0 50px 0;
	padding: 0;
	font-size: 100%;
}
ol#pathlist li,
ol#pathlist li.on,
ol#pathlist li.end {
	float: left;
	margin-right: 10px;
	padding: 5px 15px 5px 4px;
	background: url(../Image/pathlist_bg.gif) no-repeat 100% 50%;
	font-weight: bold;
}
ol#pathlist li{
	background-color: #CCCCCC;
	color: #666666;
}
ol#pathlist li.on {
	background-color: #FF6600;
	color: #FFFFFF;
}
ol#pathlist li.end {
	background: #CCCCCC;
	color: #666666;
}
ol#pathlist li.end_on {
	background: #FF6600;
	color: #FFFFFF;
}
ol#pathlist li img{
	vertical-align: middle;
}


/* ======================================================= */
/* ■送信ボタン                                            */
/* ======================================================= */
.submit {
	width: 640px;
	text-align: center;
}
.submit p {
	text-align: center;
}
.btn_area {
	display: inline-block;
	display: -moz-inline-box; /* for Firefox2 */
	_display: inline; /* for IE */
	_zoom: 1; /* for IE */
}

/* ==== ボタン設定A ==== */	
.btnA {
	float: left;
	clear: both;
	padding: 0 0 0 10px;
	margin: 0;
	background: url(../Image/btnA_left.png) no-repeat;
}
.btnA a{
	float: left;
	height: 42px;
	line-height: 40px;
	padding: 3px 0 0 10px;
	background: url(../Image/btnA_center.png) repeat-x;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.btnA a:hover {
	color: #A6F114;
}
.btnA span {
	float: left;
	width: 40px;
	height: 45px;
	background: url(../Image/btnA_right.png) no-repeat;
}

/* ==== ボタン設定L ==== */
.btnL {
	float: left;
	clear: both;
	padding: 0 0 0 5px;
	margin: 0;
	background: url(../Image/btnL_left.png) no-repeat;
}
.btnL a{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background: url(../Image/btnL_center.png) repeat-x;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
.btnL a:hover {
	color: #FF6600;
}
.btnL span {
	float: left;
	width: 5px;
	height: 30px;
	background: url(../Image/btnL_right.png) no-repeat;
}

/* ==== ボタン設定S ==== */
.btnS {
	float: left;
	clear: both;
	padding: 0 0 0 5px;
	margin: 4px 30px 0 0;
	background: url(../Image/btnS_left.png) no-repeat;
}
.btnS a{
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: url(../Image/btnS_center.png) repeat-x;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}
.btnS a:hover {
	color: #FF6600;
}
.btnS span {
	float: left;
	width: 5px;
	height: 26px;
	background: url(../Image/btnS_right.png) no-repeat;
}
/* ==== ボタン背景色 （注意:ボタン色指定はボタン設定の下に記入）==== */
.col_1 { background-color: #32CC10; } /* 背景==ボタンA */
.col_2 { background-color: #CCCCCC; } /* 背景==ボタンL */
.col_3 { background-color: #FC5D5D; }
.col_4 { background-color: #5D91FC; }
.col_5 { background-color: #FB7431; }


/* ======================================================= */
/* ■ボックス                                              */
/* ======================================================= */

/* ==== 二列ボックス ==== */
#box p {
	margin: 0;
	padding-left: 0px;
}		
#box_A {
	float: left;
}
#box_B {
	float: left;
}

/* ======================================================= */
/* ■テーブル                                              */
/* ======================================================= */
#tableA, #tableB, #tableC {
    width: 100%;
    border: 1px #E3E3E3 solid;
	border-collapse: collapse;
    border-spacing: 0;
	font-size: 90%;
}
#tableA th,
#tableB th,
#tableC th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    text-align: left;
	white-space: nowrap;
}
#tableA td,
#tableB td,
#tableC td {
	padding: 10px 5px 10px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
#tableB th{
    text-align: center;
}
#tableB td{
    padding: 5px;
	text-align: right;
}
#tableB .center {
    text-align: center;
}
#tableB .left {
    text-align: left;
}
#tableB .gray {
    background: #F9F9F9;
}


/* ==== 入力欄サイズ等 ==== */
.ex1 {
	margin-left: 30px;
	color: #666666;
}
.size_01 {
    width: 100px;
}
.size_02 {
    width: 200px;
}
.size_03 {
    width: 300px;
}
.size_04 {
    width: 400px;
}
.addSelect {
	width: 300px;
	margin: -23px 0 0 60px;
	padding: 0;
	border: solid 1px #7F9DB9;
}	
	
/* ======================================================= */
/* ■第三階層 ＆ エラーメッセージ                          */
/* ======================================================= */
#container_sub_add {
	width: 600px; /* 横幅を変更する際はここのみ変更 */
	margin: 0 auto;
	padding: 0;
}
#container_sub_item {
	width: 950px; /* 横幅を変更する際はここのみ変更 */
	margin: 0 auto;
	padding: 0;
}
.submit_sub {
	width: 100%;
	text-align: right;
}
#content {
	width: 100%;
	padding: 10px;
}
#box_A_sub {
	float: left;
	margin-right: 20px;
}
	
/* ==== タイトル ==== */
#content img {
	float:left;
}
#content h4 {
	height: 20px;
	padding: 15px 0 5px 10px;
	margin: 10px 0 20px 50px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid 2px #CCCCCC;
}

/* ==== セレクトボックス ==== */
#content .section {
  margin-right: -10px;
  margin: 20px -10px 30px 0;
}
#content .section p {
  margin: 5px;
}
#content h5 {
  margin: 10px 0 0 0;
  padding: 2px;
  font-size: 100%;
}

#content .box1,
#content .box2,
#content .box3,
#content .box4,
#content .box5,
#content .box6 {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 90%;
}
#content .box4 {
  margin-right: 0;
}
#content .box1 table,
#content .box5 table {
  border: solid 1px #CCCCCC;
}
#content .box5 {
	width: 350px;
}	
#content .box6 {
	height: 610px;
	padding: 10px;
	background: #F2FBFF;
	border: solid 1px #7F9DB9;
	width:520px;
	word-break:break-all;
}

/* ==== かな抽出ボタン ==== */
#content .but0 {
	background-color: #CCFFCC;
	height: 150px;
	width: 30px;
	padding: 3px;
}	
#content .but1 {
	background-color: #CCFFCC;
	height: 30px;
	width: 30px;
	padding: 3px;
}

/* ==== エラーメッセージ ==== */
#content h6 {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 120%;
	background-color: #FFFF99;
}
#content p.error {
	margin: 30px 30px 80px;
}
.error_bg {
	background-color: #FFFFFF;
	background-image: url(../Image/error_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.submit_error {
	width: 100%;
}

/* js.css
@charset "utf-8";
*/


/* ======================================================= */
/* ■入力欄　手入力可能セレクトボックス                    */
/* ======================================================= */
.selectBoxArrow{
	margin-top:1px;
	float:left;
	position:absolute;
	right:1px;		

}	
.selectBoxInput{
	border:0px;
	padding-left:1px;
	height:16px;
	position:absolute;
	top:0px;
	left:0px;
	width:40px;/* ボックス横幅 */
}

.selectBox{
	border:1px solid #7f9db9;
	height:20px;
	left:10px;/* ボックス右寄せのためのマージン */	
}
.selectBoxOptionContainer{
	position:absolute;
	border:1px solid #7f9db9;
	height:100px;
	background-color:#FFF;
	left:-1px;
	top:20px;
	visibility:hidden;
	overflow:auto;
	z-index:1000;
}
.selectBoxIframe{
	position:absolute;
	background-color:#FFF;
	border:0px;
	z-index:999;
}
.selectBoxAnOption{
	font-family:arial;
	font-size:12px;
	cursor:default;
	margin:1px;
	overflow:hidden;
	white-space:nowrap;
}


/* ======================================================= */
/* ■スクロールテーブル                                    */
/* ======================================================= */
.itemTable {

}
.tableS {
	width: 480px;
    border: 1px #E3E3E3 solid;
	border-collapse: collapse;
    border-spacing: 0;
	
}
.tableS th {
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: normal;
    text-align: center;
	white-space: nowrap;
}
.tableS td {
	padding: 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	background: #FFFFFF;
    text-align: left;
	white-space: normal;
}
.tableS .center {
    text-align: center;
}
.tableS .right {
    text-align: right;
}
.sfhtHeader {
	position: absolute;
	overflow: hidden;
}
.sfhtData {
	overflow: auto;
}

/* ie6.css
@charset "utf-8";
*/


/* ======================================================= */
/* ■body                                                  */
/* ======================================================= */
img {
	vertical-align: bottom;/* for IE6 画像下の余白をなくす */
}

/* ======================================================= */
/* ■container                                             */
/* ======================================================= */

/* ======================================================= */
/* ■header                                                */
/* ======================================================= */
* html.site_name h2{
    height: 40px; /* IE6でのa要素の高さを画像の高さに指定しています */
}

/* ======================================================= */
/* ■wrapper                                               */
/* ======================================================= */

/* ======================================================= */
/* ■layout                                                */
/* ======================================================= */
/* ==== t-w ==== */
* html .layout_tw #alpha {
	display: inline;
}
* html .layout_tw #beta {
	display: inline;
}

/* ======================================================= */
/* ■ページトップへ                                        */
/* ======================================================= */
	
/* ======================================================= */
/* ■footer                                                */
/* ======================================================= */

/* ======================================================= */
/* ■alpha                                                 */
/* ======================================================= */

/* ======================================================= */
/* ■beta                                                  */
/* ======================================================= */
* html .layout_tw #beta ul {
	margin: 10px 0 20px 0;
	width: 190px;
}
* html .layout_tw #beta li a:link,
* html .layout_tw #beta li a:visited,
* html .layout_tw #beta li a:active {
	padding-left: 5px;
}
* html a.menutext {
	margin-left: -5px;
}

/* ======================================================= */
/* ■印刷設定CSS                                           */
/* ======================================================= */
@media print {
body {
_zoom: 75%; /*WinIE only */
    }
}

/* ======================================================= */
/* ■リスト設定                                            */
/* ======================================================= */
.type1 
{
    list-style-type:square;
    list-style-position:inside;
}
