@import url(default.css);
#contents { width: 440px; float: left;}
#columns  { width: 170px; }


/*==============================
		#header Elements
================================*/
#header {
	height:55px;
	padding:45px 0px 0px 0px;
	background-image: url(list/header_listhall01.jpg);
}
#header h1 {	/* ページのタイトル */
	display: none;
}
#header h2 {	/* ページのサブタイトル */
	display: none;
}
/*==============================
		#menus Elements
================================*/
.column	{	display: block;	margin: 0px;	padding: 0px;	}
.link	{	display: block;	margin: 0px;	padding: 0px;	}
.menuBlock {
	display: block;
	width: 168px;
	margin: 13px 0px 10px 0px;
	padding: 0px;
	clear: both;
	background-color: #666666;
	overflow: hidden;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
}
.menuBlock ul{padding:0px;margin:0px;}
.menuTitle {
	background-image: url(list/menuheader_red.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height:20px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
/*==============================
		#columns Elements
================================*/
#columns h3 {
	padding: 2px;
	margin: 0px;
	background-color: #CC3333;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	text-indent: 0px;
}

#col_pickUp {
}
#col_pickUp .item {
	padding: 2px;
	margin: 0px 2px;
	background-color: #CC3333;
	color: #FFFFFF;
	font-weight: bold;
}

/*==============================
		.content Elements
================================*/
#contents h3 {
	padding: 2px;
	margin: 0px;
	width: auto;
	display: block;
	font-size:	14px;
	font-weight: normal;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #CC3333;
}
.list a:link, .list  a:visited { font-size: 13px; font-weight: bold; color: #CC3333; text-decoration: none; }
.list a:hover, .list a:active  { font-size: 13px; font-weight: bold; color: #FF0000; text-decoration: underline; }
.list {
	width:438px;
	margin: 0px 0px 5px 0px;
	clear: both;
	background-color: #ECE9D8;
	border: 1px ridge #5C5C5C;
}
.list p {
	margin: 2px;
	padding: 0px;
	border-top: 1px solid #5C5C5C;
	font-size: 12px;
}
.tblMove	{
	width: 438px;
}

/*==============================
	.newList Elements
================================*/
.newList {
	display: block;
	clear: both;
	width: 158px;
	margin: 0px 0px 10px 5px;
	padding: 5px;
	overflow: hidden;
	border: 1px ridge #5C5C5C;
	background-color: #ECE9D8;
}
.newList .dispDate {
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 12px;
	color: #000066;
}
.newList a:link, .newList  a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.newList a:hover, .newList a:active  {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

