@charset "utf-8";
/* CSS Document */

/* Body Properties
--------------------------------------*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
}


body{
	background-color:#fff;
}

address{
	font-style:normal;
}




/* Container Properties
--------------------------------------*/

div#container-mid{
	width:650px;
}


div#container-top{
	width:650px;
}

div#container-bot{
	width:650px;
	border:1px solid #000;
	float:left;
}



/* Header Properties
--------------------------------------*/
div#sign-in{
	display:none;
}
	


/* Header Properties
--------------------------------------*/

div.left_logo{
	float:right;
	width:215px;
	height:40px;
	padding-right:15px;
}

div#header p.powerd{
	width:75px;
	height:40px;
	background-image:url(../img/common/powerdby.gif);
	float:left;
}

div#header p.logo{
	width:140px;
	height:40px;
	float:left;
}



/* Wrapper Properties
--------------------------------------*/

div#wrap{
	width:650px;
	font-size:75%;
	line-height:2;
	padding:10px;
	clear:both;
}

.seminar_title{
	width:600px;
	font-size:120%;
	font-weight:bold;
	color:#000;
	text-indent:0.4em;
}

.seminar_sub_title{
	font-size:110%;
	color:#000;
	text-indent:0.5em;
}

.seminar_detail{
	width:610px;
	margin:10px auto;
	padding:10px;
}

.seminar_table{
	width:610px;
	margin:10px auto;
	border:1px solid #000;
	border-collapse:collapse;
}

.seminar_table th,
.seminar_table td{
	padding:0 5px;
	border:1px solid #000;
}

.seminar_table th{
	width:160px;
}

/* Application Properties
--------------------------------------*/

p.number{
	float:left;
	width:5em;
}

p.application{
	display:none;
}

p.application a{
	display:none;
}


/* Footer Properties
--------------------------------------*/

div#footer{
	display:none;
}










