/* Make fix */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin-top: 0;
	margin-bottom: 0;

}
img{
	border: none;
	padding: 0;
	margin: 0;
}

/* Layout Hacks */
.clean{
	clear: both;
}

.style4{
	color: #30536f;
	font-weight: bold;
}


/*------------------------------------*/
/* Page Structures and Header Blocks : Media Depend*/
@media screen,tv{
/* @media print{ */

	#wrapper{
		margin: 0px auto;
		padding: 0px;
		width: 850px;
		text-align: left;
	}
	#m-bar {
		background-image: url(../images/e1.jpg);
		background-position: 0px 0px;
		background-repeat: repeat;
		width: 850px;
		height: 32px;
	}
	#m-bar-print{
		display: none;
	}
	#header {
		border-top: solid 15px #ACACAC;
		width: 850px;
		background-color: #ffffff;
		height: 50px;
	}
	#pankuzu_below{
		display: block;
		width: 850px;
		height: 10px;
		background-image: url("../images/pan_below.gif");
		background-repeat: repeat;
		background-position: 0px 0px;      
		background-color: #FFFFFF;
	}
	#container{
		width: 850px;
		height: 100%;
		text-align: left;

	}
	#footer{
		color: #FFFFFF;
		width: 850px;
		height:25px;
		background-color: #ACACAC;
	}	
}
@media print{
/* @media screen,tv{ */

	#wrapper{
		margin: 0px auto;
		padding: 0px;
		width: 640px;
		text-align: left;
	}
	/*  It's use background to list-style-image hack for IE6.0 */
	#m-bar {
		display: none;
	}
	#m-bar-print{
		width: 640px;
		height: 32px;
  	display: list-item;
  	list-style-image: url(../images/menu_bg_print.jpg);
  	list-style-position: inside;
	}
	#header {
		border-top: solid 7px #740C0C;
		width: 640px;
		background-color: #FFFFFF;
		height: 60px;
	}
	/* To use hack with IE, undisplay images. */
	#m-bar-left img{
		display: none;
	}
	#m-bar-right img{
		display: none;
	}
	#pankuzu_below{
		display: block;
		width: 640px;
		height: 10px;
		background-image: url("../images/pan_below.gif");
		background-repeat: repeat;
		background-position: 0px 0px;      
		background-color: #FFFFFF;
	}
	#container{
		width: 640px;
		height: 100%;
		text-align: left;
	}
	#footer{
		color: #FFFFFF;
		width: 640px;
		height:25px;
		background-color: #ACACAC;
	}	

}
/* Page Structures and Header Blocks : Media Not-Depend*/
body {
	color: #000000;
}
.m-btn{
	display: block;
	float: left;
}
#m-bar-left{
	float: left;
}
#m-bar-right{
	float: right;
}
#pankuzu{
	font-size: 70%;
	margin: 5px 0px 5px 20px;
}
#logo_right {
	float: right;
	padding-top:15px;
	padding-left: 5px;
	border: 0px;
}
#logo_left {
	padding-top:15px;
	padding-left: 5px;
	border: 0px;
	float: left;
}

#copyright{
	text-align: center;
	font-size: 80%;
}


