@charset "utf-8";
/* 基本設定
------------------------------------- */


/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 814px;
	
	
	margin: 0px auto;
	padding-top:6px;
	clear:both;
	
}


	
	}

#header  {
	
	color: #696;
	font-size: 100%;
	line-height: 100%;
	border-left: 0px solid #9c6;
	padding-left: 0px;
	margin: 0px 0px 0px;
	clear:both;
}



H1 {
	display: block;
	float: left;
	color: #696;
	font-size: 160%;
	line-height: 160%;
	border-left: 7px solid #9c6;
	padding-left: 7px;
	margin: 0px 0px 0px;
	
	
}	
#telnotime  {
	position: absolute;	
	top:20px;
	left:20px;
}	
	
/* header styles
------------------------------*/
#wrapper header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	height: 75px;
	border-top: 3px solid #777;
	border-bottom: 3px solid#777;
	position: relative;
}
#wrapper header #logo {
	position: absolute;
	left: 25px;
	top: 15px;
}
/* footer styles
------------------------------*/

#footer  {
	margin: 0px;
	float: right;
	color: #333333;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
}
/* photo styles
------------------------------*/

#p .img  {
	display: block;
	float: right;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	clear: right;
	}
#p.photo img  {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/* NEWS styles
------------------------------*/
#information {
	clear: both;
	overflow: auto;
	width: 763px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(img/corner_bottom.gif) left bottom no-repeat;
	margin-top: 20px;	
	margin-bottom: 22px;
}
#information #event {
    
	float: left;
}
#information #news {
	float: right;
}
#information .section {
	width: 374px;
}
#information .section h3 {
	padding: 10px 0 1px 0;
	background-color:#FFFFFF;
	background: url(img/corner_top.gif) left top no-repeat;
	padding-left: 20px;
	font-size: 14px;
}
#information .section ul {
	padding: 2px 18px 0 18px;
	
}
#information .section ul li {
	padding: 1px 0;
	border-bottom: 2px solid #FFFFFF;
	background-color:#EBEBEB;
	
	
}
#information .section ul li .date {
	font-weight: bold;
}

