@charset "utf-8";
/*=====初期化=====*/
body, p, h1, h2, h3, h4, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/*=====背景と文字=====*/
html {
	background-color: #fff;
}
body {
	background-color: #f1f1f1;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	letter-spacing:0.1em;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
/*=====基本設定=====*/
p {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:2em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*=====テキスト=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #f00;
}
/*=====リスト=====*/

ol {
	margin: 10px;
	padding-left: 2em;
}
ul {
	margin: 10px 10px 20px 10px;
	padding-left: 2em;
	list-style-position: outside;
	list-style-image: url("img/icon_list01.gif");
	list-style-type: none;
}
/*=====見出し=====*/
h1 {
	font-size: 143%;	/*143%*/
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	background-image: url("img/icon_h1.gif");
	background-repeat: no-repeat;
	background-position: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	background-image: url("img/icon_h2.gif");
	background-repeat: no-repeat;
	background-position:left bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 5px 5px 10px 5px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	background-color:#f1f1f1;
	border-left:10px solid #99ccff;
	padding: 5px 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
/*=====リンク=====*/
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #9966cc;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}
/*=====リンク（矢印付き）=====*/
a.yajirushi {
	background-image:url("img/yajirushi.gif");
	background-repeat:no-repeat;
	padding-left:20px;
	text-decoration: underline;
}
/*=====表=====*/
table.hyou {
	border-collapse:collapse;
	border: 1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
}
table.hyou th {
	text-align:center;
	border-collapse:collapse;
	font-weight: normal;
	background-color: #f2eaf3;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
table.hyou td.midashi {
	border-collapse:collapse;
	background-color: #eaf5ff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}

/*=====表=====*/
table.hyou2 {
	border-collapse:collapse;
	border: 1px solid #0065ca;
	border-spacing:0;
	empty-cells:show;
}
table.hyou2 th {
	text-align:center;
	border-collapse:collapse;
	font-weight: normal;
	background-color: #f1f1f1;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0065ca;
	border-right-color: #0065ca;
}
table.hyou2 td {
	border-collapse:collapse;
	background-color: #fff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0065ca;
	border-right-color: #0065ca;
}
table.hyou2 td.midashi2 {
	border-collapse:collapse;
	background-color: #eaf5ff;
	padding: 5px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0065ca;
	border-right-color: #0065ca;
}