﻿@charset "utf-8";
/* ----------------------------------------------------------

1.Universal Selector
2.Structure Module
3.Text Module
4.Table Module
5.List Module
6.Image Module
7.Link Module

------------------------------------------------------------- */


/* ==========================================================

     Universal Salector

============================================================= */
* {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	zoom: normal;
}


/* ==========================================================

     Structure Module

============================================================= */
html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background: url(../images/body_back.png) repeat-x; }

/* clearfix */
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 100%;
}

#header {
	height: 150px;
	background: url(../images/header_back.png) no-repeat;
}

#main {
	padding-bottom: 60px;
	background: url(../images/main_back.png) no-repeat bottom left;
	font-size: 0.8em;
}
	#maincontents {
		padding: 20px 70px;
		background: url(../images/maincontents_back.png) repeat-y;
	}

#footer {
	clear: left;
	height: 100px;
	background: url(../images/footer_back.png) no-repeat;
	font-size: 0.7em;
}


/* ==========================================================

     Text Module

============================================================= */
h2 {
	width: 160px;
	height: 42px;
	background-repeat: no-repeat;
}

p {
	line-height: 1.5;
	text-indent: 1em;
}
	.align_r { text-align: right; }
em {
	font-style: normal;
}

address {
	color: #603a1d;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}


/* ==========================================================

     Table Module

============================================================= */


/* ==========================================================

     List Module

============================================================= */
#contact {
	float: right;
	margin-top: 100px;
	width: 157px;
	height: 50px;
	background: url(../images/contact.png) no-repeat;
	list-style: none;
}
	#contact li { display:none; }

ul#hmenu {
	width: 513px;
	height: 56px;
	list-style: none;
}
	ul#hmenu li {
	position: absolute;
	}
/* relativeのやつ
		ul#hmenu li#hmenu1 { top: 38px; left: 0px; width: 59px; height: 18px; }
		ul#hmenu li#hmenu2 { top: 16px; left: 86px; width: 72px; height: 22px; }
		ul#hmenu li#hmenu3 { top: -15px; left: 182px; width: 59px; height: 20px; }
		ul#hmenu li#hmenu4 { top: -47px; left: 272px; width: 46px; height: 22px; }
		ul#hmenu li#hmenu5 { top: -81px; left: 362px; width: 43px; height: 20px; }
		ul#hmenu li#hmenu6 { top: -102px; left: 440px; width: 74px; height: 21px; }
*/
		ul#hmenu li#hmenu1 { top: 38px; left: 0px; width: 59px; height: 18px; }
		ul#hmenu li#hmenu2 { top: 34px; left: 86px; width: 72px; height: 22px; }
		ul#hmenu li#hmenu3 { top: 25px; left: 182px; width: 59px; height: 20px; }
		ul#hmenu li#hmenu4 { top: 13px; left: 272px; width: 46px; height: 22px; }
		ul#hmenu li#hmenu5 { top: 0px; left: 362px; width: 43px; height: 20px; }
		ul#hmenu li#hmenu6 { top: 1px; left: 440px; width: 74px; height: 21px; }

ul#fmenu {
	color: #ffffff;
	text-align: center;
	list-style: none;
}
	ul#fmenu li {
		display: inline;
		margin-right: 10px;
		font-weight: bold;
		line-height: 30px;
		vertical-align: middle;
	}


/* ==========================================================

     Image Module

============================================================= */
img { border: none; vertical-align: top; }

#houjin {
	display: block;
	width: 101px;
	height: 20px;
}


/* ==========================================================

     Link Module

============================================================= */
a { outline: none; }

ul#hmenu li a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
	ul#hmenu li a:hover { background-position: bottom left; }

	#hmenu1 a { width: 59px; height: 18px; background-image: url(../images/hmenu_enno.png); }
	#hmenu2 a { width: 72px; height: 22px; background-image: url(../images/hmenu_calendar.png); }
	#hmenu3 a { width: 59px; height: 20px; background-image: url(../images/hmenu_omoide.png); }
	#hmenu4 a { width: 46px; height: 22px; background-image: url(../images/hmenu_keijiban.png); }
	#hmenu5 a { width: 43px; height: 20px; background-image: url(../images/hmenu_link.png); }
	#hmenu6 a { width: 74px; height: 21px; background-image: url(../images/hmenu_toi.png); }

#fmenu li a {	color: #ffffff; text-decoration: none; }
	#fmenu li a:hover {	color: #fef343; }




