@charset "utf-8";
/*
these css styling for SITE TOP page appearance
code by itami shigeyuki 2008
*/

@import url("common.css");

html {
	background: url(images/appearance/top2_bg_html-2.gif);
}
body {
	background: url(images/appearance/top2_bg_body-2.gif) repeat-x;
	height: 650px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/appearance/top_wrapper_bg.jpg);
}



#header {
	height: 312px;
	width: 854px;
	margin-right: auto;
	margin-left: auto;
}
#left_logo  {
	background: url(images/appearance/top_header_left.jpg);
	float: left;
	height: 312px;
	width: 200px;
}
#right_bt  {
	background: url(images/appearance/top_header_right.jpg);
	float: right;
	height: 60px;
	width: 654px;
}
#gsearch {
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 4px;
}



#top_flash{
	width: 654px;
	float: left;
	height: 252px;
	z-index: -1;

}




#head {
	height: 24px;
	background: #FF6600;
}

#pathway_bg_left {
	background: url(images/left_side_head.gif) no-repeat;
	height: 24px;
	width: 160px;
	float: left;
}
#pathway_bg_rightt {
	background: url(images/right_crcle.gif);
	float: right;
	height: 24px;
	width: 16px;
}
#content_left {
	background: url(images/left_side_middle.gif) repeat-y;
	float: left;
	width: 200px;
}
#content {

}


#content_right {
	background: url(images/content_cr_lt.gif) no-repeat left top;
	float: left;
	width: 630px;
}
#content_right .inside {
	margin: 15px 10px 10px 10px;
}



#footer {
	height: 60px;
	background: url(images/appearance/top_footer.jpg) no-repeat 0px 10px;
	clear: both;
	width: 834px;
	color: #666666;
	font-size: 11px;
	*font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#left_side_top {
	margin-right: auto;
	margin-left: auto;

}

#left_side_footer {

}
