/*                            */
/* CREATED BY HIROYUKI KAMANO */
/*                            */

@charset "UTF-8";
/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
html>/**/body {
	font-size: 16px;
}

section, article, aside, nav, header, footer, hgroup {
      display: block;
}

/* LAYOUT */
body {
/*	font-family: Meiryo, 'Lucida Grande', Helvetica, Arial, sans-serif; */
	font-family: Arial, Meiryo, sans-serif; 
	margin:0;
	padding:0;
	line-height:1.3;
	background-image:url(imgs/bg.jpg);
	background-attachment:fixed;
}

#page {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:960px;
      border-top:3px solid #C6C6C6;
      border-right:1px solid #C6C6C6;
      border-bottom:1px solid #C6C6C6;
      border-left:1px solid #C6C6C6;
      box-shadow:0px 0px 10px 2px #333333;
	background-color:#FFFFFF;
}

h3 {
      margin-left:20px;
      margin-right:40px;
      font-size:larger;
      color:#228b22;
      border-bottom:1px solid #000000
}

h4 {
      margin-left:20px;
      margin-right:40px;
/*      text-decoration:underline blue;*/
      text-indent:30px;
      font-size:larger;
	background-image:url(imgs/arrow.png);
      background-repeat: no-repeat;
	background-size:contain;
}

h5 {
      margin-left:40px;
      margin-right:40px;
/*      text-decoration:underline blue;*/
      text-indent:30px;
      font-size:large;
	background-image:url(imgs/circ.png);
      background-repeat: no-repeat;
	background-size:contain;
}


/*             */
/* HEADER PART */
/*             */
#header-part {
	height:305px;
}

#top {
	width:100%
}

/*           */
/* MENU PART */
/*           */
#Menu {
      float:left;
      width:160px;
	background-color:#FFFFFF;
}

#Menu ul {
	padding:0px;
	margin-left:5px;
	margin-right:10px;
	list-style-type: none; 
}

#Menu li {
      padding-top:10px;
      padding-bottom:2px;
      padding-left:20px;
	border-bottom: 1px solid #000000;
	border-bottom-style:dotted;
/*      text-indent:20px; */
      text-align:start;
	background:url(imgs/bar.png) no-repeat -20px 0px;
}

#Menu a {
	color:#000000;
	text-decoration:none;
/*	text-shadow:black 1px 1px 2px;*/
	font-size:16px;
	font-weight:bold;
}

#Menu a:hover {
	color:#ff0000;
}

/*               */
/* CONTENTS PART */
/*               */
#Contents {
      float: right;
      width: 800px;
	background-color:#FFFFFF;
}

#Subcontents {
	margin-left:50px;
	margin-right:40px;
	margin-top:15px;
	margin-bottom:15px;
	color:#202020;
}


#contents-list ul {
	margin-right:40px;
	width:80%;
	list-style-type: none; 
}

#contents-list li {
	padding:5px;
	font-size:larger;
	border-bottom: 1px dotted #000000;
}

#news table {
	margin-left:20px;
	width:80%;
	line-height:1.5;
	font-weight:bold;
}

#speaker table {
	margin-left:0px;
	width:100%;
	line-height:1.3;
}

#speaker2 table {
	margin-left:0px;
	width:100%;
	line-height:1.2;
}

#contents-table table {
	margin-left:20px;
	margin-right:40px;
	width:80%;
	line-height:2.5;
}

#contents-table td {
	border-bottom:1px dotted #000000;
}

#construction {
	margin-left:20px;
	font-size:larger;
}

.logos {
	width:660px;
	margin-left:30px;
}

.logos td {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	width:33%;
}

/*               */
/* FOOTER PART */
/*               */
#footer-part {
	clear:both;
}

#CopyRight {
        margin-top:10px;
        margin-bottom:0px;
        font-size:smaller;
}

