@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.livelabo.com/
File name:	layout_commonness.css
Summary:	base styles
Created:	2009-10-05
Last update:	2009-10-05 by Sadaoka
Author:	Sadaoka(admin), Kaito
Copyright:	(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Contents */
/* ------------------------------------------------------------ */
#contents {
	clear: both;
	background-color: #323232;
	width: 920px;
	margin: 0px;
	padding: 6px 0px 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Mainvisual */
/* ------------------------------------------------------------ */
.mainvisual {
	margin: 4px 0px 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Topics layout */
/* ------------------------------------------------------------ */
#topics_layout {
	width: 734px;
	margin: 20px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#topics_left {
	width: 450px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

#topics_right {
	width: 260px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

/* Topics */
/* ------------------------------------------------------------ */
#topics_box {
	width: 450px;
	height: 145px;
	margin: 15px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #ff0 solid;
}

.topics {
	clear: both;
	line-height: 1em;
	color: #000;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.topics_date {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	display: block;
	float: left;
	background: url(../images/topics_icon.gif) left center no-repeat;
	border: 0px #ff0 solid;
}

.topics_text {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0ff solid;
}

/* Banner */
/* ------------------------------------------------------------ */
.banner1_bg {
	background: #323232 url(../images/top_banner01_bg.jpg) left top no-repeat;
	width: 230px;
	height: 175px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #00f solid;
}

.banner1_bg .banner1 a {
	background: #000 url(../images/top_banner01_button.gif) left top no-repeat;
	width: 204px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 12px;
	bottom: 15px;
	border: 0px #00f solid;
}

.banner1_bg .banner1 a:hover {
	background: #000 url(../images/top_banner01_button.gif) left bottom no-repeat;
}