@charset "UTF-8";

*{
	margin:0;
	padding:0;
}
/*-------------------- BODY --------------------*/
body {
	font-family:verdana,arial,helvetica,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	background-color: #E0E0E0;
}
/*-------------------- CONTAINER --------------------*/
#container{
	width: 880px;
	margin:0px auto;
	padding: 0px 5px;
	background-image: url(../img_common/container_bg.gif);
	background-repeat: repeat-y;
}
/*-------------------- HEADER --------------------*/
#header {
	width: 880px;
	height: 68px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../img_common/header_bg.gif);
	background-repeat: repeat-x;
}
/*-------------------- MENU --------------------*/
#menu {
	width: 840px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0 20px 0 20px;
	background-image: url(../img_common/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu img {
	margin: 0px;
	padding: 0px;
}
/*-------------------- MAIN --------------------*/
#main{
	width: 880px;
	margin: 0px;
	padding-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
}
/*-------------------- FOOTER --------------------*/
#footer_menu{
	width: 880px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
}

#footer_copy {
	width: 880px;
	height: 40px;
	margin: 0px auto 15px auto;
	padding: 0px 5px;
	text-align: center;
	background: url(../img_common/footer_bg.gif) no-repeat;
}

#footer_copy img {
	padding-top: 12px;
}
/*-------------------- LINK --------------------*/
A:link{
	color: #4477A0;
	text-decoration: none;
}

A:visited{
	color: #4477A0;
	text-decoration: none;
}

A:active{
	color: #4477A0;
	text-decoration: none;
}

A:hover{
	color: #4477A0;
	text-decoration: none;
}

/*-------------------- FONT --------------------*/
/*TEXT SMALL*/
.small{
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.small_b{
	font-weight: bold;
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.small_t{
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*TEXT MEDIUM*/
.medium{
	font-size: 12px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.medium_b{
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*TEXT LARGE*/
.large{
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.large_b{
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*p*/
p {
	margin: 0px;
	padding: 0px;
}
/*-------------------- clearfix --------------------*/
#container:after,
#main:after,
#footer_menu:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

/*-------------------- header --------------------*/
#header_logo {
	width: 561px;
	height: 31px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#header_menubox {
	width: 292px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/*サブメニュー*/
#header_submenu_t {
	width: 292px;
	height: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header_submenu {
	width: 292px;
	height: 10px;
	margin: 0px;
	padding-top: 10px;
}
#header_menu ul {
	height: 10px;
	margin: 0px; 
	padding :0px; 
	list-style-type : none;
}
#header_menu li {
	height: 10px;
	display : inline;
	margin: 0px; 
	padding : 0px; 
	float: left; 
}
#header_menu img {
	margin: 0px; 
	padding :0px;
	vertical-align: top bottom;
}

/*外国語版、HOMEボタン*/
#header_btn {
	width: 105px;
	height: 19px;
	margin: 0px;
	padding-top: 17px;
	float: right
}
#header_english {
	width: 55px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header_home {
	width: 42px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/*-------------------- menu --------------------*/
#menu ul {
	margin: 0; 
	padding :0; 
	list-style-type : none;
}
#menu li {
 width: 120px;
	display : inline;
	margin-top: 0px; 
	margin-left: 0px; 
	padding : 0px; 
	float: left; 
}
/*-------------------- footer --------------------*/
/*サブメニュー*/
#footer_submenu {
	width: 245px;
	height: 10px;
	margin: 12px 0px 0px 20px; 
	padding :0px;
	float: left;
}

/*ボタン:ページトップ*/
#footer_pageup {
	width: 55px;
	height: 19px;
	margin: 7px 0px 0px 0px; 
	padding :0px;
	float: right;
}

