@charset "utf-8";

/* index
========================================================================== */

#home {
	width: 780px;
	padding: 0 0 50px 60px;
	text-align: left;
	float: right;
}


/* anchor
-------------------------------------------------------------------------- */

#home a {
	color: #066;
	text-decoration: underline;
}
#home a:hover {
	color: #666;
	text-decoration: none;
}


/* visual
-------------------------------------------------------------------------- */

#visual {
	height: 650px;
	margin-bottom: 35px;
	position: relative;
}

#theme img {
	position: absolute;
	top: -60px;
	right: -36px;
}
#theme img {
	width: 532px;
}

#info {
	position: absolute;
	bottom: 0;
	right: 0;
}
#info img {
	width: 860px;
}


/* news
-------------------------------------------------------------------------- */

#news {
	margin-bottom: 50px;
}

#news h1 {
	margin-bottom: .25em;
	color: #006459;
	font-family: 'Droid Serif', serif;
	font-size: 200%; /* 28px */
	font-weight: 400;
}

#news dl dt {
	margin-bottom: 0;
	padding: .75em .5em;
	float: left;
	clear: both;
}

#news dl dd {
	margin-bottom: 0;
	padding: .75em 0 .75em 7em;
	border-top: 1px dotted #ccc;
}
#news dl dd:last-child {
	border-bottom: 1px dotted #ccc;
}

#news dl dd div.fill_alert {
	padding: 1em;
	background: #f9e5e5;
}

#news dl dd div.fill_alert p {
	margin-bottom: .5em;
}


/* address
-------------------------------------------------------------------------- */

#address h2 {
	color: #006459;
	font-weight: bold;
}

#secretariat {
	width: 300px;
	float: left;
}
#management {
	width: 420px;
	float: right;
}



/* message
========================================================================== */

#photo {
	height: 150px;
	margin-bottom: 2em;
	background: #e5efee;
}

#photo img {
	margin-right: 15px;
	float: left;
}

#photo div {
	padding: 7px 0;
}
#photo div strong {
	font-size: 143%; /* 20px */
}


#message p {
	text-indent: 1em;
}



/* general-info
========================================================================== */

#general-info table {
	border-top: 1px dotted #ccc;
}
#general-info table th,
#general-info table td {
	border: none;
	border-bottom: 1px dotted #ccc;
}
#general-info table th {
	text-align: center;
}



/* table-program
-------------------------------------------------------------------------- */

#program table {
	border: 3px solid #fff;
	border-bottom:none;
	margin-bottom: 0.5em;}

#program table th {
	padding: .5em;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

#program table td:first-child {
	padding: .25em;
	width: 8em;
	padding: .25em;
}

#program table td {
	padding: .25em;
	border: 3px solid #fff;

}



/* call-for-papers
========================================================================== */

#main table.table-category td {
	vertical-align: top;
}

#main table.table-category dl dd {
	margin-left: 1em;
}



/* access
========================================================================== */

#googlemap {
	width: 750px;
	height: 400px;
}

#googlemap a[href^="http"]:after {
	display: none;
}



/* link
========================================================================== */

#link ul li {
	margin: 0;
	padding: 1em;
	border-top: 1px dotted #ccc;
	list-style: none;
}
#link ul li:last-child {
	border-bottom: 1px dotted #ccc;
}



/* end
========================================================================== */

#end {
	width: 710px;;
	margin: 0 auto 3em;
	padding: 30px;
	border: 5px solid #ff0000;
}

#end p {
	font-size: 155%;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.8;
}