@charset "utf-8";
/* CSS Information ========================================
File name: base.css
Date: 2009.04.10
Structure:
	#wrapper
		#header
			#logo
			#contact
		#globalNavi | #globalNavi_maintenance
		#container
		#footer
			#footerNavi
Class:
	.inlineNavi
	.inlineNavi_last
======================================================== */

/* Reset style */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
img {
	border: 0;
}
/* / Reset style */

/* Base style */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #FFF;
	text-align: center;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* / Base style */

/* Header style */
#header {
	width: 100%;
	margin-top: 10px;
}
#logo {
	float: left;
}
#contact {
	float: right;
}
/* / Header style */

/* Global Navi style */
#globalNavi {
	clear: both;
	margin-bottom: 10px;
	background: url(../images/bg_global_navi.jpg) repeat-x;
}
#globalNavi li {
	display: inline;
	margin: 0px -5px 0px 0px;
	padding: 0px;
	list-style: none;
}

/* maintenance USE ONLY */
#globalNavi_maintenance {
	clear: both;
	background: url(../images/bg_global_navi.jpg) repeat-x;
}
/* / Global Navi style */

/* Container style */
#container {
	margin-top: 10px;
}
/* / Container style */

/* footer style */
#footer {
	clear: both;
	border-top: 1px solid #999;
	margin-top: 30px;
}
#footer address {
	color: #666;
	font-size: 0.75em;
	text-align: center;
	font-style: normal;
	margin-top: 10px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #090;
	text-decoration: underline;
}
#footerNavi {
	text-align: center;
	list-style-type: none;
	font-size: 0.7em;
	margin-top: 10px;
}
#footerNavi li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footerNavi li a {
	color: #666;
	text-decoration: none;
}
#footerNavi li a:hover {
	color: #090;
	text-decoration: underline;
}
/* / footer style */

/* inlineNavi style */
.inlineNavi {
	border-right: 1px solid #999;
	padding-right: 4px;
	padding-left: 4px;
}

.inlineNavi_last {
	padding-left: 4px;
}
/* / inlineNavi style */
a {
	color: #360;
	text-decoration: none;
}
a:hover {
	color: #390;
	text-decoration: underline;
}

