@charset "utf-8";

/*--------------------style reset--------------------*/

* { margin: 0; padding: 0; }
img { border: none; 	}
hr { display: none; }
/*
hr {
margin: 10px 10px 0px 10px;
border: none;
background: #ccc;
height: 1px;
}
*/

/*-----------------------links-----------------------*/

a {text-decoration: none;}
a:link {color: #003399;}
a:visited {color: #003399;}
a:active {color: #003399;}
a:hover {
	text-decoration:underline;
	color: #003399;
}


/*------------------body------------------*/

body {
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3'", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
/* font-family: Helvetica, san-serif, Arial, Verdana;  for English */
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	background: #fff url("http://www.genofield.osaka-u.ac.jp/awajisymposium2011/images/bg_img.jpg") fixed;
}




/*------------------clearfix------------------*/

/*              floatの解除に利用             */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------wrapper---------------------*/

#wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	position:relative;
}

/*-----------------------header---------------------*/

#header {
	background: url(../images/header_img.jpg) 0 10px no-repeat;
	margin: 0px;
	height: 272px;
	width: 900px;
	position:relative;
}
#header p.right { text-align: right; }

#update {
	color:#aaa;
	font-size:0.7em;
	position:absolute;
	top:0;
	right:7px;
	line-height:1.1em;
}

/*---------------------container---------------------*/

#container {
	margin:1px 0 0 0;
}

/*----------------------sidemenu--------------------*/

#sidemenu {
	float:left;
	width: 223px;
	color: #000;
	margin: 18px 25px 0px 0px;
}
#sidemenu ul {
	margin:0;
	padding:0;
	font-size: 1em;
	list-style: none;
}
#sidemenu ul li {
	list-style-position: outside;
	list-style-type: none;
	color: #003484;
	margin:0px 0px 0px 18px;
	padding: 1px 0px 1px 0;
	/* paddingを0にするとIE6でli同士にへんな隙間が出来る */
}
#sidemenu ul li a {
	padding: 5px 0px 3px 0;
	margin: 0px;
	display: block;
	color: #003484;
	text-decoration: none;
	border-bottom: 1px solid #0160A2;
}
#sidemenu ul li a:hover {
	background-color: #ECF9FF;
	border-bottom: 1px solid #0160A2;
}

#sidemenu ul li.gotop {
	background-color: #0160A2;
	color: #FFFFFF;
	margin: 0px;
	font-size: 1.1em;
	padding:0;
}
#sidemenu ul li.gotop a {
	background-color: #0160A2;
	display: block;
	color: #FFFFFF;
	padding: 20px 0px 0px 5px;
	text-decoration: none;
}
#sidemenu ul li.gotop a:hover {
	background-color: #2089C4;
}

#sidemenu ul li.menutop {
	padding-top: 0px;
	margin:0;
	font-size: 1.1em;
	color: #F75C00;
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #0160A2;
}
#sidemenu ul li.menulink {
	padding-top: 0px;
	font-size: 1.1em;
	color: #0160A2;
	margin: 15px 0px 0px;
}




#counter {
	text-align: right;
	height: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*---------------------contents---------------------*/

#contents {
	float:right;
	width: 652px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents p {
	font-size: 1em;
	margin: 0 0 1.5em 1em;
}
#contents p.left1 {
	margin-left: 1em;
}
#contents p.invitation {
	font-size: 1em;
	margin: 0px;
	line-height: 1.8em;
}
#contents p.bottom0 {
	margin-bottom:0;
}


