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

	大光ルート産業株式会社　会社概要用css
	
-----------------------------------------------------------------------*/


/* -----------------------------------------------------------------------

	サブナビ用css
	
-----------------------------------------------------------------------*/

.sub_outline_navi {
	padding-top: 82px;
	background-image: url(../outline/images/sub_navi_bg.jpg);
	padding-left: 4px;
	height: 230px;
}

.sub_outline_navi ul {
	padding:0;
    margin:0;
    height:45px;
}
.sub_outline_navi ul li {
	display:inline;
	list-style-type: none;
}
.sub_outline_navi ul li a {
	height:0px;
	display:block;
	background-image:url(../outline/images/sub_navi_nomal.gif);
	background-repeat:no-repeat;
	padding-top:45px;
	width:128px;
	float:left;	
}
.sub_outline_navi ul li a:hover {
	background-image:url(../outline/images/sub_navi_hover.gif);
}
.sub_outline_navi .now_sub_message #sub_message a,
.sub_outline_navi .now_sub_message #sub_message a:hover,
.sub_outline_navi .now_sub_outline #sub_outline a,
.sub_outline_navi .now_sub_outline #sub_outline a:hover,
.sub_outline_navi .now_sub_history #sub_history a,
.sub_outline_navi .now_sub_history #sub_history a:hover,
.sub_outline_navi .now_sub_access #sub_access a,
.sub_outline_navi .now_sub_access #sub_access a:hover,
.sub_outline_navi .now_sub_employment #sub_employment a,
.sub_outline_navi .now_sub_employment #sub_employment a:hover
{
background-image:url(../outline/images/sub_navi_now.gif);
}
.sub_outline_navi #sub_message a{
	background-position:0px 0px;
}
.sub_outline_navi #sub_outline a{
	background-position:0px -45px;
}
.sub_outline_navi #sub_history a{
	background-position:0px -90px;
}
.sub_outline_navi #sub_access a{
	background-position:0px -135px;
}
.sub_outline_navi #sub_employment a{
	background-position:0px -180px;
}

/* -----------------------------------------------------------------------

	ご挨拶
	
-----------------------------------------------------------------------*/

#message_h3{
background-image:url(../outline/images/title_message.jpg);
}
#outline_message {
	background-image: url(../outline/images/message_img.jpg);
	background-repeat: no-repeat;
	height: 343px;
	background-position: 430px;
	margin-left: 30px;
}

#outline_message p {
	line-height: 150%;
	color: #333333;
	width: 400px;
	font-size: 13px;
}

#outline_message h4,#outline_message h5 {
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#outline_message h4 {
	background-image: url(../outline/images/message_txt.gif);
	height: 19px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#outline_message h5 {
	background-image: url(../outline/images/message_txt2.gif);
	height: 15px;
	width: 400px;
	background-position: right;
	margin-top: 20px;
}
/* -----------------------------------------------------------------------

	会社概要
	
-----------------------------------------------------------------------*/
#outline_h3{
background-image:url(../outline/images/title_outline.jpg);
}
#outline_info {

}
.outline_info_image {
	float: right;
}

#outline_info ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #88A7D0;
	}
#outline_info li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88A7D0;
	list-style:none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#outline_info dt {
	float: left;
	font-weight: bold;
	display: block;
	width: 100px;
	padding-left: 20px;
	font-size: 13px;

}
#outline_info dd {
	font-size: 13px;
	float: left;
}
/* -----------------------------------------------------------------------

	沿革
	
-----------------------------------------------------------------------*/
#history_h3{
background-image:url(../outline/images/title_history.jpg);
}
#history_info {

}
#history_info ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #88A7D0;
	}
#history_info li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88A7D0;
	list-style:none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#history_info dt {
	float: left;
	font-weight: bold;
	display: block;
	width: 120px;
	padding-left: 5px;
	font-size: 13px;

}
#history_info dd {
	font-size: 13px;
	float: left;
	padding-left: 5px;
	width: 430px;
}
/* -----------------------------------------------------------------------

	アクセス
	
-----------------------------------------------------------------------*/
#access_h3{
background-image:url(../outline/images/title_access.jpg);
}
#map {
	border: 1px solid #CCCCCC;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 400px;
}
/* -----------------------------------------------------------------------

	採用情報
	
-----------------------------------------------------------------------*/
#employment_h3{
background-image:url(../outline/images/title_employment.jpg);
}

