/* CSS お問い合せフォーム書式系 */

#main .pos	{
			margin-top:10px;
			margin-right:15px;
			line-height:130%;
			letter-spacing:0.1em;
			font-size:14px;
			}
#orderform	{
			margin-right:15px;
			font-size:14px;
			}
#orderform fieldset{
			margin-top:20px;
			border:1px solid #999;
			}
#orderform legend{
			padding-top:2px;
			color:#003333;
			font-weight:bold;
			}
#orderform dl{
			padding:10px 20px 10px 20px;
			}
#orderform dt{
			margin-top:10px;
			}
#orderform dd{
			padding:5px 0 10px 0;
			border-bottom:1px solid #ccc;
			}
#orderform em{
			color:#990000;
			font-style:normal;
			}
#orderform .submit{
			margin-top:30px;
			text-align:center;
			}
#orderform select{
			background:#f7f7f7;
			}
#orderform .assist{
			color:#003333;
			font-size:90%;
			}
#orderform .text1,.text2{
			border:3px double #999;
			padding:2px;
			background-color:#FFFFdd;
			}
