@charset "shift_jis";
/* 

==========================================
Todoroki Real Estate Website
contact/form.css


				Established in 2006/02/10 
					Designed by Kappe Inc.
==========================================

=CONTENTS=

	* Default Style (Superscription)
	* Form Frame Style
	* FormControl Style 

	
=INFORMATION=

	* The style of the inquiry form is managed with CSS. 
						
	



*/


/*--- Default Style (Superscription) -----------------------------------*/
 
#contactForm p {
		margin: 15px 0;
}


/*--- Form Frame Style ----------------------------------------------*/

#contactForm {
		margin: 15px 0;
		font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #666;
}


#contactForm label {
		font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		font-weight: bold;
		color: #3399FF;
}


#contactForm fieldset {
		border: 2px solid #999;
		padding: 0 20px;
}


#contactForm legend {
		font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		background: #3399FF;
		border: 1px solid #CCC;
		padding: 4px 8px;
}
		


/*--- FormControl Style ----------------------------------------------*/

#formname, #formmail, #formphone {
		width: 200px;}


#formrent {
		width: 150px;}
		
		
#formtext {
		width: 400px;
		height: 10em;
		overflow: auto;
		font-size: small;		
}		




/*--- Heading ----------------------------------------------*/

#layout #wrap #contentsframe h3 {
		width: 300px;
		height: 50px;
		text-indent: -9999px;
}


#layout #wrap #contentsframe h3#f_forent {
		background: url(../../img/contact/h-forent.gif) no-repeat;
}


#layout #wrap #contentsframe h3#f_exceptrent {
		background: url(../../img/contact/h-exceptrent.gif) no-repeat;
}

	


/*--------------------------- page end ---*/
