/* -------------------------------------------------------
共通
---------------------------------------------------------*/
body {
	background:url(../images/share/bg.jpg) repeat;
	font-size:80%;
	text-align:center;
	}

/* -----------------------------------------------------
コンテンツ部分
-------------------------------------------------------*/

/* 崩れたらbackground要素のwidthの値を縮めて調整 */

/* コンテンツフレーム外壁 */
#bl_cont{
	margin:0px auto;
	width:950px;
	background:url(../images/share/cont_bg.jpg) repeat-y;
	text-align:center;
}

/* コンテンツフレーム外壁のモダンブラウザ用ハック */
html[xmlns] #bl_cont{
	margin:0px auto;
	width:950px;
	background:url(../images/share/cont_bg.jpg) repeat-y;
	text-align:center;
	overflow:hidden;
	height:auto;
}

/* 入力画面タイトル名 */
.htitle{
	width:950px;
	margin:0 auto;
	background:url(../images/input/header_top.jpg) no-repeat center top;
	display:block;
	text-align:center;
	padding-bottom:20px;
}

.htitle_bg{
	width:950px;
	margin:0 auto;
	display:block;
	text-align:center;
}

.htitle_bg h2{
	display:block;
	margin:0 auto;
	padding-top:30px;
	width:523px;
	height:123px;
	text-align:center;
}

/*カテゴリーアイコン設定*/
.htitle_bg h2 img.ctg_icon{
	width:80px;
	height:110px;
	margin:0px 0px 10px 0px;
}

/*メニュータイトル画像設定 */
.htitle_bg h2 img.menuTitle{
	margin:0px;
	width:443px;
	height:123px;
}

.htitle p{
	width:500px;
	height:auto;
	line-height:1.6;
	font-weight:bold;
	color:#2f0a35;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:5px;
}

/*リード*/
p.input_read{
	width:500px;
	height:auto;
	line-height:1.6;
	font-weight:bold;
	color:#f8f3f3;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:10px;
	font-size:90%;
}

/*占断項目*/
.midashi_box{
	width:600px;
	margin:0 auto;
	background:url(../images/input/midashi_bg.gif) repeat-y center;
	display:block;
	text-align:center;
}

.midashi_btm{
	width:600px;
	margin:0 auto;
	background:url(../images/input/midashi_btm.gif) no-repeat center bottom;
	display:block;
	text-align:center;
	padding-bottom:80px;
}

.midashi_top{
	background:url(../images/input/midashi_head.gif) no-repeat center top;
	display:block;
	text-align:center;
	width:600px;
	height:auto;
	margin:0 auto;
}

/*「このメニューでは以下の項目を占います。」*/
.midashi_box h3.midashi{
	display:block;
	text-align:center;
	width:600px;
	height:auto;
	line-height:1.6;
	font-weight:bold;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:10px;
}

.midashi_box ul.item{
	width:420px;
	height:auto;
	margin:0 auto;
	display:block;
	text-align:left;
	padding-top:0px;
}

.midashi_box ul.item li{
	padding-top:6px;
	padding-bottom:2px;
	width:400px;
	line-height:1.2;
	font-size:80%;
}

/*固定小見出しのアイコン設定（青）*/
.midashi_box ul.item li.icon01{
	background:url(../images/input/icon01.gif) no-repeat left top;
	padding-left:25px;
	font-weight:bold;
	color:#0b3e66;
}

/*可変小見出しのアイコン設定（赤茶）*/
.midashi_box ul.item li.icon02{
	background:url(../images/input/icon02.gif) no-repeat left top;
	padding-left:25px;
	font-weight:bold;
	color:#363229;
}

/*パック用*/
/*『他○○項目』文言*/
.midashi_box ul.item li.header_txtetc{
	width:400px;
	height:auto;
	line-height:1.6;
	font-weight:bold;
	margin:0 auto;
	text-align:right;
}

/*『このメニューは…』文言*/
.midashi_box ul.item li.header_txtsp{
	width:400px;
	height:auto;
	line-height:1.2;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
}


