@charset "UTF-8";


* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}



body {
	padding:0px;
	margin: 0px auto 0px auto;
	width: 920px;
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
	text-align: center;
	*font-size: 80%;
	font-size: 85%;
	line-height: 2em;
}


#container {
	text-align: left;
	margin: 0px;
	width: 919px;
	_width: 921px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	position: relative;
}


#contents {
	padding: 35px;
	position: relative;
}

#footer {
	padding: 10px;
	text-align: right;
	font-size: 9pt;
	color: #666666;
	background-color: #eeeeee;
}


h1 {
	margin: 0px 0px 10px 0px;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝";
}

h1#maingp {
	margin: 0px;
}

h2 {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #dddddd;
	clear: both;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝";
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: 110%;
	line-height: 1.3em;
}

h4 {
	margin: 0px 0px 3px 0px;
	color: #333333;
	font-size: 100%;
	line-height: 1.3em;
}



p {
	margin-bottom: 1.6em;: ;
}

table {
	margin: 0px 0px 5px 8px;
	text-align: left;
	line-height: 1.2em;
	/*** IE ***/
	font-size: 10pt;
}

td, th {
	padding: 0.1em 1em 0.1em 0em;
	vertical-align: top;
}

caption {
	text-align: left;
	font-weight: bold;
}



dl {
	margin: 0em 0em 1.6em 0em;
	padding: 0.5em 0em 0em 0em;
	border-bottom: 1px dotted #eeeeee;
	display: inline-block;
	width: 100%;
}

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


/*Hides from IE-mac ﾂ･*/
*html dl {height:1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

dt {
	padding: 0.4em 0em 0.4em 0em;
	width: 20%;
	float: left;
	clear: both;
	border-top: 1px dotted #eeeeee;
}

dd {
	padding: 0.4em 0em 0.4em 0em;
	width: 75%;
	float: left;
	border-top: 1px dotted #eeeeee;
}

.narrow {
	margin-left: 50px;
	width: 740px;
}

.narrow dt {
	width: 30%;
	float: left;
	clear: both;
}

.narrow dd {
	width: 70%;
}



.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.last {
	padding:0px 0px  70px 0px;
}








li {
	margin: 0.2em 0em 0.2em 1.5em;
	list-style: disc;
}


.backtotop {
	margin: 0px 0px 10px 760px;
	width: 90px;
	line-height: 1em;
	padding: 5px 0px 5px 0px;
	color:fff;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	text-align: center;
}





.right {
	margin: 0px 0px 10px 10px;
	float: right;
}

.left {
	margin: 0px 10px 10px 0px;
	float: left;
}



a img {
	border: 0px;
}

a:link {
	color: #3366dd;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #0033cc;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active {
	color: #ff6600;
	text-decoration: underline;
	border: 0px;
}

.note {
	margin: 0px 0px 0px 10px;
	color: #aaaaaa;
	line-height: 1.4em;
}

.block {
	display: block;
}

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

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac ﾂ･*/
*html .clearfix {height:1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





ul {
	margin-bottom: 15px;
}


/*
.side {
	font-size:90%;
}
*/

/***** MENU *****/





ul#menu {
	margin: 0px;
	padding-bottom: 1px;
	background-color: #dddddd;
/*	top:160px;
	left:50px;
	position: absolute;*/
	display: inline-block;
}

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

/*Hides from IE-mac ﾂ･*/
*html ul#menu {height:1%;}
ul#menu {display: block;}
/* End hide from IE-mac */





ul#menu li {
	margin: 0px 1px 0px 0px;
	width: 183px;
	height: 36px;
	list-style:none;
	line-height:1;
	text-indent: -9999px;
	float: left;
	background-color: white;
}

ul#menu li#form {
	margin: 0;
}

ul#menu a {
	width: 183px;
	height: 36px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	/*IE6*/
	overflow: hidden;
}


#home, #program, #presenter, #map, #form {
	background-position: 0px -36px;
}


#home a:hover, #program a:hover, #presenter a:hover, #map a:hover, #form a:hover {
	background-position: 0px -36px;
}

#home, #home a {
	background-image: url(../img/menu/home.png);
}

#program, #program a {
	background-image: url(../img/menu/program.png);
}

#presenter, #presenter a {
	background-image: url(../img/menu/presenter.png);
}

#map, #map a {
	background-image: url(../img/menu/map.png);
}

#form, #form a {
	background-image: url(../img/menu/form.png);
}





ul#submenu {
	margin: -20px 0 20px 500px;
	/*** IE6***/

	padding: 5px 0px 5px 0px;
	width: 350px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	line-height: 1em;
	text-align: center;
	list-style: none;

}

ul#submenu li {
	padding: 0px 0px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #dddddd;
	display: inline;
}

ul#submenu li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

ul#submenu li.first-child{ /*IE-expression (first-child) */
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

ul#submenu li{ /* IE-expression (first-child) */
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}






#intro {
	width: 480px;
	float: left;
}

#date {
	width: 340px;
	float: right;
}







form dl {

}




form dt {
	border-top: 1px dotted #dddddd;
	padding: 10px 10px 0px 20px;
	width: 25%;
	_/*width: 30%;*/
	font-size: 10pt;
	font-weight: bold;
	float: left;
	clear: left;
}

form dd {
	border-top: 1px dotted #dddddd;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 70%;
	float: left;
}



form dd textarea {
	width: 500px;
	height: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.sendForm {
	text-align: center;
	margin-bottom: 30px;
}

table {
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	width:700px;
}

th {
	margin: 0px;
	padding: 3px 10px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color: #dddddd;
	width: 20%;
	white-space: nowrap;
}


td {
	margin: 0px;
	padding: 3px 5px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}