﻿@charset "UTF-8";

/* -----------------------------------------------
FileName:print.css
----------------------------------------------- */

html{
	height:auto;
	background:none;
}

body{
	height:auto;
	background:url(/shared/images/background/body_01.gif);
}



/* ------------ container ------------ */
* html #container{
	height:auto;
}
#maintenance #container{
	background:none;
}
#container{
	min-height:auto;
	margin:0;
	position:static;
	background:none;
}



/* ------ header ------ */
#header{
	margin:0;
}
#header .taglineArea{
	display:none;
}
#header .titleArea{
	border-bottom:none;
}
#header .titleArea p.logo{
	width:226px;
}
#header .titleArea p{
	width:399px;
	text-align:right;
	float:left;
}
#header .titleArea p img{
	margin-right:15px;
}
#header .titleArea p.search{
	display:none;
}
#header .titleArea p.login{
	display:none;
}



/* ------ globalnavi ------ */
#globalnavi{
	display:none;
}



/* ------ content ------ */
#content{
	margin:0;
	padding-bottom:0;
}
*+html #content{
	padding-bottom:0;
}
* html #content{
	padding-bottom:0;
}
#maintenance #content{
	min-height:auto;
	background:none;
	padding-bottom:0;
}

#content #main{
}
#content #breadcrumbs{
	border-top:1px solid #000;
}

#content #side{
	display:none;
}



/* ------ footer ------ */
#footer{
	height:auto;
	margin:0;
	position:static;
}
*+html #footer{
	height:auto;
}
* html #footer{
	height:auto;
}
#maintenance #footer{
	height:auto;
	border-top:0;
}

#footer .pagetop{
	display:none;
}

#footer .localnavi{
	display:none;
}

#footer .helpnavi{
	display:none;
}

#footer .copyrightArea{
	width:625px;
	border-top:2px solid #000;
}
#footer .copyrightArea p{
	width:107px;
	text-align:left;
}
#footer .copyrightArea p img{
	margin-right:0;
}



/* ------ module ------ */
.listmod001{
	width:626px;
}
.listmod001 ul{
	width:626px;
	margin-left:-1px;
}



.plainmod006{
	margin:0;
	padding:0;
}



.tablemod004{
	margin:0;
	padding:0 0 40px 0;
}
.tablemod004 table{
	width:625px;
}