﻿@charset "UTF-8";
@import url("common.css");	/* スタイルリセット・サイト共通 */
@import url("contents.css");	/* 各ページ個別CSS */
@import url("top.css");			/* TOPページCSS */


/* =========================================================================
		base
========================================================================= */
body {
	background:#ffffff url(../images/bg_main.gif) repeat-x;
	color:#666666;
}
p, td {
	line-height:145%;
}


/* =========================================================================
		page_base
========================================================================= */
#main {
	background:#f4f4f4 url(../images/bg_contents.gif) repeat-x;
	margin:0px auto 0px auto;
	padding:20px 20px 40px 20px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:920px;
}
#menu li {
	height:47px;
	float:left;
}
#contents {
	background:#ffffff;
	padding:10px 10px 10px 10px;
	width:898px;
	border:1px solid #e0e0e0;
}
#contents_left {
	padding:0px 18px 0px 0px;
	width:630px;
	float:left;
}
#contents_right {
	width:250px;
	float:left;
}


/* =========================================================================
		hedder
========================================================================= */
#header {
	margin:0px 0px 15px 0px;
}
h1.chach_youhappy {
	margin:15px 0px 0px 0px;
	float:right;
}
.logo_happyclub {
	float:left;
}


/* =========================================================================
		line
========================================================================= */
.line_01 {
	background:url(../images/line_01.gif) repeat-x;
	margin:0px 10px 0px 10px;
}
.line_02 {
	background:url(../images/line_02.gif) repeat-x;
	margin:0px 0px 0px 0px;
	height:2px;
}


/* =========================================================================
		リンクスタイル
========================================================================= */
a {
	color:#666666;
}
a:hover {
	color:#e16745;
}


/* =========================================================================
		テーブルベース
========================================================================= */
.table_base {
}
.table_base th {
}
.table_base td {
}


/* =========================================================================
		footer
========================================================================= */
.for_top {
	margin:10px 0px 0px 0px;
	float:left;
}
p.footmenu {
	margin:0px 0px 0px 5px;
}
#footer {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#footer .foot_logo {
	margin:10px 0px 0px 0px;
	float:left;
}
#footer p {
	margin:20px 0px 0px 15px;
	width:599px;
	float:left;
}
.copyright {
	font-size:94%;
}