/*『このメニューは…』3メニュー名*/
.midashi_box ul.item li.header_txtspb{
	width:400px;
	height:auto;
	line-height:1.2;
	font-weight:bold;
	margin:0 auto;
	text-align:left;
	color:#993333;
}

.htitle p.header_txt{
	width:350px;
	height:auto;
	line-height:1.8;
	font-weight:bold;
	color:#171507;
	font-size:100%;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:20px;
	text-align:left;
}


/* -----------------------------------------------------
form部分
-------------------------------------------------------*/
#frmFlash{
	background :url(../images/input/swf.jpg) no-repeat center top;
	width:600px;
	height:416px;
	margin-bottom:0;
	text-align:center;
}

/*-------------------------------------------form枠*/
.box_ipt{
	width:750px;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
	background :url(../images/input/form_bg.jpg) repeat-y center;
}

.fmBox_head{
	width:750px;
	margin:0px auto;
	padding-top:50px;
	padding-bottom:0px;
	background :url(../images/input/form_head.jpg) no-repeat center top;
}

.fmBox_btm{
	width:750px;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:70px;
	background :url(../images/input/form_btm.jpg) no-repeat center bottom;
	text-align:center;
}
/*-------------------------------------------form枠End*/


/*----------------------------------------共通form用ul領域*/
.ipt{
	width:400px;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	height:auto;
	text-align:center;
}

li img , select , input{
	vertical-align:middle;
}

li input{
	margin-left:2px;
	margin-right:3px;
}

li select{
	margin-left:1px;
	margin-right:1px;
}


select option { 
	padding :0px 5px;
	}

/*フォーム内先頭項目設定*/
.fm0{
	width:380px;
	height:22px;
	margin:0 auto;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
	font-size:80%;
	color:#FFFFFF;
}

/*フォーム内共通設定*/
.fm{
	width:380px;
	height:25px;
	margin:0px auto 11px auto;
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
}

/*追加項目用*/
.fm4{
	width:380px;
	height:22px;
	margin:0px auto 11px auto;
	vertical-align:middle;
	text-align:center;
	padding-left:20px;
}
/*注意文言用*/
.fm5{
	width:380px;
	height:22px;
	margin:0px auto;
	line-height:1.3;
	vertical-align:top;
	text-align:left;
	padding:0px 0px 0px 100px;
	font-size:80%;
	color:#FFFFFF;
}
	
	/*IE6用*/
	* html .fm5{
		width:280px;
		height:22px;
		margin:0px 0px 0px 80px;
		line-height:1.3;
		vertical-align:top;
		text-align:left;
		padding:0px;
		font-size:80%;
		color:#FFFFFF;
	}


/*見出し（あなた）*/
.fmBox_btm h3.fm2{
	background :url(../images/input/form_start.gif) no-repeat center bottom;
	width:400px;
	height:82px;
	display:block;
	padding-top:10px;
	padding-bottom:0px;
	margin:0 auto;
}

/*見出し（あの人）*/
.fmBox_btm h3.fm2b{
	background :url(../images/input/form_midashi_02.gif) no-repeat center top;
	width:400px;
	height:131px;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 auto;
}
	
.fmBox_btm h3.fm2b img{
	margin:50px auto 0px auto;
}

/*見出し（追加項目分）*/
.fm2c{
	width:320px;
	height:40px;
	margin:10px auto 5px auto;
	text-align:left;
}

/*record*/
.fm3{
	width:380px;
	height:22px;
	margin: 0px auto;
	vertical-align:middle;
	text-align:center;
	padding-bottom:10px;
}

.fm3 img{
	margin-right:0px;
}

/*submit*/
.fm_btn{
	background :url(../images/input/form_end.gif) no-repeat center top;
	width:400px;
	display:block;
	margin:0;
	text-align:center;
	padding-top:60px;
}

.fm_btn img{
	width:120px;
	height:60px;
	border:0;
}


/* ---------------------------------------------------
読み込み部分を一括で囲む用要素
-----------------------------------------------------*/
.footer_group{
	width:950px;
	height:auto;
	margin:0px;
	padding-top:0px;
	padding-bottom:150px;
	background :url(../images/share/cont_btm.jpg) no-repeat center bottom;
	}

