@charset "UTF-8";

body {
	margin:0px 0px 20px;
	padding:0px;
	color:#333333;
	background-color:#ffffff;
	background-image:url(../bg_other.gif);
	background-repeat:repeat-y;
	font-family:Arial;
}
form {
	margin:0px;
	 padding:0px;
}
a:link {
	color:#0000ee;
	background-color:transparent;
}
a:visited {
	color:#551a8b;
	background-color:transparent;
}
a:hover {
	color:#d00000;
	background-color:transparent;
}
table.page {
	width:759px;
	margin-right:1px;
}
/* トップページ用 */
body.home {
	background-image:url(../bg_top.gif);
	background-repeat:repeat-y;
}
/* =================== メニュー関連  =================== */
td.menu {
	width:150px;
	vertical-align:top;
	padding-top:12px;
}
td.menu div.lang {
	margin:20px 0px;
	text-align:center;
}
/* noscript用メニュー */
ul.submenu {
	list-style-type:square;
	margin:0px 5px 10px 30px;
	padding:0px;
	font-size:80%;
	color:#fafafa;
	background-color:transparent;
}
ul.submenu li {
	margin:0.3em 0em;
	line-height:1.2em;
}
ul.submenu a:link {
	color:#fafafa;
	background-color:transparent;
}
ul.submenu a:visited {
	color:#fafafa;
	background-color:transparent;
}
ul.submenu a:hover {
	color:#ffaaaa;
	background-color:transparent;
}
/* JavaScript用メニュー */
div.popupmenu {
	background-color:#ffffff;
	border-color:#2a8bbb;
	border-style:solid;
	border-width:1px 1px 1px 0px;
	font-size:80%;
}
div.popupmenu a {
	display:block;
	padding:5px 8px;
	font-weight:bold;
}
div.popupmenu a:link {
	text-decoration:none;
	color:#666666;
	background-color:transparent;
}
div.popupmenu a:visited {
	text-decoration:none;
	color:#666666;
	background-color:transparent;
}
div.popupmenu a:hover {
	text-decoration:none;
	color:#666666;
	background-color:#d4eaf5;
}

/* =================== コンテンツ中面  =================== */
td.contents {
	width:609px;
	vertical-align:top;
	color:#333333;
	background-color:#ffffff;
}
/* トップページ用 */
body.home td.contents {
	width:444px;
}
td.contents div.contents {
	margin:15px 12px 15px 27px;
}
/* トップページ用 */
body.home td.contents div.contents {
	margin:10px;
}
/* =================== 汎用スタイル  =================== */
td.contents form {
	padding:0px;
	margin:0px;
}
td.contents p {
	margin:0.7em 0em;
	line-height:1.3em;
}
td.contents ul {
	margin:0em;
	padding:0em;
	list-style-type:none;
}
td.contents ul li {
	margin:0.3em 0em;
	padding:0px 0px 0px 20px;
	background-image:url(../mark_list.gif);
	background-repeat:no-repeat;
	background-position:0em 0em;
	line-height:1.3em;
}
td.contents hr {
	display:block;
	padding:0px;
	margin:10px 0px;
	border-color:#2a8bbb;
	border-width:3px;
	border-style:double none none;
	height:3px;
}

td.contents div.mdlv1 {
	font-size:120%;
	font-weight:bold;
	color:#1a639c;
	background-color:transparent;
	margin:10px 0px 20px -12px;
	border-bottom:#666666 2px dotted;
	border-left:#1a639c 7px solid;
	padding-left:5px;
}
td.contents div.mdlv2 {
	font-weight:bold;
	color:#2a8bbb;
	background-color:transparent;
	margin-bottom:10px;
}
td.contents table.general {
	border-color:#2a8bbb;
	border-style:solid;
	border-width:1px 0px 0px 1px;
}
td.contents table.general thead th {
	border-color:#2a8bbb;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	padding:0.3em;
	color:#ffffff;
	background-color:#2eb2c4;
	text-align:center;
	white-space:nowrap;
}
td.contents table.general thead td {
	border-color:#2a8bbb;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	padding:0.3em;
	color:#ffffff;
	background-color:#2eb2c4;
	text-align:center;
}
td.contents table.general tbody th {
	border-color:#2a8bbb;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	padding:0.3em;
	color:#333333;
	background-color:#d4eaf5;
	text-align:left;
}
td.contents table.general tbody td {
	border-color:#2a8bbb;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	padding:0.3em;
}
td.contents table.general tbody th.time {
	background-color:#2eb2c4;
	color:#ffffff;
	white-space:nowrap;
	font-size:90%;
}
td.contents ul.item_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
td.contents ul.item_list li {
	clear:none;
	float:left;
	margin:0.1em 0em;
	padding:0px;
	font-weight:normal;
	line-height:1.0em;
	background-image:none;
}
td.contents ul.item_list li div {
	padding-left:20px;
	text-indent:-20px;
}
td.contents ul.item_list li label {
	cursor:pointer;
}

