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

#title_index {
	background: url(../images/company/index/h2_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	width: 460px;
	margin-bottom: 10px;
}

#title_meeting {
	background: url(../images/company/meeting/h2_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	width: 460px;
	margin-bottom: 10px;
}

#title_access {
	background: url(../images/company/access/h2_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	width: 460px;
	margin-bottom: 10px;
}

#title_history {
	background: url(../images/company/history/h2_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	width: 460px;
	margin-bottom: 10px;
}


/*index
--------------*/

#index_table {
	width: 460px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 20px;
}

#index_table th {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-weight: normal;
	text-align: left;
	background: #F7F7F7;
	padding: 10px 5px;
	width: 100px;
}

#index_table td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px 5px;
}

/*meeting
--------------*/
#meeting_box_l {
	float: left;
	width: 310px;
}

#meeting_box_r {
	float: right;
	width: 130px;
}

#meeting_box_l p {
	line-height: 1.6em;
	letter-spacing: 0.2em;
}


/*access
--------------*/


/*history
--------------*/

#history_table {
	width: 460px;
	border-top: 1px dotted #999999;
	margin-bottom: 20px;
}

#history_table th {
	border-bottom: 1px dotted #999999;
	font-weight: normal;
	text-align: left;
	background: #F7F7F7;
	padding: 10px 5px;
	width: 60px;
}

#history_table td {
	border-bottom: 1px dotted #999999;
	padding: 10px 5px;
}
#contents_l {
	width: 280px;
	float: left;
}

.text_box {	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;	
}


#contents_r {
	float: right;
	width: 150px;
	margin-bottom: 25px;
}
