@charset 'utf-8';

@import url("menu.css");
@import url("font.css");
@import url("parts.css");
@import url("table.css");

/* base
-----------------------------------------------*/
body {
	height: auto;
	position:static;
	font-size: 12px;
	color: #000000;
	overflow: visible;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
/* display none
-----------------------------------------------*/
#header form,
.textsize,
a.logo,
#Navigation,
#submenu,
#pnList,
.archive,
ul#SeachNavi,
form#searchForm,
#footer ul.link{
	display: none;
}

/* layout
-----------------------------------------------*/
#header{
	width: 100%;
	height: 60px;
}
h1{
	display: list-item;
	list-style-image: url(../images/printlogo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
}
h2{
	text-indent: 0;
	font-size: 14pt;
	font-weight: bold;
	background: none !important;
	border:none;
	height: auto;
}
div#SelectKey{
	border-top:1px solid #E1D590;
}
div#SelectKey input#crearbutton{
	display: none;
}
#result{
	overflow: visible;
}
#container, #main, #wrap{
	width: 100%;
	height:auto;
	overflow:hidden;

}
table{
	width: 100%;
}
table.tbtype01{
	border-collapse: collapse;
}
table.tbtype01 th{
	margin: 1px;
	padding: 5px;
	background: #e2e0f0;
	border: #aaa 1px solid;
	vertical-align: middle;
}
table.tbtype01 td{
	margin: 1px;
	padding: 5px;
	border: #aaa 1px solid;
}
table.tbtype01 tr.zeb td{
	background: #ffffff;
}
/*
.backToNavi{
	page-break-after: always;
}
*/
#copyright{
	display:none;
}
}