@charset "Shift_JIS";

#bodyMain{
	display : block ;
    	margin-left:auto; 
     	margin-right:auto;
	background-image : url(../img/fcontact_bg.gif) ;
	background-repeat : no-repeat ;
	text-align : left ;
	width : 850px ;
	height : 210px;
}

#bodyMain #contact_title{
	padding : 0px 0px 0px 10px ;
	width : 600px ;
	height : 40px ;
}

#bodyMain #contact_title p.item{
	font-size : 88% ;
}

#bodyMain p.item{
	padding : 10px 0px 0px 50px ;	
	font-size : 100% ;
}

#fcontactCom{
	display : block ;
    	margin-left:auto; 
     	margin-right:auto;
	text-align : left ;
	width : 850px ;
	height : 200px;
}

#fcontactCom p.item{
	padding : 20px 0px 0px 20px ;
	font-size : 100% ;
}

#sub {
	display : block ;

}

#sub ul li {
	padding : 10px 0px 0px 40px ;
        list-style : none;
}

#sub label {
	width : 150px;
	text-align : right;
	font-weight : bold;
        float: left;
}

#sub textarea {
	padding : 0px 0px 0px 0px ;
	border-color: #000;
	resize: none;
}

#sub textarea: focus {
 	border-color: #0000ff;
	background-color: #ccff00;
	outline: none;
}


#sub #fbutton {
	padding : 15px 0px 15px 300px ;
}

#sub .chara {
	font-size: 18px ;	
}