@charset "SHIFT_JIS";

/****************************** common ********************************/
* {
	margin: 0;
	padding: 0
}
html {
	height: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	width: 100%;
	height: 100%;
	background-color: #D3C1AB;
	background-image: url(images/bg.jpg)
}

a {
	color: #006;
	text-decoration: none
}
a:visited {
	color: #939;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

img {
	border: 0
}

a img {
	outline: none
}

hr {
	padding: 0;
	height: 1px;
	border-width: 0;
	border-color: #CCC;
	color: #CCC;
	background-color: #CCC
}

a.css1 { display: inline }
a.css2 { display: none }

/****************************** container ********************************/

.container {
	width: 858px;
	margin: 0 auto;
	background-color: #FFF
}

/****************************** header ********************************/

.header {
	width: 100%
}

.lang {
	text-align: right;
	display: block;
	margin: 5px 60px;
	font-size: 0.8em;
	color: #000
}
.lang ul li {
	display: inline;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(images/lang.png);
	background-repeat: no-repeat;
	background-position: 0.2em
}

/****************************** side menu ********************************/

.side_menu {
	float: left;
	width: 160px;
	margin: 10px 0 10px 50px;
	padding-right: 10px;
	border-right: #CCC solid 1px;
	font-size: 0.8em
}

.side_menu ul {
	list-style: none;
	width: 160px
}
.side_menu ul li {
	line-height: normal;
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	font-size: 1em;
	font-weight: bold
}
.side_menu ul li ul li {
	padding-left: 1em
}
.side_menu ul li a {
	color: #006;
	text-decoration: none
}
.side_menu ul li a:hover {
	color: #600;
	display: block;
	background: url(images/menu_back.jpg) repeat-y
}

.side_menu .support {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	display: block;
	width: 150px;
	padding: 5px;
	margin-top: 20px
}
.side_menu .org {
	margin: 10px 0;
	text-align: center
}
.side_menu .org a:hover {
	background: #FFF
}

/****************************** contents ********************************/

.main_contents {
	float: left;
	width: 567px;
	margin: 10px 50px 0 20px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 150%
}

h2 {
	font-size: 1.5em;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
 	margin-bottom: 0.5em
}

p {
	text-align: justify
}

table,th,td {
	border: #000 1px solid;
	border-collapse: collapse
}
th,td {
	padding: 0 0.5em
}

.plenary {
	background-color: #CBE
}

.break {
	background-color: #FF8
}

.name {
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em
}

.sponsor td img {
	margin: 10px
}

/****************************** footer ********************************/

.footer {
	clear: both;
	width: 758px;
	text-align: center;
	padding: 15px 50px;
	border-top: #CCC solid 1px;
	font-size: 0.7em;
	background: url(images/footer.jpg) bottom repeat-x
}
