@charset "UTF-8";
/*[index.html]*/


/*Update Content
---------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style: none;
}
ul, ol, li{
	padding: 0;
	margin: 0;
}
#update {
	float: left;
	width: 350px;
	margin: 10px 0 20px 0;
}

#update h2 {
	height: 33px;
	width: 350px;
	margin-bottom: 5px;
	text-indent: -9999px;
}
#update h2#news {
	background: url(../images/tit01.jpg) top left no-repeat;
}
#update h2#info {
	background: url(../images/tit02.jpg) top left no-repeat;
}
#update h3 {
	padding-left: 15px;
	font-size: 1.4em;
}
#update p.date {
	padding-left: 15px;
	margin-top: 10px;
	font-size: 1.0em;
	line-height: 120%;
	background-image: url(../images/list.gif);
	background-position: 0.3em 0.2em;
	background-repeat: no-repeat;
	font-weight: bold;
}
#update p.caption {
	padding: 5px 0 10px 15px;
	margin-bottom: 10px;
	border-bottom: #CCCCCC dotted 1px;
	font-size: 1.2em;
}


/*Banner Content
---------------------------------------------------------------------------------------------------------------------------*/
#banner {
	float: right;
	margin-top: 10px;
	width: 180px;
}
#banner img {
	margin-bottom: 15px;
}
