@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
body{
	 margin: 0;
	 padding: 0;
	 font-size: medium
	 color: #333;
	 background: #fff;
}

#profile{  
	font-size: 100%;
	line-height:150%;	
}

p.id_take{
	font-size: 100%;
	line-height:180%;
	margin-top: 30px;
}

p.summary{
	line-height: 2.0;	
	margin-right : 20px;
}

p.career{
	line-height:180%;
}
p.career span{
	display: inline-block;
	width:9em;	
	}

p.job{
	line-height:180%;
}
p.job span{
	display: inline-block;
	width:9em;	
	}

/*
p.award{
	line-height: 180;
}
*/

h1{
	color: #222;
	font-size: medium;
	line-height:250%;
	border-bottom: 1px solid #666;
}

a: link,  a:visited{
	 color: #37c;
}
a: hover {
	color: #999;
}
section, article, aside, nav, header, footer, hgroup{
	display: block;
} 

#study{ 
	text-align: justify;
	text-justify: auto;
	margin-right : 20px;
  }

#ronbun{ 
  text-align: justify;
  text-justify: auto;
  margin-right : 20px;
}

#kyouikujissen{ 
  text-align: justify;
  text-justify: auto;
  margin-right : 20px;
}

#gakkai{ 
  text-align: justify;
  text-justify: auto;
  margin-right : 20px;
}

#shinbun{ 
  text-align: justify;
  text-justify: auto;
  margin-right : 20px;
}

#award{ 
	text-align: justify;
	text-justify: auto;
	margin-right : 20px;
  }

/* ページの枠組み
---------------------------------------------------- */
#page{
	margin: 0 auto;
	width: 900px; 
}
footer{
	clear: both;
}
footer section{
	float: left;
	width: 280px;
}
footer section: nth-child(2){
	margin: 30px;
}
#copyright{
	clear: both;
}

/* ヘッダー
---------------------------------------------------- */
header img{
	display: block;
}
#logo {
	margin: 20px 0;
}

/* 言語切り替え
---------------------------------------------------- */
#lang {	
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	}

/* ナビゲーション
---------------------------------------------------- */
nav ul {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 0.5;
	background: url(images/background/color_001.jpg) repeat-x bottom;
} 
nav li, nav a {
	display: block;
}
nav li {
	float: left;
	border-right: 0px solid #ddd;
}
nav a {
	 padding: 15px 25px;
	 font-weight: bold; 
	 text-decoration: none;
	 text-shadow: 1px 1px 0 #fff;
}
nav a:hover {
	background: #fff;
}

/*フッター
---------------------------------------------------- */
#footer {
clear: both;
width: 100%;
margin: 0;
padding: 0px 0 30px 0;
text-align: center;
font-size: 15px;
line-height: 180%;
}


	 
	 