@charset "utf-8";
/* --------------------------------------------------

	css/company.css

-------------------------------------------------- */

/* ------------------------
	title
------------------------ */
#title {
	background-image: url(../img/common/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
	width: 936px;
	margin-bottom: 24px;
}
#title h2 {
	padding-top: 30px;
	padding-left: 20px;
	width: 600px;
}
#title p {
	float: left;
	padding-top: 45px;
	padding-left: 105px;
	width: 190px;
}

/* ------------------------
	contents
------------------------ */

/* box */
#contents .box {
	padding-left: 1px;
	width: 654px;
	padding-bottom: 9px;
	overflow: hidden;
}
#contents .box dl {
	float: left;
	width: 211px;
	height: 107px;
	background-image: url(../img/common/box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents .box dt {
	padding-top: 4px;
	height: 27px;
	line-height: 27px;
	padding-left: 25px;
	font-size: 11px;
}
#contents .box dt a {
	line-height: 27px;
	font-size: 11px;
}
#contents .box dd {
	padding-left: 9px;
	padding-top: 10px;
	line-height: 1.2;
}
#contents .box dd.btn {
	padding-top: 5px;
	padding-left: 13px;
}
#contents .box dd a {}

/*contents_inner*/
#contents .contents_inner p {
	line-height: 2;
}

/* table */
#contents .contents_inner table {
	width: 600px;
}
#contents .contents_inner th {
	text-align: left;
	padding-bottom: 20px;
	width: 130px;
	line-height: 1.5;
}
#contents .contents_inner td {
	padding-bottom: 20px;
	line-height: 1.5;
}

/* ul */
#contents .contents_inner ul {
	padding-left: 20px;
}
#contents .contents_inner li {
	list-style-type: disc;
	line-height: 2;
}
#contents .contents_inner li a {
	line-height: 2;
}

/* ------------------------
	side
------------------------ */
/* side_inner */
#side .side_inner {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #acacab;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #acacab;
	border-bottom-color: #acacab;
	border-left-color: #acacab;
}
#side .side_inner dl {

}
#side .side_inner dt {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
	background-image: url(../img/common/side_hr01.gif);
	height: 45px;
}
#side .side_inner dd {
	height: 45px;
	line-height: 45px;
	background-image: url(../img/common/side_hr01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}
#side .side_inner dd a {
	line-height: 45px;
	display: block;
	height: 45px;
	background-image: url(../img/common/icon01.gif);
	background-repeat: no-repeat;
	background-position: 17px center;
	padding-left: 30px;
}
#side .side_inner dd.end {
	padding-bottom: 0px;
	background-image: none;
}
