﻿html,body {
	margin: 0;
	color: #666666;
	background: #ccecdd url("../images/bg.png") repeat-x;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	font-size : 12px;
	line-height: 160%;
	height: 100%;
}

/* 画像に枠をつける
---------------------------------------------*/
img.border {
	border: 1px solid #dddddd;
}

/* 画像に枠をつけない
---------------------------------------------*/
img.noborder {
	border: 0;
}

/* 太字（グリーン）
---------------------------------------------*/
strong {
	color: #009999;
	font-weight: bolder;
}

/* リンクの色
---------------------------------------------*/
a {
	color : #009999;
	font-weight : lighter;
	text-decoration : underline;
}

a:hover {
	color : #FF6699;
	text-decoration : none;
}

#wrapper {
	width: 100%;
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	position: relative;
}

#container {
	position: relative;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

body > #wrapper {
    height: auto;
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 94px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header_text h1 {
	position: relative;
	width: 100%;
	height: 20px;
	font-size: 10px;
	color: #888888;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	text-align: center;
}

#header_logo {
	position: relative;
	float: left;
	width: 330px;
	height: 70px;
}

#header_link {
	position: relative;
	float: left;
	width: 230px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header_tel {
	position: relative;
	float: right;
	width: 255px;
	height: 70px;
	text-align: right;
}

/* メインメニュー
---------------------------------------------*/
#menu {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
}

/* サイドメニュー
---------------------------------------------*/
#sidemenu {
	position: relative;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

/* メインコンテンツ部分右側
---------------------------------------------*/
#mainright {
	position: relative;
	float: right;
	width: 600px;
	padding-top: 5px;
	padding-right: 7px;
}

#contents {
	position: relative;
	float: right;
	width: 600px;
	margin-bottom: 20px;
	text-align: left;
}

#contents2 {
	position: relative;
	float: right;
	width: 580px;
	margin-bottom: 20px;
	text-align: left;
}

#contents3 {
	position: relative;
	float: right;
	width: 585px;
	margin-bottom: 20px;
	text-align: left;
}

/* フッター
---------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #009999;
	color: #DDDDDD;
	line-height: 170%;
}

#footer a {
	color: #DDDDDD;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 160px;
	margin-top: 20px;
}

#footer_menu {
	position: relative;
	float: left;
	width: 170px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}

#footer_credit {
	position: relative;
	float: left;
	width: 210px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}

#footer strong {
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}
