@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問合せ設定　ハックは最下部に記述
=================================================================== */
@import url("default.css");
@import url("common.css");

/* #title_area 画像タイトル
----------------------------------------------------------- */

#title_area #wrp_area h2 {
	background:url(../reserves/images/title.jpg) left top no-repeat;
}


#contents #cnt_yoyaku{
	width: 710px;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

