@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: #000;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

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: #a64122;
	text-decoration: none;
}

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

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

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

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

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

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

/* Headline */
/* ------------------------------------------------------------ */
.headline {
	width: 720px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Body */
/* ------------------------------------------------------------ */
.body {
	clear: both;
	width: 720px;
	margin: 5px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0px #f00 solid;
}

.body_left {
	width: 424px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.body_right {
	width: 276px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.body_photo2 {
	width: 276px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 0px #f00 solid;
}

.body2 {
	clear: both;
	background-color: #f9c5b8;
	width: 670px;
	margin: 0px auto;
	padding: 0px 25px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.body2_left {
	text-align: left;
	width: 300px;
	margin: 0px;
	padding: 20px 0px 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.body2_right {
	text-align: right;
	width: 345px;
	margin: 0px;
	padding: 20px 0px 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.body2_left2 {
	text-align: right;
	width: 320px;
	margin: 0px;
	padding: 20px 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.body2_right2 {
	text-align: center;
	width: 325px;
	margin: 0px;
	padding: 20px 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.body2 .link {
	text-align: right;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

.body2 .link_icon {
	background: url(../images/link_icon.gif) left center no-repeat;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.body2 .link2 {
	text-align: center;
	width: 100%;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

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

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

#button2_layout {
	background: url(../images/button2_bg.gif) left center no-repeat;
	width: 580px;
	height: 211px;
	margin: 30px auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #00f solid;
}

#button2_layout #button2 a {
	clear: both;
	background: url(../images/button2.gif) left top no-repeat;
	width: 354px;
	height: 64px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 113px;
	bottom: 15px;
	border: 0px #00f solid;
}

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

