@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: 0px 0px 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Mainvisual */
/* ------------------------------------------------------------ */
.mainvisual_index {
	width: 920px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Banner */
/* ------------------------------------------------------------ */
.index_banner a {
	background: url(../images/index_banner.gif) left top no-repeat;
	width: 301px;
	height: 46px;
	margin: 15px 15px 0px 604px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.index_banner a:hover {
	background: url(../images/index_banner.gif) left bottom no-repeat;
}