@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background-color:#9aF;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#wrapper セレクタの初期設定である左揃えに設定されます */
}

/* リンク */

a:link {
	color: blue;
}

a:visited {
	color: #800080;
}

a:hover, a:active {
	color: #ff9933;
}

a {
	text-decoration:none;
}
/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #wrapper の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#navigation のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/

img {
	margin: 0.5em;
}

#wrapper {
	width: 800px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #5588ff;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */


	background-color: # ffffff;
	background-color: #fff;
} 


#languages {
	width: 800px;
	height:20px;
	font-size: small;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
}

#languages li a {
	height: 20px;
}

#languages ul {
	padding:0;
	width:770px;
	list-style:none;
	margin: 0 15px 0 15px;
}

#languages li a {
	display:block;
	overflow: hidden;
	text-align:center;
}

#languages li {
	float:right;
	width:70px;
}

#header {
	width: 800px;
	background:#ffffff;
	margin:0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	height:105px;
	padding:0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
} 
#header h1 {
	margin:0px;
	padding: 0;
	/* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
}

#header img{
	border: none;
	vertical-align:middle;
	margin:0 0 0 0.5em;
}


/* #navigation に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「#navigation p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/


#navigation {
	width: 800px;
	height:25px;
	font-size: small;
	margin:0;
	padding: 0;
	background-color: #fff;
}

#navigation li a {
	height: 20px;
}

#navigation ul {
	padding:0;
	width:770px;
	list-style:none;
	margin: 0 15px 0 15px;
}

#navigation li a {
	display:block;
	overflow: hidden;
	text-align:center;
}

#navigation li {
	float:left;
	width:110px;
}

#navigation a {
	border-right:1px solid #5588ff;
	border-left:1px solid #5588ff;
}

/*
#navigation li#top {
	background:url(../images/navi-bannerGreen.gif) 0px 0px no-repeat;
}

#navigation li#events {
	background:url(../images/navi-bannerGreen.gif) -110px 0px no-repeat;
}

#navigation li#chart {
	background:url(../images/navi-bannerGreen.gif) -220px 0px no-repeat;
}

#navigation li#project {
	background:url(../images/navi-bannerGreen.gif) -330px 0px no-repeat;
}

#navigation li#report {
	background:url(../images/navi-bannerGreen.gif) -440px 0px no-repeat;
}

#navigation li#link {
	background:url(../images/navi-bannerGreen.gif) -550px 0px no-repeat;
}

#navigation li#about {
	background:url(../images/navi-bannerGreen.gif) -660px 0px no-repeat;
}
*/


#pagebody {
	width:800px;
	margin:0;
	padding: 0;
}

/* #mainContent に関するヒント：
1. この #mainContent div に #navigation div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#navigation div の幅は #navigation div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #navigation の間のスペースは、#mainContent div の左マージンによって設定されます。#navigation div に含まれるコンテンツの量に関係なく、#navigation div のスペースは維持されます。#navigation のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
#mainContent {
	float: left;
	width:780px;
	background-color:#ffffff;
	margin:0;
	padding: 0 10px 10px 10px;
} 

#mainContent h1 {
	font-size: 125%;
	line-height:1.5em;

}

#mainContent h2 {
	font-size:100%;
	line-height:1.25em;
	clear:both;
	padding:0;
}

#mainContent h3 {
	font-size:small;
	line-height:normal;
	font-weight:bold;
	clear:left;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -200mm;
	margin-left: 30px;
}

#mainContent p {
	font-size:small;
	line-height:1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin-left: 40px;
	margin-top: 5px;
	margin-right: 40px;
}

#credit p {
	font-size:smaller;
	font-weight:bold;
}

#reportDetail {
	position:relative;
	width: 700px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	margin:0;
}

.underline {
	text-decoration:underline;
}


.bookdata {
	float:left;
	width:170px;
	padding: 5px 5px;
}

.bookdata dl dt dd{
	margin:0;
	padding:0;
	font-size:small;
}

.bookdata dt {
	line-height:1em;
	width:2em;
}

.bookdata dd {
	margin-top:-1em;
	line-height:1em;
	left:2em;
	top:0;
	margin-bottom:1em;
}

#reportcontents {
	float:right;
	width:520px;
	padding:0px;
	margin:0px;
}

#reportcontents ul li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

p.clear {
	clear:both;
}

.title {
  border-left: 15px solid #6699ff;
  border-bottom: 1px solid #5588ff;
  padding-left: 5px;
  padding-bottom: 1px;
}

.chapterTitle{
	font-weight:bold;
}
.inquiry {
	font-size:small;
}

.undefinedListCase {
	list-style-type:circle;
}

#updates dl dt, #eventDetail dl dt, #contact dl dt {
	margin:0;
	font-size:medium;
}

#updates dl {
	padding-top:5px;
	padding-left:5px;
}

#updates dt {
	line-height:1.2em;
	width:6.5em;
}

#updates dd {
	position:relative;
	padding:0;
	margin-top:-1.2em;
	width:600px;
	line-height:1.5em;
	left:4em;
	top:0;
	margin-bottom:10px;
}

#eventDetail dt, #contact dt {
	line-height:1.5em;
	width:8em;
}
 
#eventDetail dd, #contact dd {
	position:relative;
	padding-bottom:1.5em;
	margin-top:-1.5em;
	line-height:1.5em;
	left:4em;
	top:0;
	width: 600px;
}

#staff dl { 
	margin-left:2em;
}

#staff dt {
	left:4em;
	line-height:1.5em;
	width:10em;
}

#staff dd {
	position:relative;
	padding-bottom:1.5em;
	margin-top:-1.5em;	
	line-height:1.5em;
	left:9em;
	top:0;
	width:25em;
}


#explanation {
	background-color: #ffc4c4;
	width: 80%;
	margin-left:10%;
	padding: 1em;
	line-height: 1.5em;
}

#explanation p {
margin:0;
padding:0;
line-height:1.5em;
}

#explanation h1 {
margin:0;
padding:0;
font-size:large;
line-height:1.5em;
}

#footer {
	padding: 0 10px;
	background-color: #ffffff;
	clear: both;
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size:x-small;
}

/* 再使用できる各種クラス */

