@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #003399;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#index {
	width:320px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-160px;
	background:url(img/index.gif);
}

#index a{
	display: block;
	width:320px;
	height:200px;
}

#index img{
	margin-top: 160px;
	border: none;
}

#container {
	overflow:auto;
	width:920px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-460px;
}

#logo {
	width:920px;
	height:33px;
	background-image:url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
}

#logo a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 33px;
}

#main {
	width:920px;
	height:440px;
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#manu {
	float: left;
	width: 180px;
	height: 430px;
	margin-top: 10px;
}

#navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi li {
	width: 180px;
	height: 35px;
	padding: 0;
	display: inline;
	margin: 0;
}

#navi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 35px;
}

#navi .adress a {
	background:url(img/navi.gif) 0 0 no-repeat;
}
#navi .adress a:hover , .adress_on a {
	background:url(img/navi.gif) -180px 0 no-repeat;
}

#navi .works div {
	background:url(img/navi.gif) 0 -40px no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 35px;
}

#navi .works_event a {
	background:url(img/navi.gif) 0 -80px no-repeat;
}
#navi .works_event a:hover , .works_event_on a {
	background:url(img/navi.gif) -180px -80px no-repeat;
}

#navi .works_goods a {
	background:url(img/navi.gif) 0 -120px no-repeat;
}
#navi .works_goods a:hover , .works_goods_on a{
	background:url(img/navi.gif) -180px -120px no-repeat;
}

#navi .company a {
	background:url(img/navi.gif) 0 -160px no-repeat;
}
#navi .company a:hover , .company_on a{
	background:url(img/navi.gif) -180px -160px no-repeat;
}

#navi .contact a {
	background:url(img/navi.gif) 0 -200px no-repeat;
}
#navi .contact a:hover , .contact_on a{
	background:url(img/navi.gif) -180px -200px no-repeat;
}

#contents_adress {
	float: left;
	width: 720px;
	height: 430px;
	overflow: hidden;
	/*background-image: url(img/map.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	/* text-indent:-9999px; */
	display:block;
}

#address_box{
	margin: 4px 0px 0px 0px;
	width: 300px;
	text-align: left;
	background-color: #fff;
	float: left;
}

#address_box h1{
	margin: 0px;
	padding: 20px 0px 0px 40px;
	font-size: 12px;
}

#address_box_in{
	padding: 25px 0px 0px 60px;
}

.address_jp{
	margin: 0px;
	padding: 17px 0px 40px 0px;
	font-size: 10px;
	line-height: 1.5;
}

.address_en{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 1.5;
}

#contents_company {
	padding-top: 45px;
	padding-right: 40px;
	padding-left: 40px;
	float: left;
	height: 395px;
}
#contents_company table {
	width: 640px;
}
#contents_company th {
	background-image: url(img/icon_falcon.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	text-align: left;
	vertical-align:top;
	padding-left: 20px;
	width: 125px;
}
#contents_company .com_deta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccddee;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
#contents_company .com_deta_end {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#contents_works {
	float: left;
	width: 720px;
	height: 415px;
	padding-top: 25px;
}

#footer {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	padding-right: 20px;
}