td.contents div.pagetop {
	margin:15px;
	text-align:right;
}
td.contents sup {
	font-size:80%;
	margin:0em;
	padding:0em;
}
td.contents p.caption {
	font-size:80%;
	margin:3px 0px;
}
td.contents .notes {
	font-size:80%;
}
td.contents .attention {
	font-weight:bold;
	color:#d00000;
}
div.privacy {
	text-align:right;
	width:590px;
	padding:5px 0px;
	font-size:80%;
}

/* =================== トップ用  =================== */
div.whatsnew {
	margin:20px 0px;
	border-bottom:#2a8bbb 1px solid;
	background-color:#f5faff;
}
div.whatsnew div.md {
	border-bottom:#2a8bbb 2px solid;
	color:#2a8bbb;
	background-color:#ffffff;
	font-weight:bold;
	padding:0px 5px;
}
div.whatsnew dl {
	font-size:80%;
	margin:0px;
	padding:0px 5px 5px;
}
div.whatsnew dl dt {
	width:6em;
	position:absolute;
	left:160px;
	margin:0.3em 0em;
	padding:0px 0px 0px 20px;
	background-image:url(../mark_list.gif);
	background-repeat:no-repeat;
	background-position:0em 0em;
	line-height:1.3em;
}
div.whatsnew dl dd {
	margin:0.3em 0 0 6em;
	padding:0px;
	line-height:1.3em;
}
table.whatsnew {
	margin-top:5px;
}
table.whatsnew td {
	padding-bottom:5px;
	vertical-align:top;
	font-weight:bold;
}
table.whatsnew th {
	padding-bottom:5px;
	vertical-align:top;
	white-space:nowrap;
	text-align:left;
}
td.contents ul.regist {
	list-style-type:none;
	margin:0 -10px 0 0;
	padding:0 0 10px;
	overflow: hidden;
}
td.contents ul.regist li {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
}
td.contents ul.regist li img {
	display:block;
}
td.contents ul.regist li span {
	font-size:80%;
}
div.org {
	padding:10px 0px 10px 1.0em;
}
div.org div.md {
	font-weight:bold;
	margin-left:-1.0em;
	margin-bottom:0.2em;
}
div.org a.logo {
	float:right;
	margin:0px 10px;
}

div.support {
	clear:both;
	padding:10px 0px 10px 1.0em;
}
div.support div.md {
	font-weight:bold;
	margin-left:-1.0em;
	margin-bottom:0.2em;
}
td.ad {
	width:164px;
	vertical-align:top;
}

/* =================== ご挨拶 =================== */
td.contents img.photo {
	float:right;
	 clear:right;
	margin:0em 0em 0.5em 0.5em;
}
/* =================== 会場案内 =================== */
td.contents p.access {
	margin:0em 0em 1.5em;
}

/* =================== スポンサーシップ =================== */
td.contents td.price {
	text-align:right;
}

/* 080319追加分 */
div#CONFERENCE-SPONSOR {
	margin:70px 8px 0;
	background:#fff url(../bg_cmn_conference-sponsor_bottom.gif) center bottom no-repeat;
}
div#CONFERENCE-SPONSOR * {
	padding:0;
	margin:0;
	border:none;
}
div#CONFERENCE-SPONSOR ul {
	padding:14px 0 4px;
	list-style:none none;
	zoom:100%;
}
div#CONFERENCE-SPONSOR li {
	float:left;
	text-align:center;
	padding-bottom:10px;
	width:100%;
}
*>div#CONFERENCE-SPONSOR li {
	float:none;
}
div#CONFERENCE-SPONSOR li img {
	display:block;
}
*>div#CONFERENCE-SPONSOR li img {
	display:inline;
	vertical-align:top;
}