/* ---------------------------------------------------
「ご利用には○○円かかります」用外部jsファイル用要素
-----------------------------------------------------*/
.payment{
	/*このdivはpaddingで余白バランスをとる*/
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	width:560px;
	height:auto;
	font-size:80%;
	color:#cdcbae;
}

.payment p{
	margin-top:0px;
	line-height:1.3;
	text-align:center;
}

.payment strong{
	font-weight:bold;
	color:#dc6e71;
	padding-bottom:5px;
}

.payment .warning{
	color:#ffffff;
	font-size:90%;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:15px;
}

.payment .about{
	color:#f4efe5;
}

.payment .about em{
	font-weight:bold;
	color:#ecbb59;
	font-style:normal;
	line-height:1.4;
}
.payment .hed{
	font-weight:bold;
	color:#d8d699;
	font-size:110%;
}

.payment a:link{color:#FFFF66;text-decoration: underline;}
.payment a:visited{color:#00FFFF; text-decoration: underline;}
.payment a:active{color: #FFFF66;text-decoration: none;}
.payment a:hover{color: #FFFF66;text-decoration: none;}


/* ---------------------------------------------------
「推奨環境」用外部jsファイル用要素
-----------------------------------------------------*/
.browz{
	margin:0px auto;
	padding:20px 5px 0px 5px;
	width:530px;
	height:auto;
	font-size:80%;
	color:#f4efe5;
	text-align:left;
}

.browz p{
	margin-top:10px;
	margin-bottom:5px;
	line-height:1.3;
}

.browz strong{
	font-weight:bold;
	color:#f4efe5;
	font-size:110%;
	
}

.browz .mid{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.browz table{
	width:530px;
	margin:0 auto;
}

.browz td{
	margin-top:5px;
	margin-bottom:5px;
	padding:5px 0px;
	color:#f4efe5;
	line-height:1.2;
	text-align:left;
}

.browz td.bl_pic{
	width:100px;
	text-align:center;
}

.browz td.bl_pic img{
	border:0px;
	margin:5px auto;
	width:88px;
	height:31px;
}

/*楽天用*/
.browz ul{
	width:500px;
	margin:10px auto;
}

.browz ul li{
	width:500px;
	font-size:100%;
	line-height:1.3;
	text-align:center;
	margin:0px auto 5px auto;
}

/* ---------------------------------------------------
「最初のページへ戻る」「close」用共通外部jsファイル用要素
-----------------------------------------------------*/
.link{
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	width:500px;
	/*height:auto;*/
	color:#4c4311;
	font-size:95%;
	line-height:1.4;
	text-align:center;
	
}

/* リンク */
a:link{color:#FFFF99;text-decoration: underline;}
a:visited{color:#FF9933; text-decoration: underline;}
a:active{color: #FFFF99;text-decoration: none;}
a:hover{color: #FFFF99;text-decoration: none;}


.link a.l1:link{color: #FFFF99;text-decoration: underline; font-weight:bold;}
.link a.l1:visited{color:#FF9933; text-decoration: underline; font-weight:bold;}
.link a.l1:active{color: #FFFF99;text-decoration: none; font-weight:bold;}
.link a.l1:hover{color: #FFFF99;text-decoration: none; font-weight:bold;}


/* ---------------------------------------------------
「copyright」用外部jsファイル用要素
-----------------------------------------------------*/
.copyright{
	margin:0px auto;
	padding-top:10px;
	padding-bottom:20px;
	width:530px;
	/*width:950px;*/
	height:auto;
	color:#FFFFCC;
	font-size:80%;
	line-height:1.3;
	text-align:center;
}

/*
.copyright p{
	margin:0px auto;
	width:530px;
	padding-top:3px;
	padding-bottom:10px;
	line-height:1.3em;
}*/

.copyright a.l1:link{color:#FFFF66;text-decoration: underline; font-weight:bold;}
.copyright a.l1:visited{color:#FFCC33; text-decoration: underline; font-weight:bold;}
.copyright a.l1:active{color: #FFFF66;text-decoration: underline; font-weight:bold;}
.copyright a.l1:hover{color: #FFFF66;text-decoration: none; font-weight:bold;}
