@import url("base.css");
@import url("header-footer.css");
 

/*

for CompanyInfo

*/
/*   title
--------------------------------*/
#contents h1#title-companyinfo {
	height: 33px;
	margin-left: 18px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: inline-block;
}
/*  welcome  block
-------------------------------*/
#welcomemessage {
	margin-left: 50px;
}
#welcomemessage #message {
	margin-left: 30px;
	float: left;
	height: auto;
	width: 500px;
	padding-right: 20px;
}
#welcomemessage img#daihyou {
	float: left;
	border: 1px solid #000000;
}
#message h2 {
	margin-bottom: 1.5em;
	margin-left: 15px;
}
#message p{
	padding-left: 20px;
	line-height: 2em;
	padding-bottom: 1.5em;
	text-indent: 1em;
}

#message img#sign {
	float: right;
}
/* companyinfo body
-------------------*/


#contents #companyinfo-body {
	clear: both;
	margin-left:18px;
	margin-right:18px;
	background-image: url(../common-images/dot-border.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 80px;
}
#companyinfo-body #first {
	float: left;
	width: 440px;
}
#companyinfo-body #second {
	float: right;
	width: 450px;
}
#companyinfo-body h1,
#forprint h1         {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-image: url(../common-images/companyInfo-title-bg.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	font-size: 115%;
	font-weight: bold;
	line-height: 120%;
	height: 1.4em;
	vertical-align: middle;
	padding-top: 0.25em;
	padding-bottom: 0.15em;
}
#companyinfo-body .block{
	margin-top:0px;
	margin-bottom:50px;
}
/*　会社概要
----------------------------*/
#gaiyou table {
	margin-top: 25px;
	margin-left: 12px;
	border: 1px solid #FFFFFF;
	font-size: 96%;
	width: 430px;
}
#gaiyou table tr.odd {
	background-color: #ECF5FF;
}
#gaiyou table th {
	width: 6em;
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0.5em;
	vertical-align: top;
}
#gaiyou table td {
	padding: 0.5em;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#gaiyou table ul {
	list-style-type: disc;
}
#gaiyou table ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
/*  アクセス
----------------------------*/
#access img#map {
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
}
#access #address{
	padding:5px;
}
#access p {
	margin-left: 18px;
	line-height: 120%;
	font-size: 96%;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#access #address ul {
	list-style-type: none;
	margin-left: 18px;
}
#address ul li {
	background-image: url(../common-images/wm-newwindowlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*  サービス一覧
----------------------------*/
#servicelist ul {
	margin-left: 36px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#servicelist p {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	margin-left: 18px;
}
#history dl {
	margin-left: 18px;
	margin-right: 4px;
}
#history dd {
	margin-left: 90px;
}
#history dt {
	font-weight: bold;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: -1em;
	width: 90px;
}
/* 沿革
-------------------------------*/


#history #lists {
	margin-left: 18px;
	margin-top: 25px;
	background-image: url(../common-images/companyInfo-history-dots.gif);
	background-repeat: repeat-y;
	background-position: 115px;
	font-size: 95%;
	font-weight: normal;
}
#history h1 .kisho {
	font-size: 90%;
	color: #999999;
}

#history #lists .event {
	margin-top: 10px;
	margin-bottom: 10px;
}
#history #lists .year {
	margin-top: 30px;
}
#history #lists .date {
	float: left;
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding-right: 25px;
	background-image: url(../common-images/companyInfo-history-point.gif);
	background-repeat: no-repeat;
	background-position: right 0.25em;
}
#history #lists .desc {
	float: right;
	width: 300px;
}
#history #lists .kisho {
	font-size: 95%;
	color: #999999;
}

#history #lists #start {
	background-image: url(../common-images/companyInfo-history-start.gif);
	background-position: right top;
}
#history #lists #now {
	background-color: #FFFFFF;
	background-image: url(../common-images/companyInfo-history-now.gif);
	background-position: right top;
}
/* お問い合わせ
--------------------*/
#contact ul {
	margin-top: 10px;
	margin-left: 18px;
	padding-left: 1.4em;
}

