@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.8;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

br {
   letter-spacing:normal;
}

a, a:visited {
	color:#E88100;
	text-decoration:none;
}
a:hover, a:active {
	color:#A06A60;
	text-decoration: underline；
}


img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
}
ol {
	list-style-type: decimal;
	margin-left: 25px;
}
p {
   margin:0 0 1em 0;
}
p.m0 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:790px;
   margin:0 auto;
   background:url("../images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:790px;
   background:url("../images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
}

div#pr {
   width:480px;
   position:absolute;
   left:280px;
   top:10px;
}

div#contents {
   margin:0 5px;
   padding:20px 20px 0 20px;
}

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

div#sub {
   float:left;
   width:220px;
}

div#pageTop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
div#header #mv_top {
	margin:0;
	padding:10px;
	font-size:24px;
	color:#fff;
	line-height:70px;
	height: 400px;
	background: url("../images/top.jpg") 50% 50% no-repeat;
}
div#header .mv_common {
	margin:0;
	padding:10px;
	font-size:24px;
	color:#fff;
	line-height:70px;
	height: 187px;
	background: url("../images/pagetop.jpg") 50% 50% no-repeat;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
@charset "utf-8";


.section {
   width: 220px;
}
.bar {
   border-bottom :1px solid #D1D1D1;
}

.menu {
   padding:1px;
   border:1px solid #D1D1D1;
}

.menu h2{
   margin:0;
   padding:10px 5px;
   font-size:12px;
   border-bottom:3px solid #099;
   background:#fff url("../images/bg_h2.gif") 0 100% repeat-x;
}

.menu ul{
   margin:0;
   padding:0;
   list-style: none;
   border-top:1px solid #ddd;
}

.menu li {
	padding:0;
	font-size:12px;
	line-height:2.0;
	border-bottom: 1px dotted #999;
}

.menu a {
	display:block;
	padding: 7px 0 7px 20px;
	color:#c82424;
	text-decoration:none;
	background:url("../images/bg_list.gif") 10px 50% no-repeat;
}

/*.menu a.current {
	color:#c82424;
	background:#f3bfc0 url("../images/bg_list.gif") 10px 50% no-repeat;
}*/

#p_top .menu a#m_top,
#p_message .menu a#m_message,
#p_about .menu a#m_about,
#p_outline .menu a#m_outline,
#p_program .menu a#m_program,
#p_abstract .menu a#m_abstract,
#p_proceedings .menu a#m_proceedings,
#p_lecture .menu a#m_lecture,
#p_symposium .menu a#m_symposium,

#p_tutorial .menu a#m_tutorial,
#p_sc .menu a#m_sc,
#p_sps .menu a#m_sps,
#p_os .menu a#m_os,
#p_handson .menu a#m_handson,
#p_luncheon .menu a#m_luncheon,

#p_sponsor .menu a#m_sponsor,
#p_committee .menu a#m_committee,
#p_participants .menu a#m_participants,
#p_access .menu a#m_access,
#p_meeting .menu a#m_meeting {
	color:#c82424;
	background:#f3bfc0 url("../images/bg_list.gif") 10px 50% no-repeat;
}

.menu a:hover {
	color:#FFFFFF;
	background:#cf4040 url("../images/bg_list.gif") 10px 50% no-repeat;
}

.dlbtn {
	width: 208px;
	background-color: #c82424;
	border-left: 5px solid #f39700;
	margin-bottom: 10px;
}

.dlbtn a {
	color: #fff;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 1.4em;
}
.dlbtn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.weblist {
	background-color: #fbf1f1;
	padding: 10px;
}
.weblist .ttl {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 3px dotted #f3bfc0;
}
.weblist li {
	margin-bottom: 5px;
	list-style: square;
}
.weblist a, .weblist a:visited {
	color:#c82424;
}
.weblist a:hover, .weblist a:active {
	color:#A06A60;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */


#main .icatch {
margin-bottom:20px;
}

#main .ttl02 {
	margin-bottom:15px;
	padding: .5em 1em;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	border-top:2px solid #c82424;
	background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main .ttl03 {
   margin-bottom:10px;
   padding:0 0 3px 8px;
   font-size:13px;
   border-left:5px solid #cf4040;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main .ttl04 {
	margin:5px 0 10px 0;
	font-size:13px;
	font-weight: bold;
	padding: 0 1em;
	border: 1px solid #ccc;
	border-top: 3px dotted #f3bfc0;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

#main .ttl05 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#cf4040;
   border-left:8px solid #cf4040;
}

