﻿@charset "utf-8";

/*
======================================================
[c!]COLORS -Think Innovation!-
http://www.colors.gr.jp/
info@colors.gr.jp
(C) COLORS Co.,Ltd. All Rights Reserved.
--
Editor			 : CLSMS
Since			 : 2007-09-12
Last Up Date	 : 
======================================================

safari.css
------------------------------------------------------

[TOC]
-[001] base font size

------------------------------------------------------
*/
/* [001] base font size
------------------------------------------------------*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background:#ffffff url(../img/article.jpg) repeat-x left top;
}
/* Safari */
#verSafari div#container {
	width:100%;
	margin:0 auto;
}
/* //Safari */


#verSafari div#article {/*border:solid 1px #00f;*/
	width:993px;
	background:none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; 
	text-align:center;
}

.push {/*border:solid 1px #f00;*/
	height: 4em; /* .push must be the same height as .footer */
}
#footer {/*border:solid 1px #f00;*/
	height: 1em; /* .push must be the same height as .footer */
}

.utilityNavi {
	float:left;
	margin-left:13px;
}
.copyright {
	float:right;
	margin-right:13px;
}

/* ---- globalNavi ---- */
.globalNavi {
	width:875px;
padding:0 58px 6px 60px;
}
.globalNavi li {width:125px;
	float:left;
}

/* EOF*/