@charset "Shift-JIS";

/* ================= 目次 =====================

【1】リセット
【2】フォント関連
【3】リンクカラー

============================================ */


/* =============================================================
　【1】リセット
============================================================= */

body, form, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, input, dl, dd, dt, div, address, label
{
	margin: 0;
	padding: 0;
}

body, form, input, select, textarea, h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
}

a img { border: 0; }

em
{
	font-style: normal;
	font-weight: bold;
}

address
{ 
 	font-style: normal;
 	font-weight: normal;
}

form, input, select, textarea
{
	margin: 0 2px 0 0;
	font-family: "Tahoma","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
	padding: 1px;
}

*:first-child+html form,
*:first-child+html input,
*:first-child+html select,
*:first-child+html textarea /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}


/* =============================================================
　【2】フォント関連
============================================================= */

html,body { height: 100%; }

body {
	color: #222222;
	line-height:1.6;
	text-align: center;
	margin: 0 auto;
	background-color: #eaf0fb;
}

*:first-child+html body /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}

table
{
	font-family: "Tahoma","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
	color: #222222;
	line-height: 1.6;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 100%;
}

*:first-child+html table /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}


p { line-height: 1.6; }
.sp { margin:3px 10px; color:#333333;}


.float-l {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.float-r {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.float-c { clear: both; }



/* =============================================================
　【3】基本レイアウト関連
============================================================= */
#wrapper {
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

#header { width: 600px;}

#footer {
	margin: 0 auto;
	width: 520px;
}

#copyright {
	padding: 0px 0 20px 0;
	text-align: center;
	line-height: 1;
}

#main {
	margin: 0 auto;
	width: 520px;
}

#main h1 {
	padding-top: 10px;
	padding-bottom: 5px;
}

#main .set-rmv { }

/* =============================================================
　【4】リスト関連
============================================================= */
li { list-style: none; }

ol li /* 数字のリストは数字マーカーを残す */
{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 15px;
	text-indent: -1.25em;
}

#main li.point
{
	background: url(../images/point.gif) no-repeat 0 0.48em;
	padding: 2px 2px 2px 15px;
	margin-left: 10px;
	display: block;
}


/* =============================================================
　【5】共通関連
============================================================= */

.red_txt { color:#CC0000; }
.blue_txt { color:#0033FF; }
.white_txt { color:#FFFFFF; }

/* 個人情報の取扱い */
.box_line {
	width: 520px;
	border: 1px solid #999966;
	background-color: #fbfbed;
	margin: 15px 0;
}

.box_line p { padding:5px; }

.box_line p em { color:#cc6600; }

.box_line2 {
	border: 2px solid #999999;
	padding: 4px 5px;
	text-indent:0;
	background: #fbfbed;
}

.box_line2 span {
	color:#CC0000;
}

input:read-only,
textarea:read-only {
  background-color: #C8E8FC;
}


/* ----- 見出しレベル1 ----- */
#main .set-tit01
{
	margin-bottom: 10px;
	border-bottom: 2px solid #ACACAC;
	padding: 0 5px 2px 0;
	font-size: 14px;
}
	
/* ----- 見出しレベル2 ----- */
#main .set-tit02
{
	background: url(images/dotline.gif) repeat-x left bottom;
	padding-left: 4px;
	line-height: 1.3;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-size: 100%;
}

/* ----- 見出しレベル3 ----- */
#main .set-tit03
{
	margin-bottom: 10px;
	border-bottom: 1px solid #ACACAC;
	padding: 0 5px 2px 0;
	font-size: 100%;
	font-weight:normal;
}

/* ----- 見出しレベル4）----- */
.set-tit04 {
	margin: 10px 0;
	padding: 1px 0 0 5px;
	border-left: 4px solid #00985f;
	font-weight: bold;
	font-size: 100%;
	background: url(images/bg_tit04.gif) left center no-repeat;
	line-height: 1.2;
}

.set-tit04 span {
	padding: 0.2em 5px 0.2em 0;
	background-color: #FFFFFF;
	color: #333333;
}


/* =============================================================
　【6】テーブル関連
============================================================= */

/* ----- 基本パターン ----- */
#main #set-frm table
{
	width: 100%;
	border-right: 1px solid #BCBAB8;
	border-bottom: 1px solid #BCBAB8;
}

#main #set-frm table
{
	margin-bottom:20px;
}

#main #set-frm table tr th
{
	font-weight: normal;
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 3px 5px;
	background: #F4F3EF url(../images/bk_table.gif) repeat-x left top; /* --- 画像・サイズ調整要 --- */
}


table tr td.long,
table tr th.long /* --- 改行禁止 --- */
{
	white-space: nowrap;
}

table tr td.short,
table tr th.short /* --- 英単語等も強制改行 --- */
{
	word-break: break-all;
}

tr th.none /* --- 背景・ボーダーなし --- */
{
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

#main #set-frm table tr td
{
	border-top: 1px solid #BCBAB8;
	border-left: 1px solid #BCBAB8;
	padding: 3px 5px;
}


#main #set-frm table td.tbl_gray {
	background-color: #F8F8F8;
}

/* ------------- set-frm ------------- */


#main #set-frm table ul
{
	margin: 0;
}

#main #set-frm table ul li
{
	display: inline;
	padding-right: 10px;
}

#main #set-frm table tr th img
{
	margin-left: 5px;
	vertical-align: middle;
}

#main #set-frm table tr td img
{
	margin-right: 2px;
	vertical-align: middle;
}

.attention {
  border: 2px #BD4D4D solid;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #FF0004;
}
.tbl_attention{
  width: 100%;
  text-align: center;
  
}


/* ------ コメント ------ */

#main .comment01,
#main p.comment01
{
	font-size: 100%;
	padding-left: 5px;
}

#main .comment02
{
	margin: 5px 0 0 0;
	font-size: 82%;
	color: #CC0000;
}

#main #set-frm table .comment02
{
	margin: 0;
}

#main #set-frm table .comment03
{
	margin: 5px 0 0 0;
	font-size: 82%;
	color: #666666;
}

#main p.comment04
{
	font-size: 14px;
	padding-left: 5px;
	font-weight:bold;
	color:#CC0000;
}

#main #set-frm table .comment05
{
	margin: 5px 0 0 0;
	font-size: 82%;
	color: #333333;
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","MS UI Gothic",sans-serif;
}

/* ------------- フォーカス ------------- */
input:focus,
textarea:focus {
	background:#edf5fb;
	}



/* -------- 日本語フォーム -------- */

.form-jpn /* フォーム内を日本語入力に指定（IEのみ対応） */
{
	ime-mode: active;
	padding: 1px 2px;
}

.textbox-jpn /* テキストボックス内を日本語入力に指定（IEのみ対応） */
{
	ime-mode: active;
	padding: 1px 2px;
}


/* -------- 英語フォーム -------- */

.form-eng /* フォーム内を英語入力に指定（IEのみ対応） */
{
	ime-mode: inactive;
	padding: 1px 2px;
}

/* ------ セレクトボックスのグループ化 ------ */

optgroup {
	font-style: normal;
	font-weight: bold;
	background:#fdfbe7;
	}
	
optgroup.gray {
	background:#f4f3ef;
	}


/* ------ フォームボタン ------ */

#main p.btn-set,
#main_p p.btn-set
{
	text-align: center;
	clear: both;
}

#main p.btn-set img,
#main_p p.btn-set img
{
	margin: 0 auto 20px auto;
	padding: 0 4px;
}