#main .ttl06 {
   margin-bottom:2px;
   font-size:16px;
   color:#cf4040;
   font-weight: bold;
}

#main .txbox {
	padding: 0 15px 30px 15px;
}
#main .txbox2 {
	padding: 0 15px 3px 15px;
}

#main .txbox3 {
	padding: 0 15px 15px 15px;
}






/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

table.tablebox {
	width:100%;
	border-collapse: collapse;
	}
	#p_program table.tablebox {
		letter-spacing: 0;
	}

table.tablebox th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#ffd588;
}
table.tablebox.program th {
   text-align: center;
}

table.tablebox th.time {
   font-size:10px;
   background:#fff;
   vertical-align: top;
}

table.tablebox td {
	padding:5px;
	font-size:12px;
	text-align:left;
	border:1px solid #ddd;
	height: 100%;
	}
	#p_program table.tablebox td {
		vertical-align: top;
	}

table.tablebox td.place {
   text-align:center;
   font-weight: bold;
   background:#f3bfc0;
}
table.tablebox td.emp {
   background:#eee;
}
table.tablebox td .double {
	border:1px solid #ddd;
	padding:3px;
}


/* ========PAGETOP CUSTOMIZE========= */
div#pageTop {
   padding:10px 0;
   text-align:right;
}

div#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu p {
	padding: 0 15px;
	font-size: 11px;
}
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   margin:0 10px;
   padding:5px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
   background: #cf4040;
}

/* ========ADDITION======== */

/*  text
=============================================================== */
.imp {
	font-size: 16px;
	color: #cf4040;
	font-weight: bold;
}
.tx_bold {
	font-weight: bold;
}
.tx_red {
	color: #C82424;
}
.tx_blue {
	color: #126aa8;
}
.tx_black {
	color: #333;
}
.tx_theme {
	color: #cf4040;
}
.tx_line {
	text-decoration: line-through;
}
.tx_under {
	text-decoration: underline;
}
.tx_ls {
	letter-spacing: 0;
}
.tx_s {
	font-size: 86%;
}
.tx_l {
	font-size: 120%;
}

.caution dt {
   float: left;
}
.caution dd {
	padding-left: 1.5em;
   margin: 0;
}
.graybase dt {
	margin-bottom:3px;
}

.graybase dd {
	padding: 0;
	margin: 0;
	padding: 3px 10px;
	background: #f1f1f1;
}


/*  img
=============================================================== */
.img_r {
	margin-left: 10px;
	float: right;
}


/*  margin&padding
=============================================================== */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl15 {
	padding-left: 15px;
	display: inline-block;
}
.pl30 {
	padding-left: 30px;
	display: inline-block;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* button
=============================================================== */
a.btn {
	display: block;
	text-align: center;
	padding: 10px 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #D45252;
	background: -moz-linear-gradient(top, #E7797A, #D45252);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7797A), to(#D45252));
	background: -ms-linear-gradient(top, #E7797A, #D45252);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 4px;
	display: inline-block;
}
a.btn:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
}
.btnend {
	display: block;
	text-align: center;
	padding: 10px 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #D45252;
	background: -moz-linear-gradient(top, #E7797A, #D45252);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7797A), to(#D45252));
	background: -ms-linear-gradient(top, #E7797A, #D45252);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 4px;
	display: inline-block;
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btn_detail a {
	margin-left: 1em;
	padding: 5px 18px 5px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #9460a0;
	background: -moz-linear-gradient(top, #e395f5, #9460a0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e395f5), to(#9460a0));
	background: -ms-linear-gradient(top, #e395f5, #9460a0);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	}
.btn_detail a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
}

.list_detail {
	position: relative;
}
.list_detail .btn_detail a {
	position: absolute;
	right: 0;
	top: 10px;
}
/*.list_detail h3 {
	padding-right: 84px;
}*/

.bnr:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/* frame
=============================================================== */
.impbox {
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	border: #f3bfc0 3px double;
}
.impbox p {
	margin: 0;
}



/* button
=============================================================== */
dl.dlbox dt {
	display: block;
	float: left;
	width: 5em;
}
dl.dlbox dd {
	padding-left: 5em;
	margin: 0 0 1em 0;
}



/* map
=============================================================== */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* sponsor
=============================================================== */
.sponsor_top table {
	width: 100%;
	margin-bottom: 10px;
}
.sponsor_top tr td {
	text-align: left;
	vertical-align: middle;
	border: none;
	padding: 10px;
}
.sponsor_top tr td a {
	display: block;
}
.sponsor_top div p {
	display: block;
}