.people {
	font-weight:bold;
}
	

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#naviFooter {
	text-align:center;
}

#naviFooter ul {
	margin: 0px 0px 1em;
	padding:0;
	list-style:none
}

#naviFooter li {
	display:inline;
	padding-left:1em;
	padding-right:1em;
	font-size: smaller;
}

.theme{
  text-align: left;
  border-left: 1.5em solid #6699ff;
  border-bottom: 1px solid #5588ff;
  padding-left: 0.5em;
  padding-bottom: 1px;
}
.theme2{
  text-align: left;
  border-left: 0.5em solid #6699ff;
  border-bottom: 1px solid #5588ff;
  padding-left: 0.5em;
  padding-bottom: 1px;
}
.contents{
  font-size: medium;
  padding-left: 2em;
  padding-right: 2em;
}
.department{
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  background-color: #9cc;
  padding: 5px;
  border-width: 1px;
  border-color: #6699ff;
  border-style: solid;
  font-size: large;
  width: 45%;
}

.project{
	text-align: left;
	line-height: 25px;
	background-color: #cff;
	font-size: medium;
	list-style-type: none;
	margin: 10px;
	padding: 10px;
	width: 80%;
	border: 1px none #6699ff;
}

.box{
  width: 100%;
  border-width: 0;
}

.subject{
  font-weight: normal;
  text-align: center;
  line-height: 25px; 
  background-color: #9cc;
  padding: 5px;
  border-width: 3px;
  border-style: double;
  border-color: #6699ff;
}
.name{
  font-size: large;
}
.name-link{
  font-size: medium;
}
.ivent{
  background-color: #ffc4c4;
  padding: 1em;
  text-align: center;
  line-height: 2em;
}

.programDetail{
  margin: 0.5em;
  padding: 0 0.5em;
  background-color: #ffd7d7;

}

.programOrganizer{
  font-size:smaller;
}

.event {
	margin: 3em 0;
}

.sample{
  border-width: 1px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;  
}

.pic{
  font-size: large;
  text-align: center;
  line-height: 2em;
}

.performer{
  background-color: #ffd7d7;
  padding: 0.5em;
}
.link{
  font-size: large;
}
.linktitle{
  background-color: #ffd7d7;
  padding: 0.5em;
}
.linkcont{
  border-bottom: 1px solid #ffc4c4;
  padding: 0.5em;
}
.repo{
  font-size: small;
  line-height: 1.25em;
  vertical-align: bottom;
}
.repo2{
  font-size: small;
  line-height: 1.25em;
  vertical-align: bottom;
  text-align: right;
  white-space: nowrap;
}
.repo3{
  font-size: small;
  line-height: 1.25em;
  vertical-align: bottom;
  width: 5%;
}
.reference{
  font-size: small;
  line-height: 1.5em;
}
.seminar{
  font-size: small;
  vertical-align: top;
  padding: 5px;
  border-width: 1px;
  border-color: #ff8e8e;
  border-style: solid;
}
.contact1{
  text-align: left;
  border-left: 0.5em solid #6699ff;
  border-bottom: 1px solid #5588ff;
  padding-left: 0.5em;
  padding-bottom: 1px;
}
.contact2{
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  background-color: #ffd7d7;
}
.contact3{
  border-bottom: 1px solid #ffc4c4;
}
.contact4{
  font-weight: bold;
}
.totop{
  font-size: small;
  text-align: right;
}

.toindex{
  text-align: center;
  font-size: smaller;
}

.corner{
  font-size: x-small;
  color: #000000;
}

.list-1{
  height: 40px;
}
.update1{
  padding: 5px;
  vertical-align: top;
}
.update2{
  padding: 5px;
}
.a{
  width: 45px;
  height: 35px;
  text-align: center;
}
.panel{
  font-size: small;
  padding: 2px;
  border-width: 1px;
  border-color: #ff8e8e;
  border-style: solid;
}
.panel2{
  font-size: small;
  text-align: center;
  padding: 2px;
  border-width: 1px;
  border-color: #ff8e8e;
  border-style: solid;
}
.note{
  font-size: small;
  line-height: 1.5em;
  text-align: left;
  padding: 0.5em;
}
.21st{
  text-align: center;
}
.aim{
  font-size: small;
  line-height: 1.5em;
  text-align: left;
  background-color: #ffd7d7;
  padding: 1.5em;
}
.pdf{
  font-size: small;
  text-align: right;
}
.explanation{
  font-size: medium;
  line-height: 1.5em;
  text-align: left;
  background-color: #ffc4c4;
  padding: 2em;
}
.explanation2{
  font-size: medium;
  line-height: 1.5em;
  text-align: left;
  background-color: #ffc4c4;
  padding: 1em;	
}
.cast-pict{
  text-align: center;
}
.rubrique{
  font-weight: bold;
  text-decoration: underline;
}

.margin_1em{
	padding-left:1em;
}

.contentsPage{
	text-align:right;
	font-size:medium;
}
