/* begin Page */



body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}


/* begin Header */
.Header
{
	display: none;
}

.nav
{
	display: none;
}


/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 33px;
  color: #135D9A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #135D9A;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #135D9A;
	background-color: #dbecfb;
	border-left: 10px solid #135D9A;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 21px;
  color: #135D9A;
	border-bottom: 3px double #1771ba;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #696969;
	border-left: 10px solid #1771ba;

	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #696969;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #696969;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #525252;
  margin: 20px 0;
  padding:0;
}

li
{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}



.Post ul li
{
  padding:0px 0 0px 11px;
  background-image: url(../images/PostBullets.png);
  background-repeat:no-repeat;
  margin: 10px 0;
  line-height:1.2em;
}

.Post ol li
{
  margin: 10px 0;
  line-height:1.5em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */



/* Finish blockuote */
/* end PostQuote */

/* begin Button */

#utilityNavigation {
	display: none;
}


.table1 {
	width: 100%; /* テーブルの横幅 */
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #000000 solid;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.table1 td {
border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 2px; /* セル内の余白 */ 
}

.table1 th {
border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */
padding: 2px;
	font-variant: normal;
}


.back_to_top{
	display: none;
}



#siteMap ul {
	line-height: 1.5;
	font-weight: bold;
}
#siteMap ul li {
	padding: 4px;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}
#siteMap ul li a {
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
	font-weight: normal;
}

