@charset "utf-8";
/*
=========================================================
    General Style Definitions
---------------------------------------------------------
  Copyright (C) 2009 Yeti PaPa. All rights reserved.
    http://www.yetipapa.com/
=========================================================
*/

a:link, a:visited {
	color: #1D56C0;
	background-color: inherit;
}

a:hover, a:active {
	color: #F94A65;
	background-color: inherit;
}

img {
	border-style: none;
}

p, div, li, dt, dd, th, td, h1, h2, h3 {
	font-family: 'MS UI Gothic', HGPｺﾞｼｯｸM,
	  'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', HiraMaruPro-W4,
	  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3,
	  平成角ゴシック, HeiseiKakuGothic,
	  'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

code {
	font-family: 'ＭＳ ゴシック', 'Osaka-等幅', monospace;
}

p, div, li, dt, dd, th, td {
	color: #1F1F1F;
	background-color: inherit;
}

p, li, dt, dd {
	line-height: 1.5;
}

ol, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {
	margin-left: 0; /* Indent for IE */
	padding-left: 30px; /* Indent for Firefox */
}

ul {
	margin-left: 0; /* Indent for IE */
	padding-left: 20px; /* Indent for Firefox */
}

li {
	margin-top: 5px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

h3 {
	margin: 20px 0 3px;
	padding-bottom: 3px;
	border-bottom: 7px solid #9393FF;
	color: #000099;
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	margin: 20px 0 3px;
	color: #000099;
	background-color: inherit;
	font-weight: bold;
}

h4:before {
	padding-right: 5px;
	content: '■';
}

div.clsMenuLink {
	margin: 3px 0 3px 10px;
}

div.clsMenuLink:before {
	padding-right: 5px;
	content: '□';
	font-size: 0.8em;
}

div.clsMenuLink:after {
	padding-left: 3px;
	content: '≫';
	text-decoration: none;
}

.clsAttn {
	color: #D00000;
	background-color: inherit;
	font-weight: bold;
}

/* ---------------------------------------------------- */

body {
	margin: 0;
	border-style: none;
	color: #1F1F1F;
	background-color: #99CCFF;
	font-size: 0.95em;
	text-align: center; /* Centering for IE */
}

div#idContainer {
	width: 770px;
	margin-left: auto; margin-right: auto;
	color: inherit;
	background-color: #FFF;
	text-align: left; /* Centering for IE */
}

h1 {
	position: relative;
	width: 770px;
	height: 198px;
	margin: 0;
}

h1 img {
	position: absolute;
	top: 0;
	left: 0;
}

/* ======== Menu */
div.clsMenu {
	margin: 10px 5px; /* width=760px */
	height: 58px; /* size of image */
}

div.clsMenu ul {
	width: 640px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.clsMenu ul li {
	display: inline;
	margin: 3px;
}

div.clsMenu ul a {
	padding: 1px 2px;
	border: 2px solid #719ADF;
	border-right-color: #133980;
	border-bottom-color: #133980;
	color: #FFF;
	background-color: #2E6BD1;
	font-size: 0.88em;
	text-decoration: none;
	white-space: nowrap;
}

div.clsMenu ul a:link, div.clsMenu ul a:visited {
	color: #FFF;
	background-color: #2E6BD1;
}

div.clsMenu ul a:hover, div.clsMenu ul a:active {
	color: #F94A65;
	background-color: #EEDE6A;
}

div.clsMenu div.clsBnrs {
	width: 120px;
	float: left;
	text-align: center;
}
/* ======== /Menu */

h2 {
	clear: both;
	margin: 20px 10px 0;
	padding: 3px 10px;
	color: #FFF;
	background-color: #2E6BD1;
	font-size: 1.34em;
	font-weight: bold;
}

div#idContent { /* inner width=730px */
	padding: 10px 20px 30px;
}

div#idFoot {
	margin: 0 5px;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: center;
}

div#idFoot span {
	margin: 0 5px;
}

div#idFoot div#idCopy {
	padding: 5px 0 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

