@charset "utf-8";
/*ナシオwebsite

basic.css - 全ページ共通
==========================================================================================
*/


/* All
-------------------------------------------- */
body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 150%;
	letter-spacing: 0.13em;
	text-align:justify;
	margin: 0px;
	padding: 0px;
}

a:link,a:visited {
	color: #0046aa;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0082c8;
	text-decoration: underline;
}

/*===　画像のリンク枠消　===*/
a img{border:0 none}

/*===　バー表示レイアウト確保　===*/
html {
	overflow-y:scroll;
}

/*===　clear　===*/
.clear {
  clear: both;
  margin-top: 0; /* 回り込み解除したら上余白は0 */
}
/*===　clearfix　===*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* ページトップ
-------------------------------------------- */
.pagetop {
	unicode-bidi: embed;
	direction: rtl;  /* 右揃え */
	font-size: 83%;
	margin: 20px 0px;
	padding: 0px;
	clear: both;
}
.pagetop a:link,.pagetop a:visited {
	color: #333333;
	text-decoration: none;
}
.pagetop a:hover,.pagetop a:active {
	color: #0082c8;
	text-decoration: none;
}

/*==============================================================================*/

/* 全体囲み
-------------------------------------------- */
#wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* ヘッダー
-------------------------------------------- */
#header {
	margin: 0px;
	padding: 6px 0px 0px 5px;
	height: 37px;
	width: 795px;
}

/* グローバルナビ
-------------------------------------------- */
#globalnavi {
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 800px;
}
#globalnavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#globalnavi li {
	float:left;
}
#globalnavi img{/*===　画像下空回避　===*/
	vertical-align:bottom;
}

#globalnavi a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/* footer
-------------------------------------------- */
#footer {
	margin: 0px;
	padding: 10px 5px;
	width: 790px;
	clear: both;
	font-size: 83%;
	color: #ffffff;
	background: #0063a3;
	border-top: 1px solid #001f46;
}
#footer p {
	margin: 0px;
}
#footer a:link,#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover,#footer a:active {
	color: #001f46;
	text-decoration: none;
}
