@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
/*----------------------------------------------------------*/
/* 左コンテナとのマージン									*/
/*----------------------------------------------------------*/
.center_margin {
	float:left;
	width:10px;
}
/*----------------------------------------------------------*/
/* 中央全体													*/
/*----------------------------------------------------------*/
#center_container {
	float:left;
	width:780px;
	/*	高さはココで決める(最低500px)indexstyleと同じにする事	*/
	height:1300px;
	margin:5px 0px 0px 0px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}
/*----------------------------------------------------------*/
/* お問い合せフォーム										*/
/*----------------------------------------------------------*/
/*	カレンダー部	*/
#cal_mfm {
	width:610px;
}
#cal_fm1, #cal_fm2 {
	float:left;
	height:165px;
}
#cal_fm1 {
	width:300px;
	text-align:left;
}
#cal_fm2 {
	width:310px;
}
.cal_m {
	float:left;
	width:150px;
}

/*	問い合わせタイトル部	*/
#cont_t_tbl {
	background-color:#999999;
}
.cont_t_tdt {
	width:100px;
	background-color:#efefef;
	text-align:center;
}
.cont_t_td {
	padding:2px;
	width:550px;
	background-color:#ffffff;
	text-align:left;
}
.cont_t_btn {
	padding:2px;
	background-color:#efefef;
	text-align:center;
}

/*	お問い合せフォーム部	*/
#cont_tbl {
	background-color:#999999;
	line-height:1.5;
	vertical-align:middle;
}
.cont_td1 {
	width:110px;
	background-color:#efefef;
	text-align:center;
}
.cont_td2 {
	padding:2px;
	width:550px;
	background-color:#ffffff;
	text-align:left;
}
.cont_td3 {
	padding:2px;
	background-color:#efefef;
	text-align:center;
}
/* 必須 */
.cont_ab {
	color:#0066ff;
}
/*----------------------------------------------------------*/
/*	 共通メッセージ表示										*/
/*----------------------------------------------------------*/
.cont_end_mes {
	font-size:16px;
	font-weight:bold;
	color:#1d3994;
}
