@charset "UTF-8";
/* CSS Document */

/*==========================================================

	メインイメージ（階層ページ版）

==========================================================*/
#mainimg_second {
	font-family:'Lucida Grande', Meiryo, sans-serif;
	width:896px;
	height:116px;
	position:relative;
	clear:both;
	background-image: url(../image/main_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;	/*padding-bottom: 10px;*/
}
.maintitle {
	width:300px;
	height:30px;
	position:absolute;
	top:50px;
	left:20px;
	font-size: 20px;
        font-weight:bold;
	color: #222222;
}
.maintext {
	width:300px;
	height:30px;
	position:absolute;
	top:30px;
	left:20px;
}

/*==========================================================

						テーブル

==========================================================*/

/* tableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	padding: 20px 30px;
	color: #1D5C79;
}


.company_table	{
	border: 1px solid #DDD;
}
.company_table th	{
	background: url(../image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
	width:100px;
}
.company_table td	{
	border: 1px solid #DDD;
	color: #333;
}


