/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.e-homare.com/
File name:		layout.css
Summary:		base styles
Created:		2008-08-01
Last update:	2008-08-01 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2008 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wff.png);
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
	text-align: left;
}

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

address {
	clear: both;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d6970;
	margin: 0px;
	padding: 15px;
	display: block;
	border: 0px #f00 solid;
}

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

/* Font size */
/* ------------------------------------------------------------ */
.text10 { font-size: 10px; line-height: 1.5em; }
.text10white { font-size: 10px; line-height: 1.5em; color: #fff; }
.text10red { font-size: 10px; line-height: 1.5em; color: #C30; }

.text12 { font-size: 12px; line-height: 1.5em; }
.text12bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
.text12red {
	font-size: 12px;
	line-height: 1.5em;
	color: #C30;
}
.text14red {
	font-size: 14px;
	line-height: 1.5em;
	color: #C30;
	font-weight: bold;
}
.text12white { font-size: 12px; line-height: 1.5em; color: #fff; }
.text12white_b { font-size: 12px; font-weight: bold; line-height: 1.5em; color: #fff; }
.text13 { font-size: 13px; line-height: 1.5em; }
.text13bold {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
.text18bold {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}

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

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

/* Contents */
/* ------------------------------------------------------------ */
#container {
	text-align: center;
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.pagetop {
	font-size: 12px;
	text-align: right;
	width: 790px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Margin */
/* ------------------------------------------------------------ */
.top_padding10 {
	padding-top: 10px;
}

.top_margin5 {
	margin-top: 5px;
}

.top_margin10 {
	margin-top: 10px;
}

.top_margin20 {
	margin-top: 20px;
}

.top_margin30 {
	margin-top: 30px;
}

.img_margin10 {
	text-align: left;
	width: 850px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.img_margin20 {
	text-align: left;
	width: 850px;
	margin: 20px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.img_margin30 {
	text-align: left;
	width: 850px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.text_margin5 {
	text-align: left;
	width: 790px;
	margin: 5px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}
