@charset "EUC-JP";

/*-------------------------------------------------------
	CSS file For Koshoten.net2.
	FileName: base.css
	
	V1.0.0 (for Koshoten.net2.2.1) 2007/6/12 Ryu

-------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

HTML,
BODY {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: #FFFFFF;
	font: small 1.4 "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
}

H1,
H2,
H3,
H4,
H5,
H6,
DIV,
P,
PRE,
UL,
OL,
DL,
DT,
DD,
ADDRESS,
BLOCKQUOTE {
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 1.4;
	font-size: small;
	text-align: left;
}
TABLE {
	border-collapse: collapse;
	empty-cells: show;
}
HR {
	display: none;
}
FORM {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: small;
}
IMG {
	border: none;
	vertical-align: bottom;
}
UL {
	list-style: none;
}

ACRONYM,
ABBR {
	cursor: help;
}

/*-------------------------------------------------------
	LINK
-------------------------------------------------------*/
A:link,
A:visited,
A:active {
	color: #003399;
	text-decoration: none;
}
A:hover {
	color: #003399;
	text-decoration: underline;
}
A:link,
A:visited,
A:active,
A:hover { 
	background-color: inherit; 
}

/*-------------------------------------------------------
	LAYOUT
-------------------------------------------------------*/

/*============= 1: BASE        =============*/
DIV#container {
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
DIV#container {
	zoom: 1;
}
DIV#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
* HTML DIV#container {
	display: inline-table;
	/*\*/display:block;/**/
}

/*============= 2: HEADER      =============*/
#header {
	border-top: solid 1px #ffffff;
	position: relative;
	width: 100%;
	height: 105px;
	overflow: hidden;
	font-size: x-small;
	color:#A9A9A9;
}
#header #headerLeft {
	float: left;
	width: 48%;
}
#headerLeft IMG {
	margin: 0px 0px 0px 5px;
}
#header #headerRight {
	float: right;
	width: 48%;
	text-align: right;
}
#headerRight IMG {
	margin: 0px 5px 0px 0px;
	position: relative;
}
#headerBar {
	border-bottom: solid 1px #ECF0F9;
	position: relative;
	clear: both;
	width: 100%;
	height: 32px;
	overflow: hidden;
	color: #203E99;
	background: #fff080;
	font-size: 75%;
}
#headerBar A {
	color: #203E99;
	background-color: ##fff080;
}
#headerBar #breadcrumb {
	padding: 7px 0px 7px 15px;
	float: left;
}

#headerBar #headerMenu {
	padding: 7px 15px 7px 0px;
	float: right;
	text-align: right;
}
#headerBar #headerMenu LI {
	margin: 0px 0px 0px 15px;
	display: inline;
}
#headerBar #headerMenu A {
	padding: 0px 0px 0px 11px;
	color: #203E99;
	background: #fff080 url("images/ico_arw_03.gif") 0px 50% no-repeat;
}

/*============= 3: MAIN        =============*/
#leftColumn {
	float: left;
	width: 170px;
	color: #333333;
	background-color: #E9EDF8;
}
#rightColumn {
	float: right;
	width: 170px;
	color: #333333;
	background-color: #E9EDF8;
}
#mainContents {
	padding: 0px 5px;
	overflow: hidden;
}
#mainContents:after {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    content: "";
}
/*\*/
* HTML #mainContents {
    height: 1em;
    overflow: visible;
}
/**/

/*============= 4: FOOTER      =============*/
#footer {
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
	font-size: 80%;
	text-align: center;
}
#footerBar {
	width: 100%;
	height: 28px;
	overflow: hidden;
	color: #203E99;
	background: #fff080;
}
#footerBar #footerBarLeft {
	padding: 7px 0px 7px 15px;
	float: left;
	width: 48%;
	text-align: left;
}
#footerBar #footerBarRight {
	padding: 7px 15px 7px 0px;
	float: right;
	width: 48%;
	text-align: right;
}