/*--------------------font-style--------------------*/

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-indent: -9999px;
}
h2.top {
	color: #0160A2;
	width: 652px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0160A2;
	margin: 0px 0px 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h2 {
	color: #0160A2;
	width: 652px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0160A2;
	margin: 30px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

h3.top {
	color: #0160A2;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px;
}
h3 {
	color: #0160A2;
	font-size: 1.2em;
	font-weight: bold;
	margin: 25px 0px 20px;
}
h4 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 25px 0px 10px;
}
h4.top0 {
	margin-top:0;
}

p { margin: 0px 3px 1em 1em; }
.font-1 { font-size: 0.9em; line-height: 1.5em; }
p.right { text-align: right; }
p.center { text-align: center; }

p.contact {
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

.red { color: #ff0000; }

sup {font-size:0.85em;}


/*------------------------list style------------------------*/

#contents ul { margin: 1px 0px; }
#contents ul li {
	margin-left: 25px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

/* decimal style */

#contents ul.decimal {
	margin: 0px 0px 0px 3em;
}
#contents ul.decimal li {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
#contents ul.decimal li ul { margin: 5px 0px 0px 10px; }
#contents ul.decimal li ul li {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 0.95em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}
#contents ul.decimal li ul.disc li {
	list-style-type: disc;
}



/* disc style */

#contents ul.disc {
	margin: 10px 0px 10px 25px;
}
#contents ul.disc li {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}
#contents ul.disc li ul { margin: 0px 0px 0px 10px; }
#contents ul.disc li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* none style */

#contents ul.none {
	margin: 0px 0px 0px 2em;
}
#contents ul.none li {
	margin: 0 0 0.5em 0;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}
#contents ul.none li ul { margin: 0px 0px 0px 10px; }
#contents ul.none li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* noneindent-1 disc style */

#contents ul.noneindent-1 { margin: 3px 0px 0px 0px; }
#contents ul.noneindent-1 li {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	font-size: 1em;
	text-indent: -1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}

#contents ul.dates {
	margin: 0px;
	padding: 0px;
	width: 652px;
}
#contents ul.dates li {
	line-height: 45px;
	height: 45px;
	width: 647px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003484;
	list-style-type: none;
	margin: 0px;
}

li img {
	vertical-align:middle;
}

.speakers li {
	list-style-type: disc;
	margin: 0px 0px 0.4em 2em;
}
.program li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 1em;
	list-style-type: none;
}
.organizers li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	list-style-type: none;
}

/*---------------------------dl dt dd---------------------------*/

dl {
	padding: 4px 4px 2px 1.5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
dt {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
dd {
	margin-top: -1.5em ;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

dl.number dt {
	width:1.5em;
}
dl.number dd {
	margin-left:1.5em;
}

.venue dt {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
	color: #0160A2;
}
.venue dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.speakers dt {
	font-size: 1.1em;
}
.speakers dd {
	font-size: 0.9em;
}

/*-----------------------------table-----------------------------*/

table {
	margin: 3px 0px 10px 0px;
	border-collapse:collapse;
}
th {
	padding: 1px 2px;
	font-weight: bold;
	text-align: center;
}
td {
	padding: 1px 2px;
	text-align: left;
}
th.left { text-align: left; }
th.right { text-align: right; }
td.center { text-align: center; }
td.right { text-align: right; }

table.showline {
	border-collapse:separate;
	margin: 3px 0px 10px 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.showline th {
	padding: 1px 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #f0f0f0;
	vertical-align:middle;
}
.showline td {
	padding: 1px 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

/*--------------------------blockhidden--------------------------*/

#chap1, #chap2, #chap3, #chap4, #close1, #close2, #close3, #close4 {
   display: none;
}



/*--------------------------news--------------------------*/


#news_scroll {
	/*
	height:200px;
	overflow-y:scroll;
	*/
}


dl.news {
	margin: 0px;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #003484;
}
.news dt {
	width:8.5em;
	padding-left: 5px;
	font-weight:bold;
	line-height:1.8em;
}
.news dd {
	margin-left:8.5em;
	margin-top: -1.8em;
	line-height:1.8em;
	margin-bottom:3px;
}
.news dd a {
	border-bottom: 1px dotted #003399;
}
.news dd a:hover {
	border-bottom: none;
	text-decoration:none;
}


/*----------------------footer---------------------*/


#footer {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
	border-bottom-color:#0160A2;
}


/*----------------------pre_office---------------------*/

#pre_office {
	margin-top:50px;
	padding:20px 10px;
	border-top:#999 1px solid;
}
#pre_office h4 {
	margin-top:0;
}
