@charset 'utf-8';
@import url(top.css);
@import url(navigation.css);
@import url(service.css);
@import url(introduction.css);
@import url(support.css);
@import url(company.css);
@import url(etc.css);
@import url(information.css);
@import url(sidemenu.css);
@import url(form.css);


/** 基本設定 **/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	font-size: 1px;
	line-height: 0;
	vertical-align: baseline;
}
a {
	color: #004AAB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/** レイアウト **/
body {
	text-align: center;
	font-size: 100%;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	background: #EEEDE3 url(../../img/dc/bg_body.gif) 50% 0 repeat-y;
}
#wrapper {
	width: 890px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 5px;
}
#container {
	padding: 0 5px;
}


/** ヘッダ **/
#header {
	height: 65px;
	position: relative;
	background: url(../../img/dc/bg_header.gif) 0 0 no-repeat;
}
#header * {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
	list-style: none;
	outline: none;
	text-decoration: none;
}
#header a {
	display: block;
	position: absolute;
}
#logo h2 {
	display: none;
}
#logo a {
	width: 200px;
	height: 42px;
	left: 15px;
	top: 14px;
}

#headerMenu a {
	height: 17px;
	top: 37px;
}
#headerMenuHome a {
	width: 66px;
	left: 522px;
}
#headerMenuFaq a {
	width: 109px;
	left: 590px;
}
#headerMenuInfomation a {
	width: 78px;
	left: 701px;
}
#headerMenuSitemap a {
	width: 93px;
	left: 781px;
}


/** バナー **/

#mainBanner {
	padding-bottom: 10px;
}


/** パンくず **/

#topicPath {
	padding: 0 39px;
}
#topicPath p {
	color: #808080;
	font-size: 10px;
	line-height: 20px;
}


/** 本文 **/

#contents {
	zoom: 100%;
	overflow: auto;
	padding: 20px 39px;
}
/**/
	* html #contents {
		height: 1px;
		overflow: visible;
	}
/**/

#mainArea {
	float: left;
	width: 560px;
}


/** 各ページタイトル **/

.mainTitle {
	clear: both;
	height: 60px !important;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#sideArea {
	float: right;
	width: 210px;
}

/** フッタ **/

#footer {
	color: #595959;
	padding: 15px 40px 15px 30px;
	border-top: 1px solid #CCC;
}
#footerAvobe {
	zoom: 100%;
	overflow: auto;
	padding-bottom: 16px;
}
/**/
	* html #footerAvobe {
		height: 1px;
		overflow: visible;
	}
/**/
#footerAvobe ul {
	float: left;
}
#footerAvobe li {
	float: left;
	font-size: 12px;
	line-height: 1.2;
	list-style: none;
}
#footerAvobe li a {
	color: #595959;
	display: block;
	padding: 0 10px;
	border-right: 1px solid #CFCFCF;
}
#footerAvobe h1 {
	float: right;
	font-size: 12px;
	line-height: 1.2;
}


/** コピーライト **/

#footerBottom {
	zoom: 100%;
	overflow: auto;
	padding-left: 10px;
}
/**/
	* html #footerBottom {
		height: 1px;
		overflow: visible;
	}
/**/
#footerBottom p {
	float: left;
	font-size: 12px;
	line-height: 1.6;
}
#footerBottom p strong {
	font-size: 16px;
}
#footerBottom p span {
	font-size: 14px;
}
#footerBottom address {
	float: right;
	font-size: 12px;
	line-height: 1.6;
	font-style: normal;
	margin-bottom: 6px;
}

/** ページトップ **/

.pageTop {
	clear: both;
	zoom: 100%;
	overflow: auto;
	padding: 0 40px 10px;
}
/**/
	* html .pageTop {
		height: 1px;
		overflow: visible;
	}
/**/
.pageTop p {
	font-size: 70%;
	text-align: right;
	line-height: 1.6;
	padding-top: 40px;
}
.pageTop p a {
	color: #808080;
	outline: none;
}


/** 線ナシ **/

.no-border {
	border: 0 !important;
}



/** 印刷用 **/

@media print {
	
	body,
	#wrapper,
	#container {
		background: #FFF !important;
	}
	#header,
	#navigation,
	#mainBanner,
	#sideArea,
	.pageTop,
	#topicPath,
	#btnPrint,
	#footer {
		display: none !important;
	}
}

