@charset "UTF-8";

/* ***************************************************
* CSS file For fujikasei
	FileName: message.css
	data:2008/09/17 kinoshita

■目次 ==========================================
■[01]:ご挨拶　ＴＯＰ
■[02]:ご挨拶　会社概要
■[03]:ご挨拶　富士化成の歴史
■[04]:ご挨拶　スタッフ紹介
**************************************************** */


/* common.cssを上書きする↓ */
/********** --ビゲーション **********/
/*-----------------------------------------------------------
■共通
------------------------------------------------------------*/
div.Text{
	padding-bottom: 10px;
}

/*-----------------------------------------------------------
■[01]:ご挨拶　ＴＯＰ
------------------------------------------------------------*/

/* 社長からのメッセージ */
div.presidentText{
	width: 610px;
}

div.presidentText img{
	float: right;
	margin: 0 0 10px 10px;
}

div.philosophyImage img{
	display:block;
}



/*-----------------------------------------------------------
■[02]:ご挨拶　会社概要
------------------------------------------------------------*/


table.history tr th{
	text-align: right;
}




/*-----------------------------------------------------------
■[03]:ご挨拶　富士化成の歴史
------------------------------------------------------------*/
table tr td.photo{
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	width: 180px;
}

table tr td.title{
	background-color: #e0dcf0;
}

table tr td.title2{
	background: url(/img/common/table_th_mark.gif) no-repeat 8px 12px #e0dcf0;
	color: #003999;
	padding-left: 20px;
}

p.subTtl{
	margin: 20px 0 5px 0;
}


table.company tr td a{
	text-decoration: underline;
}


table.mt5{ margin-top : 5px; }



/*-----------------------------------------------------------
■[04]:ご挨拶　スタッフ紹介
------------------------------------------------------------*/
div.TextStaff{
	padding-bottom: 10px;
	font-weight: bold;
	color: #003999;
}

div.StaffBox{
	width: 610px;
}

div.StaffBox dl{
	float: left;
	padding-bottom: 30px;
	background: url(/img/message/dot_staff.gif) repeat-x left bottom;
	margin-bottom : 10px;
}

div.StaffBox dl dt{
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	text-indent:15px;
	background: url(/img/message/bg_subttl.gif) no-repeat left top;
}

div.StaffBox dl dt span{
	font-weight: normal;
	color: #f0a900;
}

div.StaffBox dl dd{
	padding-top: 10px;
}

div.StaffBox dl dd img{
	float: right;
	margin: 0 0 10px 10px;
}



