﻿/* default */
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	vertical-align: top;
	line-height: 1.3em;
}

table {
	border-collapse: collapse;
}
th { padding: 5px; }
td { padding: 5px; }
#info th, #info td { text-align: left; }
#prize-table th { text-align: center; font-weight: normal; }
#prize-table td { text-align: left; }

a:link, a:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0099FF;
}

a img { border: 0px; }


hr {
	border: 1px #666666 solid;
	height: 1px;
	width: 100%;
	border-style: dashed;
	text-align: center;
	margin-top: 10px;
}

body {
	width: 660px;
	text-align: center;
	padding: 15px;
}

.left {
	width: 650;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

h1 {
	font-size: 190%;
}

h2 {
	width: 650px;
	font-size: 150%;
	margin-top: 25px;
	padding: 3px 0px 3px 0px;
	border: 2px solid #003399;
	margin-bottom: 10px;
}

h3 {
	font-size: 140%;
}

h4 {
	margin-top: 10px;
	font-size: 120%;
}

h5 {
	margin-top: 10px;
}
ul {
	margin-top: 10px;
}

ul li {
	margin-top: 5px;
	margin-left: 30px;
	list-style-image: url(../img/ul.gif);
}

ol li {
	margin-top: 5px;
	margin-left: 50px;
	list-style-type: decimal;
}

strong {
	color: #FF0000;
	font-weight: normal;
}

em {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

p.li {
	padding-top: 10px;
}

/* ■基調講演・特別講演■ */
.tokubetsu-name {
	color: navy;
	margin: 10px 0px 0px 30px;
}
.tokubetsu-name em {
	color: navy;
}
.tokubetsu-title {
	font-style: italic;
	margin: 0px 0px 0px 50px;
}

/* need to be confirmed */
.NC {
	background-color: #CCFF99 !important;
}
