@charset "utf-8";

* {
	margin-top: 0;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}

img {
	border: none;
	vertical-align: baseline;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
	text-justify: distribute;
}

@media print {
* html p {
	text-align: left;
}
}

hr {
	clear: both;
}

.alt {
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
}

body {
	color: #1F2D5A;
	background-color: #F7F8F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
}

div#top {
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../img/top_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

div#header * {
	margin: 0;
	padding: 0;
}

div#body {
	zoom: 1;
}

div#body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	float: right;
	width: 544px;
}

div#topImage * {
	margin: 0;
	padding: 0;
}


/* メインコンテンツ部
**********************************************************************/

div#contents {
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	width: 480px;
	overflow: hidden;
}

/* ホームのスポンサー用 */

div#contents div#sponsors {
	zoom: 1;
	overflow: hidden;
	margin-top: 32px;
}

div#contents div#sponsors * {
	margin: 0;
	padding: 0;
}

div#contents div#sponsors dl.col1 {
	float: left;
	width: 100%;
	margin-right: -340px;
}

div#contents div#sponsors dl.col2 {
	float: left;
	width: 340px
}

div#contents div#sponsors dl dt {
	margin-bottom: 8px;
}

div#contents div#sponsors dl dd ul {
	list-style-type: none;
}

div#contents div#sponsors dl dd ul li {
	display: inline;
}

div#contents div#sponsors dl dd ul li img {
	padding-right: 10px;
	padding-bottom: 10px;
}

/* 基本要素 */

div#contents h3 {
	font-family: "Arial Black", sans-serif;
	font-size: 150%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2F3C66;
	line-height: 1.2;
}

div#contents h4 {
	font-size: 140%;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F2D5A;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
div#contents h5 {
	margin-top: 1.6em;
	margin-bottom: 1em;
}
div#contents em {
	font-style: normal;
	color: #FF0000;
}

div#contents p.img {
	clear: right;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}


div#contents dl {
	margin-bottom: 1em;
}

div#contents dl dt {
	font-weight: bold;
}

div#contents dl dd {
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-left: 1em;
}

div#contents table {
	margin-bottom: 1em;
	line-height: 1.2;
}

/* ホーム用 */

div#contents.home h3 {
	margin-bottom: 0.1em;
}

div#contents.home dl dd {
	margin-left: 0px;
	padding-left: 0px;
}

/* サイドバー部
**********************************************************************/

div#sidebar {
	float: left;
	width: 216px;
	_width: 214px;/*ie6*/
	_overflow: hidden;
	background-color: #EFF0F2;
}

div#sidebar * {
	margin: 0;
	padding: 0;
}

/* ナビゲーション部 */

div#sidebar ul#navi {
	margin-bottom: 24px;
	list-style-type: none;
}

div#sidebar ul#navi li img {
	vertical-align: bottom;
}

/* ナビゲーション以外の場所を囲んでる */

div#sidebar-contents {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 90%;
}

/* contact箱 */

div#sidebar-contents dl.infoBox {
	background-image: url(../img/infoBox_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
	margin-bottom: 24px;
}

div#sidebar-contents dl.infoBox dt img {
	vertical-align: bottom;
}

div#sidebar-contents dl.infoBox dd {
	background-color: #FFFFFF;
	background-image: url(../img/infoBox-body_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	text-align: center;
}

/* バナー部 */

div#sidebar-contents div#banner {
	text-align: center;
	margin-bottom: 16px;
}

div#sidebar-contents div#banner p {
	margin-bottom: 8px;
}

/* フッター部
**********************************************************************/

div#footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	width: 776px;
	padding-bottom: 8px;
	position: absolute;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	left: 0px;
}

div#footer-body {
	background-image: url(../img/footer-body_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
}

div#footer-body address {
	background-image: url(../img/footer-address_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	padding: 2px;
}

div#contents h1 {font-family: sans-serif; font-size: 1.5em}
div#contents h2 {font-family: sans-serif; font-size: 1.2em}
div#contents h3 {font-family: sans-serif; font-size: 1.2em;border:none;line-height: 1.2;}

.SessionSpeaker,.SessionSpeakerEnd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F2D5A;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.SessionSpeakerEnd{
	border:none;
}

.rf{
	float: right;
}

.floatclear{
	clear:both;
}

table.profile td.year{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