/*------------------------------------*/
/* Page Structure | Left and Right Columns Style, Media Depends */
@media screen,tv{
/* @media print{ */
	#left_column{
		display: block;
		float: left;
		width: 235px;
	}
	#left_background{
		background-image: url("../images/bg.gif");
		background-repeat: repeat-y;
		background-position: 0px 0px;   
		height: 100%;
	}
	#right_column{
		display: block;
		float:left;
		padding-left: 10px;
		width: 600px;
		font-family: "Times New Roman", Times, serif;
		font-size: 0.9em;

    }
	#left_column_sidemenu_img{
		background-image: url(../images/sidemenu_top.gif);
		background-repeat: no-repeat;
		width: 235px;
		height: 20px;
	}
	#left_column_sidemenu_btn_img{
		background-image: url(../images/sidemenu_btn.gif);
		background-repeat: no-repeat;
		width: 235px;
		height: 11px;
	}
	#left_column_timeofjapan_img{
		background-image: url(../images/sidemenu_time.gif);
		background-repeat: no-repeat;
		width: 235px;
		height: 20px;
	}
	#left_column_timeofjapan_btn_img{
		background-image: url(../images/sidemenu_btn.gif);
		background-repeat: no-repeat;
		width: 235px;
		height: 11px;
	}	
	#left_column_currency_btn_img{
		background-image: url(../images/sidemenu_btn.gif);
		background-repeat: no-repeat;
		width: 235px;
		height: 11px;
	}	
	#leftmenu_currency_left{
		float: left;
		padding-right: 5px;
		padding-left: 5px;
		border-right: solid 1px #000000;
		border-bottom: solid 1px #000000;
	}
	#leftmenu_currency_right{
		float: left;
		padding-right: 5px;
		padding-left: 5px;
		border-bottom: solid 1px #000000;
	}
	#left_column_sidemanu{
			width: inherit;
	}
	#left_column_timeofjapan{
		width: inherit;
	}
	#left_column_current{ 
			width: inherit;
	}
}
/* @media screen,tv{ */
@media print{
	#left_column{
		width: 640px;
		padding-bottom:10px;
	}
	#left_background{ }
	#right_column{
		display: block;
		padding-left: 10px;
		width: 605px;
	}
	#left_column_sidemenu_img{
		line-height: 0.1em;
		width: 180px;
		height: 20px;
  	display: list-item;
  	list-style-image: url(../images/sidemenu_top_mini.gif);
  	list-style-position: inside;
		/* for Opera hacks */
 		background-image: url(../images/sidemenu_top_mini.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#left_column_sidemenu_btn_img{
		line-height: 0.1em;
		width: 180px;
		height: 11px;
  	display: list-item;
  	list-style-image: url(../images/sidemenu_btn_mini_a.gif);
  	list-style-position: inside;
		/* for Opera hacks */
 		background-image: url(../images/sidemenu_btn_mini_a.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#left_column_timeofjapan_img{
		line-height: 0.1em;
		width: 200px;
		height: 20px;
  	display: list-item;
  	list-style-image: url(../images/sidemenu_time_mini.gif);
  	list-style-position: inside;
		/* for Opera hacks */
 		background-image: url(../images/sidemenu_time_mini.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}	
	#left_column_timeofjapan_btn_img{
		line-height: 0.1em;
		width: 200px;
		height: 11px;
  	display: list-item;
  	list-style-image: url(../images/sidemenu_btn_mini_b.gif);
  	list-style-position: inside;
		/* for Opera hacks */
 		background-image: url(../images/sidemenu_btn_mini_b.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#left_column_currency_hacks{
		width: 235px;
		height: 11px;
		overflow: hidden;
	}
	#left_column_currency_btn_img{
		line-height: 0.1em;
		width: 235px;
		height: 11px;
  	display: list-item;
  	list-style-image: url(../images/sidemenu_btn.gif);
  	list-style-position: inside;
		/* for Opera hacks */
 		background-image: url(../images/sidemenu_btn.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#leftmenu_currency_left{
		float: left;
		padding-right: 1px;
		padding-left: 1px;
		border-right: solid 1px #000000;
		border-bottom: solid 1px #000000;
	}
	#leftmenu_currency_right{
		float: left;
		padding-right: 1px;
		padding-left: 1px;
		border-bottom: solid 1px #000000;
	}
	#left_column_sidemanu{
		float: left;
		width: 180px;
		overflow: hidden;
		padding: 0px 1px;
	}
	#left_column_timeofjapan{
		float: right;
		width: 200px;
		overflow: hidden;
		padding: 0px 1px;
		border: #ffffff solid 1px;
	}
	#left_column_current{ 
		display: none;
		clear: both;
/*		width: 235px;
		float: left;
		padding: 0px 1px; */
	}
}

/* LeftColumns, Site Links */
.sidemenu_bg{
	background-color: #FFFFFF;
	border-bottom: #ACACAC dashed 1px;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	padding: 2px 0px 2px 0px;
}
.sidemenu_bg_last{
	background-color: #FFFFFF;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	padding: 2px 0px 2px 0px;
}
.sidemenu_bg_chosen {
	/* Below components is same of .sidemenu_bf */
	background-color: #FFFFFF;
	border-bottom: #ACACAC dashed 1px;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	padding: 2px 0px 2px 20px;
	
	/* Special of _chosen */
	color:#740C0C;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
.sidemenu_bg_chosen_last {
	/* Below components is same of .sidemenu_bf */
	background-color: #FFFFFF;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	padding: 2px 0px 2px 20px;
	
	/* Special of _chosen */
	color:#740C0C;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
.sidemenu_offset{
	padding-left: 20px;
}
/* menu_inside*/
a.sidemenu_link:link{
	color:#323232;
	font-weight: normal;
	text-decoration:none;
	margin-top:5px;
}
a.sidemenu_link:hover {
	color:#740C0C;
	font-weight: normal;
	text-decoration:none;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 8px 5px;	
}
a.sidemenu_link:visited {
	color:#323232;
	font-weight: normal;
	text-decoration:none;     
}
/* ----------------------------------- */
a.sidemenu_link2:link{
	color:#740C0C;
	font-weight: normal;
	text-decoration:none;
	margin-top:5px;
}
a.sidemenu_link2:hover {
	color:#740C0C;
	font-weight: normal;
	text-decoration:none;
}
a.sidemenu_link2:visited {
	color:#740C0C;
	font-weight: normal;
	text-decoration:none;     
}
/* --------------------------------------- */
.leftcolumn_spacer{
	padding-top: 5px;
}
#load_flash{
	overflow: hidden;
	width: 150px;
	height: 146px;
	border-bottom: 1px solid #aaaaaa;
}

#lcolumn_nowtime {
	background-color: #FFFFFF;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	padding-top: 6px;
	padding-left: 5px;
	color:#323232;
	text-decoration:none;
	text-align: center;
}
#now_time{
	margin: 7px auto 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#000000;
}
#lcolumn_currency{
	font-size: 10pt;
	background-color: #ffffff;
	padding: 5px 0px 5px 5px;
	border-left: #ACACAC solid 1px;
	border-right: #ACACAC solid 1px;
	line-height:1.4em;
}
