@charset "UTF-8";

@import "base.css";

/*common
----------------------------------------------------------------------------------------------------common*/
#main p.totop{
	padding: 0 5px 0 0 ;
	text-align: right;
	line-height: 200%;
}
#main p.totop a{
	color: #1361D5;
	text-decoration: none;
}
#main p.totop a:hover{
	color: #666666;
	text-decoration: underline;
}
/*index
----------------------------------------------------------------------------------------------------index*/
#main div.news{
	width: 530px;
	height: 160px;
	padding: 10px;
	margin: 5px 0 25px 25px;
	background: url(../img/newsBg.gif) no-repeat;
}
#main div.news iframe{
	width: 530px;
	height: 160px;
	overflow-x: hidden;
}
/*company
----------------------------------------------------------------------------------------------------company*/
#main table.company{
	width: 520px;
	margin: 10px 0 20px 35px;
	border: 5px solid #E6D5AE;
}
#main table.company th{
	width: 115px;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #E6D5AE;
	line-height: 250%;
	text-align: left;
	font-weight: 100;
}
#main table.company td{
	width: 334px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #E6D5AE;
	border-left: 1px solid #E6D5AE;
}
#map{
	width: 529px;
	height: 398px;
	margin: 10px 0 20px 35px;
	border: 1px solid #E6D5AE;
}
/*system
----------------------------------------------------------------------------------------------------system*/
#main dl.system{
	width: 530px;
	margin: 10px 0 15px 45px;
}
#main dl.system dt{
	padding: 0 0 0 40px;
	border-bottom: 1px solid #666666;
	color: #255812;
	font-size: 1.2em;
	line-height: 140%;
}
#main dl.system dd{
	padding: 10px 50px 0 40px;
	line-height: 120%;
}
#main dl.system dd a{
	color: #666666;
}
#main dl.system dd a:hover{
	color: #1361D5;
}
#main dl.system dt.bg1{
	background: url(../img/system1.gif) no-repeat;
}
#main dl.system dt.bg2{
	background: url(../img/system2.gif) no-repeat;
}
#main dl.system dt.bg3{
	background: url(../img/system3.gif) no-repeat;
}
#main dl.system dt.bg4{
	background: url(../img/system4.gif) no-repeat;
}
#main dl.system dt.bg5{
	background: url(../img/system5.gif) no-repeat;
}
#main dl.system dt.bg6{
	background: url(../img/system6.gif) no-repeat;
}
#main dl.system dt.bg7{
	background: url(../img/system7.gif) no-repeat;
}

/*end
----------------------------------------------------------------------------------------------------end*/