@charset("utf-8");



/*
 shear_side_contents_area
----------------------------------------------------------*/

/* 進栄化成についての通常設定 */
div#side_bt_area p#intro_bt a,
div#side_bt_area p#intro_bt a:link,
div#side_bt_area p#intro_bt a:visited {
	background : #FFFFFF url("../images/icon_menu.jpg") no-repeat 10px 7px;
}

/*
 div#main_img_area
----------------------------------------------------------*/

/* メイン画像 */
div#main_img_area {
	width : 650px;
	margin : 0 auto 20px auto;
}

div#main_img_area img {
	width : 650px;
	margin : 0 auto 20px auto;
	text-align: right;
}

/* h2 */
h2 {
	margin-bottom : 20px;
	padding-left : 5px;
	text-align : left;
	line-height : 2;
	font-size : 1.5em;
	color : #666666;
	border-bottom : 3px solid #ffa500;
}

/* テキストエリア枠 */
div#text_area {
	width : 650px;
	margin-bottom : 20px;
	padding : 10px 0;
	text-align : left;
}


p#text_area-title {
	margin-bottom : 20px;
}

/* リンク画像枠 */
p#text_area-link {
	width : 650px;
}

/* リンク通常時設定 */
p#text_area-link a {
	width : 650px;
	height : 56px;
	text-indent : -9999px;
	overflow : hidden;
	display : block;
	background : url("../images/contact/contactbanner.jpg") no-repeat; 
}

/* ロールオーバー時設定 */
p#text_area-link a:hover,
p#text_area-link a:active {
	width : 650px;
	background : url("../images/contact/contactbanner_r.jpg") no-repeat; 
}

/* お問い合わせフォーム大枠 */
div#contents {
	margin-bottom : 20px;
	text-align:  left;
	padding : 0 5px;
}

/* h3 */
h3 {
	width : 620px;
	height : 50px;
	margin-bottom : 20px;
	padding-left : 30px;
	line-height: 3.5;
	text-align : left;
	font-size : 1.2em;
	background : url("../images/contact/midashi_3.jpg") no-repeat;
}



/* コンテンツタイトル */
p.contents_factory_title {
	width : 650px;
	height : 44px;
	margin-bottom : 20px;
	line-height : 3.7;
	background : url("../images/office/midashi_4.jpg") no-repeat;
}

p.contents_factory_title strong {
	padding-left : 50px;
	font-weight : bold;
	color : #666666;
}

/* コンテンツの枠 */
div.contents_factory {
	margin : 0 auto 20px auto;
	padding : 0 30px;
}

/* テキスト部分の枠 */
div#contents_text {
	width : 390px;
	margin-top : 15px;
	margin-right : 10px;
	float : left;
	line-height : 2;
}

/* テキスト部分の枠 */
div#contents_text_ceo {
	width : 590px;
	margin-top : 15px;
	margin-bottom : 20px;
	line-height : 2;
}

/*  */
div#contents_text_ceo img {
	width : 100%;
	margin : 0;
	padding : 0;
	text-align : right;
}

/* 画像部分の枠 */
div#contents_img {
	width : 180px;
	float : right;
}

/* 画像 */
div#contents_img p#img {
	margin : 0 auto 40px auto;
}


/*
	スタッフテーブル設定
-----------------------------------------------------*/

/* スタッフテキスト部分の枠 */
div#contents_staff_text {
	margin-top : 15px;
	margin-bottom : 20px;
	padding-left : 20px;
	line-height : 2;
}

/* テーブルコンテンツの枠 */
div#contents_staff {
	margin : 0 auto 20px auto;
	padding : 0 10px;
}


table {
	margin : 0 auto;
	padding : 0;
	border-spacing : 5px;
	background : #EFEFEF;
}


table th,td{
	
	width : 190px;
	margin : 0;
	padding : 5px;
	border : 1px solid #ff8c00 ;
	vertical-align : top;
}

table th{
	color : white;
	background-color : #ffa500  ;
}


