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

/*-- 会社概要 --*/

#contents-left {
	width: 145px;
	float: left;
}

#contents-right {
	width: 585px;
	float: right;
}

.contents-midashi {
	width: 580px;
	padding-top: 5px;
}

.box-newstitles {
	width: 580px;
	margin-top: 20px;
}

.box-newsentry {
	width: 580px;
	height: 65px;
	margin-bottom: 20px;
}

.entry-left {
	width: 65px;
	float: left;
}

.entry-right {
	width: 500px;
	float: right;
}

.entry-right .date {
	padding-top: 10px;
	color: #69594C;
	font-size: 11px;
	*font-size:71%;
	font-weight: bold;
}

.entry-right .title {
	padding-top: 8px;
	font-size: 12px;
}

.entry-left a img {
	border: 1px solid #DAC790;
}

.entry-left a img:hover {
	border: 1px solid #B9A372;
}

ul#page-navi{
    list-style:none;
    width:100%;
}

ul#page-navi li{
    list-style:none;
    margin-top: 10px;
    *margin-top: 0px;
    *margin-bottom: 10px;
}

#page-navi {
	display: block;
}

#page-navi a.gaiyou0{
	display:block;
	width:55px;
	background:url(../images/company/gaiyou-set.jpg) no-repeat;
	height:17px;
    text-indent:-200px;
    overflow:hidden;
}

#page-navi a:hover.gaiyou0 {
    background-position:0px -17px;
}

#page-navi a.gaiyou1{
	display:block;
	width:55px;
	background:url(../images/company/gaiyou-set.jpg) no-repeat;
	background-position: 0px -17px;
	height:17px;
    text-indent:-200px;
    overflow:hidden;
}

#page-navi a.enkaku0{
	display:block;
	width:55px;
	background:url(../images/company/enkaku-set.jpg) no-repeat;
	height:17px;
    text-indent:-200px;
    overflow:hidden;
}

#page-navi a:hover.enkaku0 {
    background-position:0px -17px;
}

#page-navi a.enkaku1{
	display:block;
	width:55px;
	background:url(../images/company/enkaku-set.jpg) no-repeat;
	background-position: 0px -17px;
	height:17px;
    text-indent:-200px;
    overflow:hidden;
}

.company-navi {
	width: 100px;
}

/*-- 沿革 --*/

.box-company {
	width: 573px;
	margin-bottom: 20px;
	font-size: 11px;
	*font-size:71%;
}

.box-company dt {
	float: left;
	clear: left;
	color: #69594C;
	line-height: 3.5em;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 0px;
}

.box-company dd {
	color: #69594C;
	line-height: 3.5em;
	margin-left: 30px;
	padding-right: 5px;
	padding-left: 55px;
	padding-top: 0px;
}

.box-company dl {
	margin: 0 0 15px;
	clear: both;
}

/*-- 概要 --*/

.box-newstitles table {
	border: 0px;
	width: 570px;
	line-height: 1.5em;
	color:#69594C;
	padding: 5px;
	font-size: 11px;
	*font-size:71%;
}

.box-newstitles table td {
	border: 0px;
	padding: 5px;
}

.box-newstitles table th {
	width: 80px;
	border: 0px;
	text-align: left;
	padding: 5px;
	margin: 0px;
	vertical-align:top
}


