@charset "utf-8";
/* CSS Information ========================================
File name: base.css
Date: 2009.01.18
Structure:
	#wrapper
		#header
			#logo
			#globalNavi
			#menu | #menu_maintenance
		#footer
			footerNavi
======================================================== */

/* Reset style */
* {
	margin: 0px;
	padding: 0px;
/*
	border: none;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
*/
}
/*
html,x:-moz-broken {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
*/
html {
	overflow: 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%;
}
#logo {
	float: left;
}
#globalNavi {
	list-style-type: none;
	font-size: 0.7em;
	float: right;
	padding-top: 5px;
}
#globalNavi ul {
	list-style-type: none;
}
#globalNavi li {
	display: inline;
}
#globalNavi li a {
	color: #666;
	text-decoration: none;
}
#globalNavi li a:hover {
	color: #F30;
	text-decoration: underline;
}
#menu {
	clear: both;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
}
#menu li {
	display: inline;
	list-style: none;
	margin: 0px -5px 0px 0px;
	padding: 0px;
}

/* maintenance USE ONLY */
#menu_maintenance {
	clear: both;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
}
/* / Header style */

/* footer style */
#footer {
	clear: both;
	margin-bottom: 30px;
	border-top: 1px solid #999;
}

#footer address {
	color: #666;
	font-size: 0.75em;
	text-align: center;
	font-style: normal;
	margin-top: 10px;
}
#footerNavi {
	text-align: center;
	list-style-type: none;
	font-size: 0.7em;
	margin-top: 10px;
}
#footerNavi li {
	display: inline;
}
#footerNavi li a {
	color: #666;
	text-decoration: none;
}
#footerNavi li a:hover {
	color: #F30;
	text-decoration: underline;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #F30;
	text-decoration: underline;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#w3cArea {
	text-align: right;
	padding-bottom: 10px;
	clear: both;
	padding-right: 20px;
}
/* / footer style */

a {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: none;
}
strong {
	font-weight: normal;
}

.inlineNavi {
	border-right: 1px solid #999;
	padding-right: 4px;
	padding-left: 4px;
}

.inlineNavi_last {
	padding-left: 4px;
}
