/*****************
  お問合わせ用CSS 
******************/

/* お問合わせ全体 */
#inq {
	width	: 630px;
	margin 	: 0px;
	padding : 0px;
	
	background-color	: #DDDDDD;
}

#inq_head_area {
	width	: 630px;
	height	: 15px;
	margin 	: 0px;
	padding : 0px;
}
div.inq_head_space {
	width	: 10px;
	height	: 15px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
#inq_head {
	width	: 610px;
	height	: 15px;
	margin 	: 0px;
	padding : 0px;
	
	vertical-align	: text-bottom;
	
	float	: left;
}

#inq_area {
	width	: 630px;
	margin 	: 0px;
	padding : 0px;
}
#inq_area_inner {
	width	: 620px;
	margin 	: 0px;
	padding : 0px;
	
	background-color	: #FAFAFA;
	
	float	: left;
}
div.inq_innner_devide {
	width	: 620px;
	height	: 7px;
	margin 	: 0px;
	padding : 0px;
	
	clear 	: left;
}

/* タイトル表示部  */
#inq_title_area {
	width	: 620px;
	height	: 30px;
	margin 	: 0px;
	padding : 0px;
	
	vertical-align	: bottom;
	
	background-image	: url(../img_static/bg_detail_title.gif);
	background-repeat	: no-repeat;
}
#inq_area_top {
	width	: 620px;
	height	: 8px;
	margin 	: 0px;
	padding : 0px;
}
#inq_title_inner {
	width	: 620px;
	height	: 12px;
	margin 	: 0px;
	padding : 0px;
}
#inq_title_space {
	width	: 20px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
#inq_title {
	width	: 500px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
span.inq_title_font {
	color		: #3266CC;
	font-weight	: bold;
}
#inq_title_right {
	width	: 100px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
/* 説明表示部  */
#inq_comment_area{
	width	: 620px;
	height	: 20px;
	margin 	: 0px;
	padding : 0px;
}
#inq_comment_space {
	width	: 15px;
	height	: 20px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
#inq_comment {
	width	: 605px;
	height	: 20px;
	margin 	: 0px;
	padding : 0px;
	
	vertical-align	: sub;
	
	float	: left;
}
/* 区切り線 */
div.inq_line_area {
	height	: 1px;
	width	: 620px;
	margin 	: 0px;
	padding : 0px;
	
	clear 	: left;
}
div.inq_line_side {
	width	: 15px;
	height	: 1px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
div.inq_line {
	width	: 590px;
	height	: 1px;
	margin 	: 0px;
	padding : 0px;
	
	background-image	: url(../img_static/border_support.gif);
	background-repeat	: repeat-x;
	
	float	: left;
}
/* 連絡先 */
div.inq_contact_space {
	width	: 20px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
div.inq_contact_title {
	width	: 70px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
div.inq_contact_comment {
	width	: 380px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}
div.inq_contact_address {
	width	: 150px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}

/* 余白 */
div.inq_devide {
	height	: 5px;
	margin 	: 0px;
	padding : 0px;
	
	clear	: left;
}
div.inq_border {
	width	: 5px;
	margin 	: 0px;
	padding : 0px;
	
	float	: left;
}