@charset "utf-8"; 
/* ===================================================================
CSS information

 File Name        : visit.css
 Style Info       : NIPPOS NEWS

=================================================================== */
/* =========== 組合会社紹介 =========== */
#visit_title {
	width:650px;
	height: 164px;
	background-image: url(../images/news/nipposnews_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 10px 0;
}

#visit_title p {
	float: right;
	text-align: right;
	font-size: 1em;
	color: #FFF;
	margin: 80px 20px 10px 0;
	height: auto;
	font-weight: bold;
}

#visit_title2 {
	width:650px;
	height: 164px;
	background-image: url(../images/news/nipposnews_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 10px 0;
}

#visit_title2 p {
	float: right;
	text-align: right;
	font-size: 1em;
	color: #FFF;
	margin: 60px 20px 10px 0;
	height: auto;
	font-weight: bold;
}

#visit {
	width: 640px;
	margin: 0;
	background-color: #FFFFF0;
	border: 1px solid #333;
	padding: 5px;
}

#visit p {
	font-size: 14px;
	margin: 0;
}

#visit .green {
	color: #060;
}

#visit .blue {
	color: #01A1DB;
}

/*右写真*/
#visit_inner_r {
	float: right;
	margin: 0 0 0 10px;
}

#visit_inner_r img {
	clear: both;
}

#visit_inner_r p {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	color: #011B56;
}

/*左写真*/
#visit_inner_l {
	float: left;
	margin: 0px 10px 0 0;
}

#visit_inner_l img {
	clear: both;
}

#visit_inner_l p {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	color: #011B56;
}

/*会社紹介*/
#visit_company {
	float: left;
	width: 585px;
	margin: 10px 0 0px 0;
	height: 40px;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	padding: 10px 0 0 10px;
	background-image: url(../images/visit/visit_company_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.visit_company_table	{
	border: 0px solid #666666;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
	width: 650px;
	table-layout: fixed;
}
.visit_company_table th	{
	border: 1px solid #DDD;
	color: #2c2c2c;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #E1E1E1;
	font-weight: normal;
}

.visit_company_table td	{
	border: 1px solid #DDD;
	color: #2c2c2c;
	font-size: 0.9em;
	text-align: left;
	padding: 3px 0 3px 10px;
}

.visit_company_table td	a {
	color: #1983dd;
	text-decoration: underline;
}

.visit_company_table td	a:hover {
	color: #1983dd;
	text-decoration: none;
}
