
#right {
	width: 610px;
	float:right;
	margin-left: 15px;
	margin-top: 10px;
	text-align:left;
	vertical-align:top;
	background: #ffffff;
	/*
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	*/
}


/*
div.introduction_title_box {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	background:#ffffff;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 3px;
	margin-left: 5px;
}
*/


/** 導入事例詳細 **/
table.introduction_pager_table{
	width: 100%;
	text-align: center;
	color: #255FA9;
	font-size: 12px;
}
.introduction_pager_table a{
	text-decoration:none;
	color:#255FA9;
}


table.introduction_detail_table{
	margin-top: 10px;
	line-height: 18px;
}
td.introduction_detail_td_left{
	vertical-align:top;
	text-align: left;
	font-size: 12px;
	padding-right:5px;
}
td.introduction_detail_td_right{
	vertical-align:top;
	text-align: left;
	font-size: 12px;
	padding-left:5px;
}
div.introduction_detail_title{
	font-size: 12px;
	padding-bottom: 5px;
}


/** 会社紹介 **/
div.company{
	padding-top: 5px;
}
table.company_table {
	font-size: 12px;
}
td.company_col1{
	width: 100px;
	vertical-align: top;
	padding-right: 8px;
	font-weight: bold;
	font-size:13px;
	line-height: 28px;
}
td.company_col2{
	width: 370px;
	vertical-align: top;
	line-height: 28px;
}
td.company_col3{
	width: 170px;
	vertical-align: top;
	text-align: right;
	line-height: 18px;
}


/** 社史 **/
div.history_header{
	background-image: url(../img/recruit_note_top.gif);
	height: 5px;
}
div.history {
	width: 95%;
	text-align: left;
}
div.history_footer {
	background-image: url(../img/recruit_note_under.gif);
	height: 15px;
}
div.history_bg {
	background-image: url(../img/recruit_note_middle.gif);
	text-align: center;
	padding-top: 15px;
	padding-left: 55px;
	padding-right: 20px;
	padding-bottom: 15px;
}
table.history_table {
	line-height: 25px;
	font-size: 12px;
}
td.history_col1{
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 25px;
}
td.history_col2{
	vertical-align: top;
}
div.history_col_title{
	font-weight: bold;
	color: #00439A;
	font-size: 12px;
}



