@charset "utf-8";

/* ---------------------------------------------------------
デフォルトリセット
--------------------------------------------------------- */
body ,div {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}

img { vertical-align: middle; }
input, textarea {
	font-size: 100%; 
	font-family: "MS UI Gothic","MS PGothic";
}

/* ---------------------------------------------------------
音声ブラウザ用ナビゲーション
--------------------------------------------------------- */
.naviHidden {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	display:inline;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

/* ---------------------------------------------------------
テキストリンク
--------------------------------------------------------- */
a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #800080; text-decoration: underline; }
a:hover   { color: #0066CC; text-decoration: underline; }
a:active  { color: #0066CC; text-decoration: underline; }

/* ---------------------------------------------------------
レイアウトベース
--------------------------------------------------------- */
html {
	background-color: #ffffff;
}

body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0;
	position: relative;
}

div#base {
	width: 950px;
	margin: 0px auto;
	background: url(../image/contentTop_bg.gif) no-repeat right bottom;
	position: relative;
}

div#contentWrap {
	margin: 0px 18px;
	padding-bottom: 5px;
}

/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
div#header div#logo span {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	display:inline;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

div#header div#logo a {
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 340px;
	height: 50px;
	text-decoration: none;
	background: url(../image/spacer.gif) no-repeat left top;
}

div#header {
	position: relative;
}

div#globalNavi {
	position: absolute;
	left: 396px;
	top: 25px;
}

div#header ul {
	margin: 0;
	padding: 0;
}

div#header li {
	display:inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#utilityMenu {
	position: absolute;
	left: 750px;
	top: 0;
}

div#utilityMenu ul li {
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
}


/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
div#footer {
	clear: both;
	margin: 0;
	padding: 5px 0 20px;
	background: url(../image/fotter_bg.jpg) repeat-x left top;
	color: #FFFFFF;
}

/* フッタメニュー
------------------------------------ */
div#footerWrap {
	width: 950px;
	margin: 0 auto;
	bottom: 0;
}

div#footerLink {
	float: left;
	margin-top: 7px;
}

div#footerLink ul {
	margin: 0 0 0 10px;
}

div#footerLink ul li {
	display: inline;
	margin-left: 20px;
	padding-left: 10px;
	background: url(../image/icons/icon_02.gif) no-repeat 0 2px;
	font-size: 90%;
	line-height: 1.5;
}

div#footerLink ul li a:link,
div#footerLink ul li a:hover,
div#footerLink ul li a:visited {
	color: #FFFFFF;
}

/* コピーライト
------------------------------------ */
div#footer div#copyright {
	margin: 10px;
	font-size: 90%;
	text-align: right;
}

/* ---------------------------------------------------------
アドビなどダウンロード
--------------------------------------------------------- */
div.download {
	height: auto;
	padding: 10px 0px;
	border-top: 1px solid #999999;
	font-size: 90%;
}

div.download p {
	margin: 0px;
	line-height: 1.5;
}

div.download img {
	float:left;
	margin:0px 10px 10px 10px;
}

/* ---------------------------------------------------------
floatクリア
--------------------------------------------------------- */
.clear {
	display: block;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.clearfix:after {
	content: url(../image/spacer.gif);
	display: block;
	clear: both;
	height: 0px;
}
.clearfix { display: inline-block; }
/* Mac版IEを除外 \*/
.clearfix { display: block; }
/* */


/* 固定
------------------------------------ */
#header:after,
#footer:after,
#breadCrumbs:after,
#contentWrap:after,
#content_main:after,
#content:after,
.contentTopWrap:after,
.contentTopWrap_01:after,
.setImg:after,
.setImg_Limg:after,
.setImg_Rimg:after,
.linkBoxWrap:after
{
	content: url(../image/spacer.gif);
	display: block;
	clear: both;
	height: 0px;
	font-size: 0;
}

#header,
#footer,
#breadCrumbs,
#contentWrap,
#content_main,
#content,
.contentTopWrap,
.contentTopWrap_01,
.setImg,
.setImg_Limg,
.setImg_Rimg,
.linkBoxWrap
{ display: inline-block; }

/* Mac版IEを除外 \*/
#header,
#footer,
#breadCrumbs,
#contentWrap,
#content_main,
#content,
.contentTopWrap,
.contentTopWrap_01,
.setImg,
.setImg_Limg,
.setImg_Rimg,
.linkBoxWrap
{ display: block; }
/* */
