@charset "utf-8"; 

/* ///////////////////////////////////////////////////////////////////////////////////////////////

	Stylesheet for プライバシーマーク制度
	Copyright (C) 1998-2007 JIPDEC. All right reserved.

/////////////////////////////////////////////////////////////////////////////////////////////// */


* {
	margin: 0;
	padding: 0;
}


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/




/* 基本
----------------------------------------------------------------------------------------------- */

body, th, td {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.66;
	color: #333;
}
head:first-child+body th, head:first-child+body td { font-size: 100%; }

body {
	text-align: center;
	background: url(../images/header_border.gif) repeat-x;
}

hr { display: none; }


/* アンカー */
a img   { border: none; }
a:hover { color: #F00; }

a.external {
	padding-right: 16px;
	background: url(../images/bullet_external.gif) no-repeat center right;
}
a.email, a.pdf, a.doc, a.xls, a.zip { padding-right: 14px; }
a.email { background: url(../images/bullet_email.gif) no-repeat center right; }
a.pdf   { background: url(../images/bullet_pdf.gif) no-repeat center right; }
a.doc   { background: url(../images/bullet_doc.gif) no-repeat center right; }
a.xls   { background: url(../images/bullet_xls.gif) no-repeat center right; }
a.zip   { background: url(../images/bullet_zip.gif) no-repeat center right; }/* 2010.10.15 add */




/* コンテナ
----------------------------------------------------------------------------------------------- */

div#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

div#body {
	margin: 0 auto 2em;
}


/* 最小幅と最大幅 */
div#header div.inner,
div#footer div.inner,
div#body {
	min-width: 62em;
	max-width: 80em;
}




/* ヘッダー
----------------------------------------------------------------------------------------------- */

div#header {
	margin: 0 0 2em;
}

div#header div.inner {
	position: relative;
	height: 11em;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) no-repeat right top;
}


/* ロゴ */
div#header #top {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 8em;
	font-size: 100%;
}
div#header #top img {
	display: block;
	width: 372px;
	height: 72px;
	margin: 1.5em 0 0 2em;
}


/* スキップリンク */
div#header #skip {
	position: absolute;
	height: 1em;
	width: 1em;
	left: -9999px;
	overflow: hidden;
}


/* 運営者文字 */
div#header p#operator {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 2.4em;
	line-height: 1.2;	
	font-size: 130%;
}


/* プライマリメニュー */
div#header ul#pm {
	position: absolute;
	z-index: 2;
	bottom: 12px;
	right: 2em;
	list-style: none;
	font-size: 110%;
}
div#header ul#pm li {
	float: left;
	margin: 0 0 0 1em;
	line-height: 1.2;
}
div#header ul#pm li#inquiry {
	padding: 0 16px 0 0;
	background: url(../images/bullet_external.gif) no-repeat right center;
}
div#header ul#pm a {
	padding: 0 0 0 16px;
	background: url(../images/bullet_navi.gif) no-repeat left center;
}
div#header ul#pm em {
	padding: 0 0 0 16px;
	background: url(../images/bullet_current.gif) no-repeat left center;
	font-style: normal;
	font-weight: bold;
	color: #039;
}
/* プライマリメニュー２ */
div#header ul#pm2 {
	position: absolute;
	z-index: 2;
	bottom: 45px;
	right: 3.5em;
	list-style: none;
	font-size: 110%;
}
div#header ul#pm2 li {
	float: left;
	margin: 0 0 0 1em;
	line-height: 1.2;
}
div#header ul#pm2 li#inquiry {
	padding: 0 16px 0 0;
	background: url(../images/bullet_external.gif) no-repeat right center;
}
div#header ul#pm2 a {
	padding: 0 0 0 16px;
	background: url(../images/bullet_navi.gif) no-repeat left center;
}
div#header ul#pm2 em {
	padding: 0 0 0 16px;
	background: url(../images/bullet_current.gif) no-repeat left center;
	font-style: normal;
	font-weight: bold;
	color: #039;
}



/* フッター
----------------------------------------------------------------------------------------------- */

div#footer {
	clear: both;
	width: 100%;
	background: url(../images/footer_line.gif) repeat-x 0 2em;
}
div#footer div.inner {
	position: relative;
	margin: 0 auto;
}


/* ページの先頭へ戻るリンク */
div#footer p#back-to-top {
	height: 2em;
	margin: 0 2em;
	padding: 0 0 0 2em;
	text-align: right;
}
div#footer p#back-to-top a {
	padding: 0 0 0 14px;
	background: url(../images/bullet_top.gif) no-repeat left center;
}


/* アドレス */
div#footer address {
	padding: 12px 2em 18px;
	font-style: normal;
}
div#footer address span#copyright {
	font-size: 91.67%;
}

/* 注釈（左寄せ） */
div#footer div.annotation_left {
	font-size: 90%;
	padding: 4px 2em 4px;
}

