@charset "utf-8";

body {
	margin:0;
	padding:0;
	/* メイリオはあえて入れてません */
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:62.5%; /*  16px~62.5%=10px */
	text-align:center; /* 全体のセンタリング */
	color: #000;
	background:url(images/bg.gif) repeat;
}

div, p,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
/*input, textarea,*/
blockquote,
th, td { 
	margin:0;
	padding:0;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.4em;
	font-weight:normal;
}

table {
	border-collapse:collapse;
}

img, fieldset {
	border:none;
}

img {
	vertical-align:bottom;
}

ul, ol, li {
	list-style:none;
}

#CORE {
	position: relative;
	width:960px;
	height:564px;
	background:url(images/bg02.gif) no-repeat;
	margin: 0 auto;
}

#CONTAINER {
	width: 950px;
	height:550px;
	margin:0 auto;
}

#HEADER {
	height: 30px;
	border-bottom: 1px solid #FCC;
}

#MAIN {
	height:375px;
	background:url(images/picture2.jpg) center center no-repeat;
	border-bottom: 1px solid #CCF;
}
* html img {
	behavior: url(iepngfix.htc);
}

#BUTTONAREA {
	border-bottom: 1px solid #FCC;
}

#BOTTOM {
	width:948px;
	text-align:left;
	letter-spacing:10px;
	height: 25px;
}

#HEADER ul
{
	padding: 10px 20px 0 20px;
}
#BOTTOM ul
{
	padding-top: 5px;
	padding-left: 20px;
}

#HEADER ul li,
#BUTTONAREA ul li,
#BOTTOM ul li
{
	float:left;
}
#BUTTONAREA ul {
	margin-left: 6px;
}
#BUTTONAREA ul li {
/*	margin: 0 -2px;*/
}
#HEADER ul li.tel {
	float:right;
}
#BOTTOM ul li {
	margin-right: 15px;
}


#main-area {
	position: absolute;;
	top: 59px;
	left: 156px;
	width: 654px;
	height: 313px;
}

* html #main-area {
	left: 151px;
}

/* clearfix
----------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block}
/*Start hiding from IE Mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/*End hiding from IE Mac */

/* Spry
----------------------------------------------------- */
.SpryHiddenRegion {
	visibility:hidden;
}
