@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.livelabo.com/
File name:	layout_access.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: #787878;
	width: 920px;
	margin: 0px;
	padding: 0px 0px 20px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.button_map a {
	background: #787878 url(../images/button_map.gif) left top no-repeat;
	width: 140px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.access_list {
	clear: both;
	width: 680px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: 0px #0f0 solid;
}

.access_list ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	border: 0px #00f solid;
}

.access_list li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 0px #0ff solid;
}

/* Font size (s) */
/* ------------------------------------------------------------ */
.text_s {
	font-size: 10px;
	color: #323232;
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #f00 solid;
}

.caption {
	width: 550px;
	margin: 5px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f0f solid;
}

.caption_left {
	width: 217px;
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.caption_right {
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}


/* Button1 */
/* ------------------------------------------------------------ */
.access_button1_bg {
	width: 680px;
	height: 26px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0px #f0f solid;
}

.access_button1 a {
	background: #787878 url(../images/access_button1.gif) left top no-repeat;
	width: 182px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #00f solid;
}

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

/* Button2 */
/* ------------------------------------------------------------ */
.access_button2_bg {
	width: 550px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0px #f0f solid;
}

.access_button2 a {
	background: #787878 url(../images/access_button2.gif) left top no-repeat;
	width: 131px;
	height: 26px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.access_button3 a {
	background: #787878 url(../images/access_button3.gif) left top no-repeat;
	width: 131px;
	height: 26px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.access_button4 a {
	background: #787878 url(../images/access_button4.gif) left top no-repeat;
	width: 131px;
	height: 26px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.access_button5 a {
	background: #787878 url(../images/access_button5.gif) left top no-repeat;
	width: 131px;
	height: 37px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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