/*base_all.css_ver.1.00b_nunotani, copyright:JK-Ceramics 36*/
/**/
body{
	margin:0 auto;
	font-family:Arial;
	height:100%;
	-webkit-text-size-adjust:100%;
}

/*myWrap*/
div#myWrap{
	margin:0 auto;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0,4);
	position:relative;
	min-height:100%;
}

/*myHeader*/
div#myHeader{
	font-family:Century Gothic;
	width:auto;
//	background:linear-gradient(to bottom,#b3a08f 0px,#ffcc99 20px);
	background:linear-gradient(to bottom,#336fb5 5px,#ffcc99 15px);
	margin:0 auto;
	color:#000000;
}

#myHeader a{
	color:#000000;
	text-decoration:none;
}

/*myMain*/
div#myMain{
	width:80%;
	max-width:800px;
	margin:20px auto;
	text-align:justify;
}

/*myFooter*/
div#myFooter{
	height:220px;
	width:100%;
	margin:auto;
	background:linear-gradient(to bottom,#ffcc99 180px,#b3a08f 210px);
	position:absolute;
	bottom:-150px;
}

div#mySessionTable table{
	width:100%;
	border-spacing:10px;
	text-align:justify;
}



/*myCommitteeTable*/
div#myCommitteeTable table{
	width:100%;
	border-spacing: 0px;
	border:0px;
	margin-bottom:25px;
	clear:both;
}

#myCommitteeTable th{
	text-align:left;
	padding:40px 0px 4px 0px;
	border-bottom:dotted 2px #9FA0A0;
}

#myCommitteeTable td{
	text-align:left;
	font-size:80%;
	padding:4px 0px 4px 0px;
	line-height:30px;
	border-bottom:dotted 2px #9FA0A0;
	vertical-align: top;
}

div#myInvitedTable table{
	width:100%;
	border-spacing:0px 10px;
	text-align:justify;
}

#myInvitedTable td{
	padding:0px 0px 0px 10px;
	border-bottom:dotted 1px #9FA0A0;
}

