/* CSS Document */

/*-----ページ全体▼----------------------------------------------*/

html
  {
  height:100%;
  margin-bottom:1px;
}

* {
padding: 0px;
margin: 0px;
}


body {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	font-size: 10.5pt;
	line-height: 1.6em;
	font-family: "Times New Roman", Times, serif;
}

#pagebody {
	width: 700px;
	display: block;
	float: none;
	height: auto;
	padding-top: 5px;
	overflow:visible;
}

#headlink {
	width:700px;
	height: 25px;
	margin-bottom: 0px;
	margin-top:0px;
	background-color: #EBEBEB;
}

/*#pagebody li{
	display: list-item;
	text-indent: 5px;
	text-align: left;
	clip: rect(auto,auto,auto,5px);
	vertical-align: baseline;
	list-style-position: inside;
	list-style-type: disc;
}
*/


/*#rootlist {
	width: 400px;
	height: 20px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	text-align: right;
	margin-right: 5px;
	line-height: 1.4em;
	margin-left: 3px;
	vertical-align: bottom;
}*/	


a :link {
	color: #336699;
}
a:visited {
	color: #996666;
}

/*-----ページ全体▲----------------------------------------------*/

/*-----ヘッダー▼----------------------------------------------*/

#header {
	width:700px;
	height: auto;
}

#header h1 {
	width: 700px;
	height:330px;
	margin: 0px;
	text-indent:-9999px;
	background-image: url(gif/title1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 6px;
}

#headlink ul{
	list-style-type:none;
	height: 25px;
	width: 700px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#headlink li{
	float: left;
	display: block;
}	

#headlink li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
    background-position : left top;
}

#headlink li#home a {
	height: 25px;
	width: 140px;
	background: url(gif/home-1.jpg) no-repeat;
    background-position : left top;
}

#headlink li#home a:hover {
	background: url(gif/home-2.jpg) no-repeat;
	background-position : left top;
}

#headlink li#program a {
	height: 25px;
	width: 140px;
	background: url(gif/program-1.jpg) no-repeat;
	background-position : left top;
}

#headlink li#program a:hover {
	background: url(gif/program-2.jpg) no-repeat;
	background-position : left top;
}

#headlink li#contact a {
	height: 25px;
	width: 140px;
	background: url(gif/contacts-1.jpg) no-repeat;
	background-position : left top;
}

#headlink li#contact a:hover {
	background: url(gif/contacts-2.jpg) no-repeat;
	background-position : left top;
}	

#headlink li#participants a {
	height: 25px;
	width: 140px;
	background: url(gif/participants-1.jpg) no-repeat;
	background-position : left top;
}

#headlink li#participants a:hover {
	background: url(gif/participants-2.jpg) no-repeat;
	background-position : left top;
}	

#headlink li#paper a {
	height: 25px;
	width: 140px;
	background: url(gif/paper-1.jpg) no-repeat;
	background-position : left top;
}

#headlink li#paper a:hover {
	background: url(gif/paper-2.jpg) no-repeat;
	background-position : left top;
}	

#headlink li#dammy a {
	height: 25px;
	width: 140px;
	background:url(gif/dammy.gif) no-repeat;
	background-position : left top;
}

/*-----ヘッダー▲----------------------------------------------*/


/*-----ページ全体▼----------------------------------------------*/

#pagebody {
	width: auto;
	display: block;
	float: none;
	height: auto;
	overflow:visible;
	border: 1px solid #C9C9C9;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#pagebody h2{
	font-size:16pt;
	font-weight:bold;
	line-height: 1.4em;
}

#pagebody h3 {
	font-size: 14pt;
	font-weight: bolder;
	line-height: 1.2em;
}

#pagebody h4 {
	font-size: 12pt;
	font-weight: bolder;
	line-height: 1.7em;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
}
