@charset "EUC-JP";
/* Copyright (c) 2006 WebDesignTemplates[http://wdt.pekori.jp] All rights reserved. */

/* default */
body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:1;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body{ 		
	font:		14px arial,helvetica,clean,sans-serif;
}

html{

}
body{
/* 端っこの背景の色 */
	background-color:	#dcdcdc;
	width:		870px;
}

div#contents{
	margin:		auto;
	width:		1000px;
/* 右側の小さい文字の色 */	
	color:		#121212;
	font-size:		100%;
/* 文字のとこの背景の色 */
	background-color:	 	#ffffff 	;
/* 左右外枠の色 */
	border-left:		solid 2px #000187;
	border-right:		solid 2px #000187;

}

a img {
	border:		0px;
	margin-bottom:	2px;
	margin-top:     2px;
}

hr{
	display:	none;
}

/* リンクの張ってある文字の通常の色 */
a:link{
	color:		#000000;
}

a:visited{
	color:		#ff4500;
}

/* リンクの張ってある文字のマウスを持っていったときの色 */
a:hover{
	color:		#ffff00;
}

/* ？ */
a:active{
	color:		#ffff00;
}

div#header{
	margin-bottom: 	20px;
/* 絵の上の線 */
	border-top:	solid 4px  #000187;
/* 絵の下の二重線 */
	border-bottom: solid 4px #000187;
/* 絵の背景の色 */
	background-color:  	#00008b;
	padding:	0px;
	width:		1000px;

}

#header img{
	margin-left:	220px;
	padding:0;
	border:none;
	text-align:center;
}

/* 右側の箱の一番大きい文字 */
h1{
	padding:	0.3em 1em 0.3em 21px;
	font-size:	167%;
	color:		#000187;
	letter-spacing:	0.2em;
	margin:		30px;
}

ul#pan{
	position:	absolute;
	top:		10px;
	right:		0px;
	text-align:	right;
}

#index ul#pan{
	display:	none;
}

#pan li{
	display:	inline;
}

#pan a{
	text-decoration:	none;
}

#pan a:after{
	content:	"->";
}

/* 左側の箱について */
div#navbar{
	width:		/*210px;*/100px;
	float:		left;
}

/* 左側の箱のやや大きい文字ーmenu　について */
#navbar h2{
	width:		150px;	
	margin:		0 20px 1em 20px;
	padding:	0.2em 10px;
	border:		none;
	font-size:	110%;
	letter-spacing:	0.2em;	
}

/* 左側の箱にある二重線 */
#navbar ul{
	width:		170px;
	margin:		0 20px 1em 20px;	
	border-bottom:	double 3px #000187;
}

/* 左側の箱にあるtopとかの箱の背景の色など */
#navbar li{
	margin-bottom: 	15px;
	padding-top:	0.1em;
	background:	#ffffff;
}

/* ？ */
#navbar li.navbar-on{
	background: 	#00008B;
}

/* 左側の箱のtopとかの箱のなかの点線 */
#navbar li a{
	display:	block;
	width:		150px;
	padding:	0.4em 10px 0.4em 10px;
	border-bottom:	dotted 2px #ffffff;
	font-weight:	bold;
	text-decoration:	none;
}

/* 左側の箱のtopとかの箱にマウスを持っていったときの下線 */
#navbar li a:hover,#MENU li a:active{
	border-bottom: dotted 2px #ffff00;
	text-decoration: none;
}



/* 左側の箱と右側の箱の境目の線 */
#update{
	margin:		0 20px 0 210px;
	padding:	0 0 0 20px;
	border-left:	solid 1px #000187;
}

#update2{
	margin:		0 0px 0 0px;
	padding:	0 0 0 20px;
	float:		left;
	}

#update3{
	margin-top:			30px;
	margin-left:		10px
	padding:	0 0 0 20px;
	float:		left;
}

/* menuと名古屋大学　地球惑星科学系　学外セミナー2008 という文字 */
h2 {
	padding: 	0.3em 0;
	border-bottom: 	solid 1px #000187;
	color: 		#000187;
	font-size: 	122%;
	letter-spacing: 0.2em;
}

/* 更新情報　という文字 */
h3 {
	padding:	0.6em 0 0.4em 0;
	letter-spacing: 0.1em;
	color:		#000187; 	
}

h4 {
	padding:	 0.5em 0 0.2em 0;
	letter-spacing:  0.1em;
}

h5,h6 {
	padding: 	0.4em 0 0.2em 0;
}

/* topの更新情報の内の文字 */
#update ul{
	width:		600px;
	margin-top:	0px;
	font-size:	90%;
	line-height:	180%;
}

/* topの更新情報の内文章の間の点線 */
#update li{	
	border-bottom:	2px dotted #008601;
/*	width:		400px;*/
}

/* 本文中のリンクの文字色 */
#update a:link{	
    color: #808080
/*#3fedfd;*/
}
#update a:visited{	
	color:	#008601;
}
#update a:hover{	
	color:	#e8cc29;
}

}
#update dt {
    margin-left: 10px;
    margin-top:  10px;
    font-size:      120%;
    line-height:    180%;
}
#update dd{
    margin-left: 0px;
    margin-top:  0px;
    font-size:      100%;
    line-height:    180%;
}

/* 下の箱について */
div#footer{
	width: 		1000px;
	height:		64px;
	text-align: 	center;
	margin-top: 	50px;
	border-top: 	double 6px #FFFFFF;
	border-bottom: 	double 6px #FFFFFF;
	background: 	 	#008601;
}

#footer h2 {
	display: 	none;
}
#footer ul {
	padding: 	0.8em 2em;
}
#footer li {
	display: 	inline;
	padding: 	0 0.5em;
	font-size: 	92%;
}
#footer a{
	text-decoration: 	none;
}

#footer a:visited{/*
	color:		#cccccc;*/
}

address{
	display:	inline;
}

div#rights{
	text-align:	center;
}
