@charset "utf-8";
/* CSS Document */

html , body{
background-color:#E0E0E0;

}

#container {
	width:800px;
	padding:0px 10px 0px 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

}

#wrapper {
	width:780px;
	background-color:#FFFFFF;
	
}

/*
HEADER
*/
#header {
	width:780px;
	height:105px;
}

#top_menu_block{
	width:780px;
	height:80px;
}

#top_logo{
	width:600px;
	height:50px;
	float:left;
	margin-top:5px;
}

#language_menu{
	width:175px;
	height:15px;
	float:right;
	margin-top:10px;
}
#language_menu a{
	font-size:12px;
	color:#000000;
	font-family:"MS UI Gothic";
	font-weight:bold;
	margin-left:10px;
}
#language_menu a:hover{
	font-size:12px;
	color:#666666;
	font-family:"MS UI Gothic";
}

#top_menu{
	width:180px;
	height:10px;
	float:right;
		
}

#top_menu a{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:right;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
}

#global_menu {
	width:780px;
	height:25px;
	float:left;
}

#global_menu li{
	width:129px;
	height:25px;
	float:left;
	margin-right:1px;
}

/*
CONTENTS
*/
#contents{
	width:580px;
	margin-bottom:0px;
	float:left;
}

/*
SIDEBAR
*/
#rightbar{
	background-image:url("../img/back_rightbar.jpg");
	background-repeat:repeat-y;
	width:200px;
	min-height:660px;
	height:660px;
	float:left;
	
	
}

#rightbar_box{
	margin:20px 0px 20px 10px;
}

/*
FOOTER
*/
#footer{
	width:779px;
	height:50px;
	border-top:solid 1px #000000;
}

#footer_menu{
	width:779px;
	height:24px;
	background-color:#ECECEC;
	float:right;
}

#footer_menu li{
	margin-top:5px;
	margin-right:15px;
	float:right;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
}

#copyright p{
	margin-top:10px;
	color:#868686;
	font-size:10px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
}
