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

@import url("common.css");

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html {
	background: url(images/appearance/top2_bg_html-2.gif);
}
body {
	background: url(images/appearance/top2_bg_body-2.gif) repeat-x;
	height: 637px;
	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 a  {
	background: url(images/appearance/Gtop_header_left.jpg);
	float: left;
	height: 312px;
	width: 200px;
}
#right_bt  {
	background: url(images/appearance/Gtop_header_right.jpg);
	float: right;
	height: 60px;
	width: 654px;
}


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

#top_flash{
	width: 654px;
	float: left;
	height: 252px;

}

/*#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: 202px;
}

#content_right {
	float: left;
	width: 650px;
}
#content_right .inside {
	margin: 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;
	width: 170px;

}

