@charset "UTF-8";
/* CSS Document */
/* ************************************************ 
 *	共通設定
 * ************************************************ */
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #F0F0F0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
}
img {
	outline:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #6cf;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
s.clearfix{
	display: inline-block;
}

/* Mac IEを除く \*/
* html .clear-fix{
	height: 1%;
}
.clearfix{
	display: block;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#contents {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: -20px;
}
#footer {
	clear: both;
	padding-top: 15px;
	color: #333;
}


/* ------------------------------------- 
 *	ヘッダー
 * ------------------------------------- */
h1 {
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 195px;
}
h1 a{
	height: 70px;
	width: 195px;
	display: block;
	outline:0px;
}
#lang {
	background-image: url(../img/lang.gif);
	background-repeat: no-repeat;
	float: right;
	height: 70px;
	width: 110px;
	text-indent: -9999px;
}
#lang a{
	height: 70px;
	width: 110px;
	display: block;
	outline:0px;
}
#mainImg {
	z-index: 1;
	position: relative;
	top: -20px;
}

/*	メインメニュー
--------------------------------------- */
#mainMenu {
	clear: both;
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 50px;
	text-indent: -9999px;
	z-index: 2;
	position: relative;
	top: 0px;
}
#mainMenu li {
	float: left;
}
#mainMenu a{
	outline:0px;
}
#mainMenu #mM1 {
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 100px;
}
#mainMenu #mM1 a {
	background-position: 0px 0px;
	height: 50px;
	width: 100px;
	display: block;
	background-image: url(../img/menuBtn.gif);
}
#mainMenu #mM1 a:hover {
	background-position: 0px -50px;
	height: 50px;
	width: 100px;
	display: block;
}
#mainMenu #mM2 {
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	height: 50px;
	width: 90px;
}
#mainMenu #mM2 a {
	background-position: -100px 0px;
	height: 50px;
	width: 90px;
	display: block;
	background-image: url(../img/menuBtn.gif);
}
#mainMenu #mM2 a:hover {
	background-position: -100px -50px;
	height: 50px;
	width: 90px;
	display: block;
}
#mainMenu #mM3 {
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	background-position: -190px 0px;
	height: 50px;
	width: 90px;
}
#mainMenu #mM3 a {
	background-position: -190px 0px;
	height: 50px;
	width: 90px;
	display: block;
	background-image: url(../img/menuBtn.gif);
}
#mainMenu #mM3 a:hover {
	background-position: -190px -50px;
	height: 50px;
	width: 90px;
	display: block;
}
#mainMenu #mM4 {
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	background-position: -280px 0px;
	height: 50px;
	width: 90px;
}
#mainMenu #mM4 a {
	background-position: -280px 0px;
	height: 50px;
	width: 90px;
	display: block;
	background-image: url(../img/menuBtn.gif);
}
#mainMenu #mM4 a:hover {
	background-position: -280px -50px;
	height: 50px;
	width: 90px;
	display: block;
}
#mainMenu #mM5 {
	background-image: url(../img/menuBtn.gif);
	background-repeat: no-repeat;
	background-position: -370px 0px;
	height: 50px;
	width: 100px;
}
#mainMenu #mM5 a {
	background-position: -370px 0px;
	height: 50px;
	width: 100px;
	display: block;
	background-image: url(../img/menuBtn.gif);
}
#mainMenu #mM5 a:hover {
	background-position: -370px -50px;
	height: 50px;
	width: 100px;
	display: block;
}


/* ------------------------------------- 
 *	コンテンツ
 * ------------------------------------- */
#contentsH{
	background-image: url(../img/bg_h.gif);
	background-repeat: no-repeat;
	height: 22px;
	z-index: 1;
	position: relative;
	top: -20px;
}
#contentsB{
	background-image: url(../img/bg_b.gif);
	background-repeat: no-repeat;
	height: 22px;
	position: relative;
	top: -20px;
}


/* ------------------------------------- 
 *	フッター
 * ------------------------------------- */
address{
	font-style: normal;
	text-align: center;
	clear: both;
}#footer img {
	float: right;
}
