@media print {

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka",Arial,sans-serif;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.166;
}

center {
	width: 800px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #7f007f;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2 {
 font-size: 114%;
 color: #006699;
}

h3 {
 font-size: 100%;
 color: #334d55;
}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5 {
 font-size: 100%;
 color: #334d55;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	width: 750px;
	height: 139px;
	margin-bottom: 4px;
/*	background-image: url("/top_img/head.gif"); */
/*	background-repeat: no-repeat; */
/*	background-position: right top; */
	padding: 0;
/*	border-bottom: 1px solid #cccccc; */
	text-align: left;
}

#leftBar {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: small;
}

#rightBar {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: small;
}

#content {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: center;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

/************ #header footer styles ***********/
.header  { display: none; }
.footer  { display: none; }
.buttons { display: none; }

/***************** #Bar styles ****************/

#leftBar h2 {
	width: 197px;
	height: 22px;
	padding-left: 20px;
	background-image: url("http://www.carclick.jp/img01/menu_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	line-height: 1.6;
}

#rightBar h2 {
	width: 197px;
	height: 22px;
	padding-left: 20px;
	background-image: url("http://www.carclick.jp/img01/menu_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	line-height: 1.6;
}

#content h2 {
	width: 197px;
	height: 22px;
	padding-left: 20px;
	background-image: url("http://www.carclick.jp/img01/menu_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	line-height: 1.6;
}

#navBox {
	margin: 0;
	padding: 0;
}

#navBox a:link, #navBox a:visited {
	width: 98px;
	height: 34px;
	margin: 1px;
	background-color: #ff0000;
	color: #ffffff;
	line-height: 2.6;
	text-align: center;
	text-decoration: none;
	display: block;
}

#navBox a:hover {
	background-color: #ff7f7f;
	color: #dfdfff;
	text-decoration: none;
}


/************* #tableunion styles *************/
.grayborder {
	border: solid 1px gray;
}
.whiteborder {
	border: solid 1px gray;
}


/************** #original styles **************/

.find_button { background-color: #cccccc; }
.page_button { background-color: #cccccc; }

.acenter { text-align: center; }
.aright  { text-align:  right; }
.aleft   { text-align:   left; }
.fright  { float: right; }
.fleft   { float:  left; }
.clear   { clear:  both; }
.mini  { font-size:  80%; line-height: 100%; }
.mini2 { font-size:  70%; line-height: 100%; }
.mini3 { font-size:  60%; line-height: 100%; }
.mini4 { font-size:  50%; line-height: 100%; }
.mini5 { font-size:  40%; line-height: 100%; }
.big   { font-size: 120%; line-height: 100%; }
.big2  { font-size: 140%; line-height: 100%; }
.big3  { font-size: 160%; line-height: 100%; }
.big4  { font-size: 180%; line-height: 100%; }
.big5  { font-size: 200%; line-height: 100%; }
.bold  { font-weight: bold; }
.uline { text-decoration: underline; }
.black      { color: #000000; }
.red        { color: #ff0000; }
.blue       { color: #0000ff; }
.green      { color: #00ff00; }
.aqua       { color: #00ffff; }
.yellow     { color: #ffff00; }
.people     { color: #ff00ff; }
.white      { color: #ffffff; }
.orange     { color: #ff8000; }
.gray       { color: #808080; }
.darkred    { color: #800000; }
.darkblue   { color: #000080; }
.darkgreen  { color: #008000; }
.darkaqua   { color: #008080; }
.darkyellow { color: #808000; }
.darkpeople { color: #800080; }


}
