@import url("../base.css");

#Content {
 line-height: 1.5em;
}

.clear {
        clear: both;
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sub_menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body#event #Content #Primary {
	width: 580px ;
	float:left;
	margin: 0 0 10px 35px;
	_margin:0 0 0px 17px;
	
}

body#event #Content #Primary p.menu {
    margin: 0 0 0px 0px;
}

/*
===============================================================================
id:Pagetop
===============================================================================
*/

#pagetop {
	clear: both;
	text-align: right;
	padding: 0 20px 10px 0;
	_padding: 0 35px 10px 0;
	font-weight: bold;
}

/*
===============================================================================
id:left
===============================================================================
*/

#left {
	float:left;
	width:220px;
	height:800px;
	margin:10px 10px 0 30px;
	_margin:0px 10px 0 17px;
	
}

/*
===============================================================================
id:right
===============================================================================
*/


#right {
	float:left;
	width:620px;
	height:100%;
	margin:10px 10px 0 10px;
	_margin:0px 10px 0 10px;
	padding-left:30px ;
	padding-right:10px ;
	
}

#right p.main_text {
	font-size:12px ;
	margin-bottom:20px;
}

#right p.main_title {
	font-size:18px ;
	font-weight:bold ;
	background-image:url(../../../event/images/event/title_bg.png) ;
	background-repeat:no-repeat ;
	padding:10px 0 18px 20px;
	margin-left:-30px;
}

#right p.main_title span{
    font-size:12px;	
	font-weight:normal;

}

#right p.title {
	font-size:18px ;
	font-weight:bold ;
	margin-bottom:10px ;
	border-bottom: 1px dotted #ccc;

}

#right ul.pdf_image {
	
}

#right ul.pdf_image li {
	margin:10px 10px 20px 30px ;
	float:left ;
}

#right ul.pdf_image li img {
    border:1px solid #ddd;
	margin-left:5px ;
	_margin:0 0 0px 5px;
}
	
	
	

#right ul.text_01 {
    font-size:12px ;
	margin-left:20px ;
	margin-bottom:15px ;
	
}

#right li.sub_title_01 {
	font-size:14px ;
	font-weight:bold ;
	margin:5px 0px 5px -25px;
		
}


#right ul.text_02 {
    font-size:12px ;
	margin-left:20px ;
	margin-bottom:15px ;
	
}

#right li.text_02 {
	font-size:12px ;
	font-weight:bold ;
	margin:5px 0px 5px -25px;
		
}

#right li.main_text {
	font-size:12px ;
	margin-bottom:20px;
}

#right table.schedule {
	background-color:fff ;
	width:600px ;
	border:1px solid #555 ;
	border-collapse:collapse ;
	color:#555 ;
	line-height:130% ;	
	
}

#right table.schedule td {
	border:1px solid #555 ;
	border-collapse:collapse ;
	text-align:left;
	vertical-align:middle;
	padding:10px;
}

#right table.schedule th {
	background:#ddd ;
	border:1px solid #555 ;
	border-collapse:collapse ;
	vertical-align:middle;
	padding:2px;
}


	
	

