@charset "utf-8";
/* CSS Document */

#conteiner{
/*margin-left:3em;*//*左寄せ処理*/
margin:auto;/*センタリング処理*/
width:60em;
text-align:left;
padding:1em 0 0 1em;
}
/*----------------------
	ヘッダ
------------------------*/
#header{
	height:3em;
	background-color:#eee;/*最後には削除*/
}
#ivw_logo{
/*width:14.625em;
height:1.875em;*/
float:left;
padding:0.3em 0 0 0.3em;
border:none;
}

#button_lang_jpn{
float:right;
width:5.06em;
height:2.25em;
padding:0.3em 5em 0 0;
border:none;
}
#navi_lang {
	height: 3em;
	font-size:0.9em;
	position:relative;
	background-color:#eee;
	float: right;
	margin-right:1.9em;
}
#navi_lang_current {
	cursor:default;
	color: #eee;
	background-color:#666;
	display:block;
	font-weight:bold;
	text-align:center;
	padding:0 1em 0 1em;
	height:2.2em;
	line-height:2.2em;
	position:relative;
	text-decoration: none;
}
#navi_lang ul {
	padding:0 0;
}
#navi_lang ul li {
	float:left;
}
#navi_lang ul a {
	padding:0 1em 0 1em;
	height:2.2em;
	color: #666666;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
	display:block;
	position:relative;
	text-decoration: none;
}
#navi_lang ul a:hover {
	padding:0 1em 0 1em;
	display:block;
	background-color: #aaa;
	color:#eeeeee;
}
/* ------------------------------
ナビゲーション
	リストマーカーに記号をつけないようにする
------------------------------ */
#navi_main ul,#navi_sub ul,#sub_area_01 ul,#sub_area_02 ul {
	list-style-type: none;
}
/* ------------------------------
ナビゲーション メイン
------------------------------ */
#navi_main {
	height: 3em;
	font-size:0.9em;
	position:relative; 
	width:100%;
	background-color:#eee;
}

#Snavi_main ul{
	padding:0 0;
}
#navi_main ul li{
	float:left;
}
#navi_main_current{
	cursor:default;
	color: #eee;
	background-color:#666;
	display:block;
	font-weight:bold;
	text-align:center;
	padding:0 1em 0 1em;
	height:2.2em;
	line-height:2.2em;
	position:relative;
	text-decoration: none;
}
#navi_main ul a{
	padding:0 1em 0 1em;
	height:2.2em;
	color: #666666;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
	display:block;
	position:relative;
	text-decoration: none;
}

#navi_main ul a:hover{
	padding:0 1em 0 1em;
	display:block;
	background-color: #aaa;
	color:#eeeeee;
}
/*----------------------
	サブメニュー
------------------------*/
#navi_sub {
	clear: both;/*これやんないとメインメニューの右に回り込みしてしまう*/
/*	height:2em;	*/
	padding-top:1em;
	margin-left:5.5em;
	background-color:#eee;
}
#navi_sub ul { 
list-style-type : none; 
}
#navi_sub li { 
/*display : inline*/
float:left;
width:1.3em;
height:1.4em;
text-align:center;
font-size:1.2em;
}
#navi_sub_current {
display:block; 
background-color: #666666;
color:#eeeeee;
width:1.3em;
cursor:default;

font-weight:bold;
/*padding:0.25em 0 0 0;*/
text-decoration:none;
text-align:center;
height:1.4em;
}
#navi_sub a {
display:block; /*ブロックレベルで表示*/
background-color:#eee;
color:#557;
width:1.3em;
height:1.4em;

font-weight:bold;
/*padding:0.25em 0 0 0;*/
text-decoration:none;
text-align:center;
height:1.4em;
}
#navi_sub a:hover {
display:block; 
background-color: #aaa;
color:#eeeeee;

font-weight:bold;

text-decoration:none;
text-align:center;
height:1.4em;
}
/*----------------------
	コンテンツ
------------------------*/
#contents{
float:left;
width:100%;
color:#666;
/*background-color:#e0e;*/
}

.staff_profile{
	margin-bottom: 3em;
}

.staff_right{
margin-left:5em;
width:32em;
}
.staff_photo{
	margin-bottom:1em;
}
.staff_text_michael_01{
margin-top:1em;
}
.staff_header_01{
	font-size:2em;
	margin:0.5em 0 0 0;
}
.staff_header_02{
font-size:1.2em;
line-height:0.7em;
}

#main{
float:left;
margin-left:3em;
width:57em;
height:25em;/* コンテンツの高さ調節はコチラで設定する */
text-align:left;
/*background-color:#ee0;*/
}
#main .inner{
margin-left:5em;
background-color:#eee;
}


/*----------------------
	フッタ
------------------------*/
#footer{
clear:both;
font-size:0.9em;
color:#999999;
height:3em;
padding:1em 0 0 1em;
background-color:#eee;
}

