@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
.tabmenu {
	width: 580px;
	margin: 15px 0 0;
	border-top: 1px solid #c8c8c8;
	background: url(../links/images/tabmenu_bg.gif) repeat-y 0 0;
}
.tabmenu .media {
	float: left;
	width: 290px;
	padding: 5px 0;
	text-align: center;
}
.tabmenu .trade {
	float: right;
	width: 290px;
	padding: 5px 0;
	text-align: center;
}
.tabmenu .off {
	border-bottom: 1px solid #c8c8c8;
	background: url(../links/images/off_bg.gif) repeat-y 0 0;
	color: #696969;
}

.column {
	width: 580px;
	margin: 15px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.column .left {
	float: left;
	width: 240px;
}
.column .left img {
	margin: 0 0 0 10px;
}
.column .right {
	float: right;
	width: 340px;
}


/* clear float
----------------------------------------------- */
.tabmenu:after,
.column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
