﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 Site URL :           http://www.dcot.co.jp/
 File name :          print.css http://www.dcot.co.jp/css/print.css
 Summary :            print styles
 Created :            2009-04-08 by yuko aono
 Last Update :        2009-05-08 by yuko aono
 Author :             yuko aono 
===================================================================*/
body {
	margin: 0;
	padding: 0;
	background: none;
	zoom: 0.7;
	/*overflow: visible !important;*/
}

#dcot {
	width: 1024px;
	text-align: left;
}

#header {
	height: 91px;
	width: 1024px;
}

#gNavigation {
	margin-left: 62px;
}

#mainArea{
	clear: both;
	width: 1024px;
	margin: 0;
	background: transparent url(../../images/common/bg_contents.jpg) left top no-repeat;
}

#mainContents {
	float: right;
	width: 752px;
	background: transparent url(../../images/common/bg_main_contents.gif) 0px 86px no-repeat;
}

#titleIndex {
	margin: 30px 0 30px 14px;
	width: 666px;
	height: 80px;
	background: transparent url(../../images/common/title_bg.gif) left top no-repeat;
}

.business {}

.business .businessList {
	/*width: 100%;*/
	/*position: absolute;*/
	width: 620px;
}

.business .businessList span {
	/*width: 45%;*/
	display: inline-block;
	width: 300px;
	float: none;
	
	/*background: blue;*/
}

.sitemap .sectionL,
.sitemap .sectionR { width: 45%;}


.pageTop { clear: both;}

#sideContents {
	float: left;
	width: 255px;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 1024px;
	height: 142px;
	background: transparent url(../../images/common/bg_footer.gif) left bottom repeat-x;
}

/*
#footer, x:-moz-read-only { display: table;}
*/
