@charset "utf-8";

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}
a:link {
	color: #1E4EC8;
}
a:visited {
	color: #1E4EC8;
}
a:hover {
	color: #47AFFF;
}
a:active {
	color: #1E4EC8;
}

/*-------------------------------------------------*/

	body {
		margin-top: 0;
		margin-left: 0;
		text-align: center;
		font-size: 62.5%;
		letter-spacing: 0.1em; 
	}
	#wrapper{
		width: 67em;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#container_header{
		width:67em;
		height:50px;
		text-align: left;
	}
	#unit_header_left{
		float: left;
		width: 25em; /* 25em */
	}
	#unit_header_left #header_comp_logo{
		float: left;
		width: 17em;
		margin: 1em 0 0 0;
		padding: 0 0;
	}
	
	#unit_header_left #header_lang h3{
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
		font-size: 70%;
		font-style: normal;
		font-weight: normal;
		color: #228B22;
	}
	
	#unit_header_right{
		float: right;
		width: 41em; /* 41em */
	}
	#unit_header_right #header_lang{
		float: left;
		width: 21em; /* 14em */
		top: 0;
		margin: 1.4em 0 0 0;
		padding: 0 0 0 2em; /* left:9em */
		display:inline;
		text-align: left;
	}
	#header_lang h3{
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif ;
		font-size: 100%;
		font-style: normal;
		font-weight: normal;
		color: #1E4EC8;
	}
	#header_lang a:link,
	#header_lang a:visited,
	#header_lang a:active{
		color: #1E4EC8;
		text-decoration: none; 
	}
	#header_lang a:hover{
		color: #FF4500;
		text-decoration: underline; 
	}
	
	#unit_header_right #header_font_size{
		float: left;
		width: 9em;
		top:0px;
		margin: 1.3em 0 0 0;
		text-align:right;
	}
	#unit_header_right #header_comp_logo_2{
		float: right;
		width: 18em;
		margin: 0.5em 0 0 0;
		text-align: right;
	}
	
	/* ----------------------------------- */
	/* MacIE begin \*/
	* html #container_header {
	height: 1%;
	}
	#container_header {
		display: block;
	}
	/* MacIE end */
/* ----------------------// Header 部-------------------------------*/

