@charset "utf-8";
/***********************************************************
* 理法姓名学
* 無料鑑定　スタイルシート
***********************************************************/

#free {
 margin-bottom: 30px;
 display: block;
}

h4 {
 margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	height: 50px;
	padding-left: 40px;
	padding-top: 8px;
	background: url(../img/h4.gif) no-repeat;
	color: #330000;
	clear: both;
}

/*----------------------------------------------------------
 左メニュー
----------------------------------------------------------*/	
#left_menu li a {
 width:176px;
	height: 36px;
	display: block;
	overflow: hidden;
	background: url(../img/free/side_menu.gif);
}
#left_menu li.free_btn a {background-position:0 0;}
#left_menu li.seimei_btn a {background-position:0 -36px;}
#left_menu li.aisyou_btn a {background-position:0 -72px;}
#left_menu li.kitsumei_btn a {background-position:0 -108px;}
#left_menu li.free_btn a:hover {background-position:-176px 0}
#left_menu li.seimei_btn a:hover {background-position:-176px -36px}
#left_menu li.aisyou_btn a:hover {background-position:-176px -72px}
#left_menu li.kitsumei_btn a:hover {background-position:-176px -108px}


/*----------------------------------------------------------
 コンテンツ部
----------------------------------------------------------*/	
/* 情報入力個所 */
.fortune_box {
 width: 490px;
	margin: 10px  auto 10px 14px;
	padding: 5px;
	font-size: 1em;
	float: left;
	border-top: 3px solid #330000;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
.fortune_box h4 {
 margin: 0 10px 10px 0;
	padding:0;
	float: left;
}
form {
 width:380px;
 text-align: left;
	float: right;
	font-size: 0.8em;
	padding: 5px;
	margin: 0
}
table#seimei { background: url(../img/free/seimei_bak.gif); }
table#aisyou { background: url(../img/free/aisyou_bak.gif); }
table.f_info {
 width: 300px;
	height:25px;
	margin: 5px 0;
	padding: 0;
	clear: both;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	background: #330000;
}
table.f_info caption {
 width: 300px;
	line-height: 20px;
	border-left: 5px solid #330000;
	border-bottom: 1px solid #330000;
	color: #330000;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}
table.f_info th {
 width: 30px;
	margin: 0 0 0 3px;
	text-align: right;
	font-size: 0.9em;
	padding: 3px;
}
table.f_info td {
 width: 70px;
	margin: 0 3px;
	padding: 3px;
	text-align: left;
	color: #330000;
}
table.f_btn {
 width: 300px;
	height:25px;
	margin: 5px 0;
	padding: 0;
	clear: both;
	color: #FFFFFF;
}
table.f_btn td.center {
 text-align: center;
	background: #FFFFFF;
}

/* 入力関連 */
input.itext,textarea,select {
 color: #330000;
	background: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	font-size: 1.0em;
}
input.itext:focus,select:focus,textarea:focus {
 color: #000000;
	background: #FFFF99;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
input.itext { font-size: 1.2em; }
input.ibtn {
 width: 100px;
	height: 40px;
	text-align: center;
}
input.itext{ width:90% }

/* エラー出力 */
.err {
 width: auto;
	margin: 10px 10px;
	font-size: 0.9em;
	padding: 10px;
	color: #FF0000;
	border-left: 2px dotted #FF0000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

