@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
File name:	layout.css
Summary:	base styles
Created:	2010.2.1
Last update:	2010.2.1 by Sadaoka
Author:	Sadaoka(admin), Kaito
Copyright:	(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background: #fff url(../images/bg.gif) center top repeat-y;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #646464;
	margin: 0;
	padding: 0;
}

div,
p,
span,
a,
img,
ul,
ol,
li,
dl,
dt,
dd {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント１文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font size */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

.txt10 {
	font-size: 83%;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #2b8d2c;
	text-decoration: none;
}

a:hover, a:active {
	color: #2b8d2c;
	text-decoration: underline;
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float:left;
}

.f_right {
	float:right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Clear */
/* ------------------------------------------------------------ */
.clear {
	clear: both;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn5 {
	margin-top: 5px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn40 {
	margin-top: 40px;
}

/* Container */
/* ------------------------------------------------------------ */
#container {
	text-align: left;
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	background: url(../images/mainvisual.gif) center bottom no-repeat;
	width: 750px;
	height: 420px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

#header .logo1 {
	width: 200px;
	height: 26px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 100px;
	top: 22px;
	border: 0px #0f0 solid;
}

#header .logo2 {
	width: 293px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 325px;
	top: 15px;
	border: 0px #0f0 solid;
}

#header .logo3 {
	width: 101px;
	height: 49px;
	display: block;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	border: 0px #0f0 solid;
}

#header .text {
	color: #000;
	width: 390px;
	display: block;
	position: absolute;
	z-index: 3;
	left: 290px;
	top: 215px;
	border: 0px #0f0 solid;
}

/* Box */
/* ------------------------------------------------------------ */
.w630 {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* 見出し */
/* ------------------------------------------------------------ */
.headline {
	height: 12px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

/* 背景 */
/* ------------------------------------------------------------ */
.frame_middle {
	background: url(../images/frame_middle.gif) left top repeat-y;
	width: 632px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* 物件 */
/* ------------------------------------------------------------ */
.photo1 {
	width: 190px;
	margin-left: 21px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.photo2 {
	width: 190px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.photo3 {
	width: 190px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Q&A */
/* ------------------------------------------------------------ */
.q {
	background: url(../images/qa_q.gif) left top no-repeat;
	color: #1d6f2c;
	line-height:24px;
	width: 530px;
	height:24px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 30px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

.a {
	background: url(../images/qa_a.gif) left top no-repeat;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 30px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

/* Button */
/* ------------------------------------------------------------ */
.button1 a {
	background: url(../images/button1.gif) left top no-repeat;
	width: 93px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.button2 a {
	background: url(../images/button2.gif) left top no-repeat;
	width: 255px;
	height: 42px;
	margin-left: 436px;
	margin-right: 59px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.button3 a {
	background: url(../images/button3.gif) left top no-repeat;
	width: 330px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

.button4 a {
	background: url(../images/button4.gif) left top no-repeat;
	width: 255px;
	height: 42px;
	margin-left: 436px;
	margin-right: 59px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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