@charset "UTF-8";

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

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #f7f1dd;
	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: 0px;
	padding: 0px;
}

div,
p,
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

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

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

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

a:hover, a:active {
	color: #8dad00;
	text-decoration: underline;
}

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

.f_right {
	float:right;
}

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

/* Header */
/* ------------------------------------------------------------ */
#header {
	width: 750px;
	height: 70px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

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

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

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

/* Mainvisual */
/* ------------------------------------------------------------ */
.mainvisual {
	clear: both;
	background: url(../images/mainvisual2.jpg) left top no-repeat;
	width: 750px;
	min-height: 70px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.mainvisual p {
	color: #000;
	width: 420px;
	margin: 0px 0px 0px 300px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Point */
/* ------------------------------------------------------------ */
.point {
	clear: both;
	width: 750px;
	padding: 20px 0px 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

.point table {
	width: 100%;
	empty-cells: hide;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px #b4b4b4 dotted;
	border-bottom: 1px #b4b4b4 dotted;
}

.point td {
	width: 250px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 20px;
	border-bottom: 1px #b4b4b4 dotted;
}

.point .border {
	border-right: 1px #b4b4b4 dotted;
}

.point .point01_bg {
	background-color: #ecf5ff;
	padding: 10px;
}

.point .point02_bg {
	background-color: #ECF0FF;
	padding: 10px;
}

.point .point03_bg {
	background-color: #FDF4F7;
	padding: 10px;
}

.point .point04_bg {
	background-color: #F8F5E7;
	padding: 10px;
}

.point .point05_bg {
	background-color: #E9F0E7;
	padding: 10px;
}

/* Q1-2 */
/* ------------------------------------------------------------ */
.hr {
	width: 700px;
	height: 1px;
	margin: 30px auto 0px;
	border-top: 1px #b4b4b4 dotted;
}

.q_headline {
	text-align: left;
	width: 700px;
	margin: 30px auto 3px;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}

.q1 {
	clear: both;
	background: url(../images/q1_bg.gif) left center no-repeat;
	width: 700px;
	height: 230px;
	margin: 0px auto;
	display: block;
	position: relative;
}

.q1 .text1 {
	width: 660px;
	height: 26px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 20px;
	border: 0px #f00 solid;
}

.q1 .text2 {
	width: 660px;
	height: 26px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 100px;
	border: 0px #f00 solid;
}

.q1 .icon {
	color: #d287b1;
}

.q2 {
	clear: both;
	background-color: #F6F9EB;
	width: 660px;
	margin: 0px auto;
	padding: 20px;
	display: block;
	position: relative;
}

.q2 .q2_frame_top {
	clear: both;
	width: 586px;
	margin: 20px auto 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.q2 .q2_frame {
	clear: both;
	background: url(../images/q2_frame_middle.gif) left top repeat-y;
	width: 586px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.q2 .q2_frame .text2_1 {
	width: 162px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.q2 .q2_frame .text2_2 {
	width: 162px;
	margin: 0px 10px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.q2 .q2_frame .text2_3 {
	width: 162px;
	margin: 0px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.q2 .q2_frame_bottom {
	clear: both;
	width: 586px;
	height: 10px;
	margin: 0px auto;
	display: block;
	border: 0px #f00 solid;
}

.q2 .link_text {
	text-align: right;
	width: 586px;
	margin: 10px auto 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}


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

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

