@charset "Shift_JIS"; 		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}

body {
	font-size: 1em; /* 基本フォントサイズ */
	line-height: 4.5em; /* 基本の行間 */
        font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
	padding: 10px;
        background: url(./back19.png) center center / cover no-repeat fixed;
}

#wrapper {
	width: 900px; /* 基本ページ幅 */
}

/* ヘッダ
---------------------------------------------------- */

h1 {
	font-size: 20px;
	text-indent: 43px;
	padding:0px 0 0 3px;
	line-height: 42px;
	background:url(./h1back.gif) no-repeat;
	margin-bottom: 10px;
	border-bottom: 2px solid #CCCCCC;
}

p {
	padding: 5px;
}

.ul1 {margin-left: 20px;
	margin-bottom: 15px;}


#input_table {
	border: 3px double #333333;
	width: 870px;
	font-size: 0.9em;
	background: #E7E7E7;
	margin-bottom: 15px;
	text-align: left;
	}
	
#input_table th {
	width: 350px;}
	
#input_table th, td {
	padding: 5px;}
	
.nomark {list-style-type:none;}

.marginright20 {margin-right:20px;}

#err_box {
	width: 750px;
	border: 3px double #333333;
	background: #E7E7E7;
	padding: 10px;
	margin-bottom: 15px;
	}

#err_box ul {list-style-type:none;}
