@charset "UTF-8";

/*----------------------------------------------------------------------

リセット

-----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

/*----------------------------------------------------------------------

全体

-----------------------------------------------------------------------*/
body {
    font:13px "ヒラギノ角ゴ Pro W3",'メイリオ', Meiryo,"ＭＳ Ｐゴシック", helvetica, arial, sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}

a {
	color: #000;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #e2047c;
}
a img {
	border: none;
}

/*----------------------------------------------------------------------

ヘッダ

-----------------------------------------------------------------------*/
#header {
	width: 860px;
	height: 80px;
	position: relative;
	margin: 0px auto;
}
#siteID {
	position: absolute;
	left: 0px;
	top: 20px;
}
#tel {
	position: absolute;
	right: 0px;
	top: 20px;
}

/*----------------------------------------------------------------------

グローバルナビ

-----------------------------------------------------------------------*/
#globalNavi {
	width: 100%;
	height: 80px;
	background: #f2f2f2;
}
#globalNavi ul {
	width: 860px;
	margin: 0px auto;
}
#globalNavi ul li {
	float: left;
	height: 80px;
	background-color: #e0e0e0;
}
#globalNavi ul li a {
	display: block;
	background: no-repeat left top;
}
#globalNavi ul li a:hover {
	border-color: #000;
}
#globalNavi ul li a img {
	visibility: visible;
}
#globalNavi ul li a:hover img {
	visibility: hidden;
}
#globalNavi ul li.gn01 a {
	background-image: url(../images/gn_01_on.gif);
}
#globalNavi ul li.gn02 a {
	background-image: url(../images/gn_02_on.gif);
}
#globalNavi ul li.gn03 a {
	background-image: url(../images/gn_03_on.gif);
}
#globalNavi ul li.gn04 a {
	background-image: url(../images/gn_04_on.gif);
}

/*----------------------------------------------------------------------

コンテンツ

-----------------------------------------------------------------------*/
h1 {
	clear: both;
	width: 100%;
	height: 160px;
	background-color: #383838;
	position: relative;
}
h1 img {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -430px;
}

/*今すぐエントリーする*/
#toEntry {
	position: absolute;
	top: 208px;
	left: 50%;
	margin-left: 225px;
}
#toEntry a {
	display: block;
	background: url(../images/entry_on.gif) no-repeat left top;
}
#toEntry a:hover {
	border-color: #000;
}
#toEntry a img {
	visibility: visible;
}
#toEntry a:hover img {
	visibility: hidden;
}

/*コンテンツエリアフォーマット*/
#contents {
	clear: both;
	width: 860px;
	margin: 40px auto;
}
/*クリアフィックス*/
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #contents { height:1%; }
#contents { display: block; }
/* End hide from IE-mac */
/*---end---*/

/*----------------------------------------------------------------------

フッタ

-----------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	position: relative;
	min-width: 860px;
}
div.footerlogo {
	position: absolute;
	left: 15px;
	top: 10px;
}
p.credit {
	text-align: right;
	padding: 12px 15px 0px 0px;
	font-size: 77%;
	font-family: Verdana;
	color: #999;
}
/*----------------------------------------------------------------------

ページトップ

-----------------------------------------------------------------------*/
.pagetop {
	clear: both;
	margin-bottom: 80px;
	height: 20px;
}
.pagetop a {
	display: block;
	background: url(../images/pagetop_on.gif) no-repeat left top;
	width: 85px;
	float: right;
}
.pagetop a:hover {
	border-color: #000;
}
.pagetop a img {
	visibility: visible;
}
.pagetop a:hover img {
	visibility: hidden;
}
