@charset "shift_jis";

/* *****************************************************
Contents ---------------
01: general
02: LayerBase
03: LayerBody
04: LayerContents
05: LayerContentsBody
06: Corner
07: TopPage
08: LayerSnavi
09: LayerHeader
10: LayerFooter
------------------------
***************************************************** */
/* *****************************************************
general
***************************************************** */

body, div, p,  ul, ol, li, dl, dt, dd, table, th ,td, img, h1, h2, h3 ,h4 ,h5, h6, form, strong, em, hr
	{
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%; /* 16px */
	text-decoration: none;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ", Osaka, sans-serif;
	list-style: none;
	}

body
	{
	color: #444444;
	font-size: 75%; /* 12px */
	line-height: 150%; /* 18px */
	padding: 0;
  text-align: center;
  background: #ffffff;
  background-image: none;
	}

a[name]:link,
a[name]:visited,
a[name]:hover,
a[name]:active
	{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	}

/* == reader == */
.PageReader
	{
	display: none;
	}

/* *****************************************************
LayerBase
***************************************************** */
#LayerBase
	{
	position: relative;
	width: 700px;
	height: auto;
	padding: 0 40px;
	margin:  0 auto;
 text-align: left;
_height: 300px; /* IE 6 */
	}

/* *****************************************************
LayerBody
***************************************************** */
#LayerBody
  {
  width: 700px;
  margin: 0 auto;
  padding: 0;
	text-align: left;
  }

#LayerBody:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

/* *****************************************************
LayerContents
***************************************************** */
#LayerContents
  {
  width: 695px;
	height: auto;
  margin: 0;
  }

* html #LayerContents
  {
  position: relative;
  }

#LayerContents:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

/* *****************************************************
LayerContentsBody
***************************************************** */
#LayerContentsBody
  {
  width: 695px;
  margin: 0;
  clear: both;
	text-align: left;
  }
  
#LayerContentsBody:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents a,
#LayerContents a:link,
#LayerContents a:visited
  {
  color: #444444;
  text-decoration: none;
  outline: none;
  }

#LayerContents a:hover,
#LayerContents a:active
  {
  color: #444444;
  text-decoration: underline;
  }

#LayerContents h2 a,
#LayerContents h2 a:link,
#LayerContents h2 a:visited,
#LayerContents h2 a:hover,
#LayerContents h2 a:active
  {
  text-decoration: underline;
  }

#LayerContents a[name],
#LayerContents a[name]:link,
#LayerContents a[name]:visited,
#LayerContents a[name]:hover,
#LayerContents a[name]:active
	{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	}

#LayerContents h2 a[name],
#LayerContents h2 a[name]:link,
#LayerContents h2 a[name]:visited,
#LayerContents h2 a[name]:hover,
#LayerContents h2 a[name]:active
	{
	text-decoration: none;
	background-color: none;
	background-image: none;
	}

#Top #LayerContentsBody a,
#Top #LayerContentsBody a:link,
#Top #LayerContentsBody a:visited
  {
  color: #444444;
  text-decoration: none;
  outline: none;
  }

#Top #LayerContentsBody a:hover,
#Top #LayerContentsBody a:active
  {
  color: #444444;
  text-decoration: underline;
  }

#LayerContentsBody p
#LayerContentsBody ul,
#LayerContentsBody ol,
#LayerContentsBody .AreaText
  {
  margin-left: 10px;
  margin-right: 10px;
  }
/*
#LayerContents p a,
#LayerContents p a:link,
#LayerContents p a:visited
  {
  display: inline-block;
  width: auto;
  padding: 0 0 0 15px;
  background: url(i/index_list_icon.png) 0 3px no-repeat;
  text-decoration: none; 
  }

#LayerContents p a:hover,
#LayerContents p a:active
  {
  color: #444444;
  text-decoration: underline; 
  }
*/
/* -----------------------------------------------------
Heading
----------------------------------------------------- */
h1
  {
  width: 672px;
  height: auto;
  margin: 0 0 25px 0;
  padding: 15px 2px 16px 19px;
  font-size: 22px; /* 22px */
  line-height: 100%; /* 22px */
  font-weight: bold;
  color: #344d1a;
  text-align: left;
  background: url(i/h1_base.png) center center no-repeat #ffffff;
  border: solid 1px #d1e6bb;
  }

h1.line2
  {
  width: 655px;
  height: 40px;
  padding: 7px 19px 6px 19px;
  font-size: 18px; /* 16px */
  line-height: 125%; /* 20px */
  font-weight: bold;
  }

h1#about
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_about.png) 0 0 no-repeat;
  }

h1#chairman
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_chairman.png) center center no-repeat;
  }

h1#topics
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_topics.png) center center no-repeat;
  }

h1#news
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_news.png) center center no-repeat;
  }

h1#privacy
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_privacy.png) center center no-repeat;
  }

/*
h1#en_top
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_privacy.png) center center no-repeat;
  }
*/

h1#en_overview
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_overview_en.png) center center no-repeat;
  }

h1#en_policyproposals
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_policyproposals_en.png) center center no-repeat;
  }

h1#en_chairmansmsg
  {
  width: 695px;
  height: 83px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: url(i/h1_chairmansmsg_en.png) center center no-repeat;
  }

h2
  {
  height: auto;
  margin: 0 0 15px 0;
  padding: 0 0 0 21px;
  font-size: 133%; /* 16px */
  line-height: 181%; /* 29px */
  color: #3d3c28;
  background: url(i/h2_base.png) 0 0 no-repeat #efefef;
  border-bottom: solid 1px #d7d7d7;
  clear: both;
  }

#AreaIndex h2
  {
  color: #285000;
  font-size: 125%; /* 16px */
  padding: 0 0 5px 0;
  margin: 25px 10px 15px 10px;
  background: none;
  border-bottom: 1px;
  border-style: solid;
  border-color: #99a68c;
  }

h3
  {
  color: #285000;
  font-size: 125%; /* 16px */
  padding: 0 0 5px 0;
  margin: 25px 10px 15px 10px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #99a68c;
  }

.clear h3
  {
  margin: 25px 0 15px 0;
  }

h4
  {
  padding: 0 0 0 13px;
  margin: 20px 10px 10px 10px;
  color: #285000;
  font-size: 116%; /* 14px */
  background: url(i/h4_icon.png) 0 5px no-repeat;
  }

h5
	{
	padding: 0 0 0 10px;
	margin: 15px 10px 11px 10px;
  font-size: 108%; /* 13px */
	color: #49692a;
  background: url(i/h5_base.png) 0 3px no-repeat;
  }

/* -----------------------------------------------------
p
----------------------------------------------------- */
p
  {
  margin: 0 12px 15px 12px;
  }

#LayerContents p:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents .green
  {
  color: #285000;
  }

#LayerContents p.indent,
#LayerContents ul.indent li,
#LayerContents ol.indent li
  {
  text-indent: 1em;
  }

.clear p
  {
  margin: 0 0 15px 0;
  }

strong
  {
  font-weight: bold;
  }


.set_left
  {
  text-align: left;
  }

.set_center
  {
  text-align: center;
  }

.set_right
  {
  text-align: right;
  }

#LayerContents p.caption
  {
  margin-top: -6px;
  font-size: 91%; /* 11px */
  line-height: 118%; /* 13px */
  }

#LayerContents p.error
  {
  width: 558px;
  height: auto;
  margin: 5px 0 15px 0;
  padding: 10px;
  font-size: 100%; /* 12px */
  line-height: 233%; /* 28px */
  text-align: center;
  color: #cd4242;
  border: solid 1px #cd4242;
  }

#LayerContents p.link a,
#LayerContents p.link a:link,
#LayerContents p.link a:visited,
#LayerContents p.nextpage a,
#LayerContents p.nextpage a:link,
#LayerContents p.nextpage a:visited
  {
  display: inline-block;
  width: auto;
  height: auto;
  magin: 0 0 13px 0;
  padding: 0 0 0 18px;
  color: #444444;
  text-decoration: none;
  background: url(i/link_arror_02.png) 0 center no-repeat;
  }

#LayerContents p.link_right a,
#LayerContents p.link_right a:link,
#LayerContents p.link_right a:visited
  {
  float: right;
  display: block;
  width: auto;
  height: auto;
  magin: 0 0 13px 0;
  padding: 0 0 0 18px;
  color: #444444;
  text-decoration: none;
  background: url(i/link_arror_02.png) 0 center no-repeat;
  }

#LayerContents p.link a:hover,
#LayerContents p.link a:active,
#LayerContents p.link_right a:hover,
#LayerContents p.link_right a:active,
#LayerContents p.nextpage a:hover,
#LayerContents p.nextpage a:active
  {
  text-decoration: underline; 
  }

#LayerContents p.operator
  {
  color: #802E13;
  }

#LayerContents p.movie-link a
	{
	padding: 0 5px 0 16px;
	background: url(i/icon_external.png) no-repeat 0 1px;
	}

em
 {
 font-style: oblique;
 }

span.underline
  {
  text-decoration: underline; 
  }

#AreaIndex p.index-list,
#AreaIndex p.link-pdf,
#AreaIndex p.link-pdf-noborder,
#LayerContents #AreaIndex p.index-list-text
  {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 133%; /* 16px */
  }

#AreaIndex span.chairperson
  {
  display: inline-block;
  margin-left: 28px;
  padding-left: 11px;
  font-size: 88%; /* 14px */
  background: url(i/ul_base_02.png) 0 6px no-repeat;
  }

#AreaTheme div.index-list p
  {
  margin-bottom: 20px;
  font-size: 133%; /* 16px */
  border: none;
  }

/* -----------------------------------------------------
hr
----------------------------------------------------- */
hr 
  {
  border:0;
  height: 1px;
  margin-bottom: 15px;
  background:url(i/hr_line.gif) 50% 0 repeat-x;
  }

*html hr /* IE6 */
  {
  border: dashed 1px #8091a0;
  }

/* -----------------------------------------------------
IdTnavi
----------------------------------------------------- */
#IdTnavi
  {
  display: none;
  }

/* -----------------------------------------------------
ul, ol
----------------------------------------------------- */
#LayerContents ul
  {
  list-style: none;
  margin: 0 10px 15px 10px;
  }

#LayerContents ul li
  {
  font-size: 100%;
  line-height: 150%; /* 18px */
  margin: 0 0 5px 0;
  padding: 0 11px;
  background: url(i/ul_base.png) 0 6px no-repeat;
  }

#LayerContents ul.roman li,
#LayerContents ol.roman li
  {
  list-style: upper-roman none outside;
  margin-left: 25px;
  padding-left: 0;
  background: none;
  }

#LayerContents ol.roman li ul
  {
  margin: 8px 0 10px 0;
  }

#LayerContents ol.roman li ul li
  {
  list-style: none;
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 0 11px;
  background: url(i/ul_base_02.png) 0 6px no-repeat;
  }


#LayerContents ul.alpha li,
#LayerContents ol.alpha li
  {
  list-style: lower-alpha none outside;
  margin-left: 25px;
  padding-left: 0;
  background: none;
  }

#LayerContents li ul
  {
  margin: 8px 0 10px 0;
  }

#LayerContents ul li ul li
  {
  font-size: 100%;
  line-height: 150%; /* 18px */
  margin: 0 0 5px 0;
  padding: 0 11px;
  background: url(i/ul_base_02.png) 0 6px no-repeat;
  }

#LayerContents ul.error
  {
  width: 558px;
  height: auto;
  margin: 5px 0 15px 10px;
  padding: 10px;
  border: solid 1px #cd4242;
  }

#LayerContents ul.error li
  {
  font-size: 100%; /* 12px */
  line-height: 150%; /* 18px */
  margin: 0 0 0 15px;
  padding: 0;
  color: #cd4242;
  list-style: disc;
  background: none;
  }

#LayerContents ol
  {
  margin: 0 10px 15px 10px;
  }

#LayerContents ol li
  {
  list-style: decimal none outside;
  font-size: 100%;
  line-height: 150%; /* 18px */
  margin: 0 0 10px 20px;
  padding: 0;
  background: none;
  }

#LayerContents ol li ul li,
#LayerContents ol ul li
  {
  list-style: none;
  font-size: 100%;
  line-height: 150%; /* 18px */
  margin: 0 0 5px 5px;
  padding: 0 11px;
  background: url(i/ul_base_02.png) 0 6px no-repeat;
  }

#LayerContents ol.decimal li
  {
  list-style: decimal none outside;
  }

/* -----------------------------------------------------
dl
----------------------------------------------------- */
#Search dl
  {
  width: auto;
  margin: 0 10px;
  }

#Search dt
  {
  font-weight: bold;
  }

#Search dt a
  {
  margin-right: 10px;
  font-weight: bold;
  }

#Search dd
  {
  margin: 0 0 15px 0px;
  }

#Search dd.link-url
  {
  margin: 0 0 15px 0;
  }

#Search dd.link-url a
  {
  margin-right: 10px;
  font-size: 91%; /* 11px */
  }

/* =====================================================
table
===================================================== */
table
  {
  width: auto;
  border-collapse: collapse;
  margin: 0 10px 30px 10px;
  }

* html table /* IE 6 */
  {
  margin-top: 0;
  }

*+html table /* IE 7 */
  {
  margin-top: 0;
  }

table th
  {
  padding: 9px 10px 17px 10px;
  color: #06533c;
  text-align: center;
  vertical-align: top;
  background: url(i/table_border_01.gif) 0 bottom repeat-x #f4f4f4;
  }

table td
  {
  padding: 5px 5px 5px 0;
  vertical-align: top;
  background: url(i/table_border_01.gif) 0 bottom repeat-x;
  }

table td:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

table .bottom th
  {
  padding-bottom: 9px;
  background: #f4f4f4;
  }

table .bottom td
  {
  padding-bottom: 9px;
  background: #ffffff;
  }

table.t-border
  {
  width: auto;
  border-collapse: collapse;
  margin: 0 10px 15px 10px;
  border: solid #cccccc 1px;
  }

table.t-border th
  {
  padding: 5px 10px;
  background: #F0F6E9;
  color: #333333;
  text-align: left;
  border: solid #cccccc 1px;
  }

table.t-border td
  {
  padding: 5px 10px;
  border: solid #cccccc 1px;
  }

table.t-border td.b-b0
  {
  border-bottom: 0;
  }

table.t-border td.b-t0
  {
  border-top: 0;
  }

table.no-border td
  {
  padding: 0;
  }

/* *****************************************************
Corner
***************************************************** */

/* =====================================================
column2
===================================================== */
.column2
	{
	clear: both;
	padding: 0;
	margin: 0;
	}

.column2:after
	{
	clear: both;
	margin: 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

.column2 .left,
.column2 .right
	{
	width: 340px;
	}

.column2 h2
	{
	width: 305px;
	margin: 0 0 10px 0;
	padding: 0 15px 0 20px;
	}

/* =====================================================
Button
===================================================== */

/* AboutButton
-------------------------------------------------------*/
#LayerContents ul.AboutButton
  {
  display: block;
  width: auto;
  height: auto;
  margin: 0 3px 15px 2px;
  padding: 0;
  text-decoration: none;
  }

#LayerContents ul.AboutButton:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents ul.AboutButton li
  {
  float: left;
  width: 330px;
  height: 75px;
  margin: 0 7px 15px 8px;
  padding: 0;
  background: none;
  }

* html #LayerContents ul.AboutButton li
  {
  margin: 0 3px 15px 4px;
  }

#LayerContents ul.AboutButton a,
#LayerContents ul.AboutButton a:link,
#LayerContents ul.AboutButton a:visited
  {
  display: block;
  width: 285px;
  height: 45px;
  margin: 0;
  padding: 30px 10px 0 35px;
  color: #3b422a;
  background: url(i/about_button.png) 0 0 no-repeat;
  font-size: 130%; /* 16px */
  line-height: 100%;
  text-decoration: none;
  }

#LayerContents ul.AboutButton a:hover,
#LayerContents ul.AboutButton a:active
  {
  background: url(i/about_button.png) 0 -75px no-repeat;
  text-decoration: none;
  }


#LayerContents ul.AboutButton li.line2 a,
#LayerContents ul.AboutButton li.line2 a:link,
#LayerContents ul.AboutButton li.line2 a:visited
  {
  display: block;
  width: 285px;
  height: 55px;
  margin: 0;
  padding: 20px 10px 0 35px;
  color: #3b422a;
  background: url(i/about_button.png) 0 0 no-repeat;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  }

#LayerContents ul.AboutButton li.line2 a:hover,
#LayerContents ul.AboutButton li.line2 a:active
  {
  background: url(i/about_button.png) 0 -75px no-repeat;
  text-decoration: none;
  }

#LayerContents ul.AboutButton li.line3 a,
#LayerContents ul.AboutButton li.line3 a:link,
#LayerContents ul.AboutButton li.line3 a:visited
  {
  display: block;
  width: 285px;
  height: 61px;
  margin: 0;
  padding: 14px 10px 0 35px;
  color: #3b422a;
  background: url(i/about_button.png) 0 0 no-repeat;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  }

#LayerContents ul.AboutButton li.line3 a:hover,
#LayerContents ul.AboutButton li.line3 a:active
  {
  background: url(i/about_button.png) 0 -75px no-repeat;
  text-decoration: none;
  }


/* ThemeIndex
-------------------------------------------------------*/
#LayerContents ul.ThemeIndex
  {
	margin: 0 3px 15px 2px;
  clear: both;
  }

#LayerContents ul.ThemeIndex::after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents ul.ThemeIndex li,
#LayerContents ul.ThemeIndex li.line2
  {
  float: left;
  display: block;
  width: 330px;
  height: 50px;
  margin: 0 7px 15px 8px;
  padding: 0;
  text-decoration: none;
  }

* html #LayerContents ul.ThemeIndex li,
* html #LayerContents ul.ThemeIndex li.line2
  {
  margin: 0 3px 15px 4px;
  }

#LayerContents ul.ThemeIndex a,
#LayerContents ul.ThemeIndex a:link,
#LayerContents ul.ThemeIndex a:visited
  {
  display: block;
  width: 295px;
  height: 32px;
  margin: 0;
  padding: 18px 0 0 35px;
  background: url(i/theme_index.png) 0 0 no-repeat;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 130%; /* 16px */
  }

#LayerContents ul.ThemeIndex a:hover,
#LayerContents ul.ThemeIndex a:active
  {
  background: url(i/theme_index.png) 0 -50px no-repeat;
  text-decoration: none;
  }

#LayerContents ul.ThemeIndex li.line2 a,
#LayerContents ul.ThemeIndex li.line2 a:link,
#LayerContents ul.ThemeIndex li.line2 a:visited
  {
  display: block;
  width: 285px;
  height: 41px;
  margin: 0;
  padding: 9px 10px 0 35px;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 116%; /* 14px */
  background: url(i/theme_index.png) 0 0 no-repeat;
  }

#LayerContents ul.ThemeIndex li.line2 a:hover,
#LayerContents ul.ThemeIndex li.line2 a:active
  {
  background: url(i/theme_index.png) 0 -50px no-repeat;
  text-decoration: none;
  }

/* YearIndex
-------------------------------------------------------*/
#LayerContents ul.YearIndex
  {
	margin: 0 3px 15px 2px;
  clear: both;
  }

#LayerContents ul.YearIndex:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents .YearIndex li
  {
  float: left;
  display: block;
  width: 330px;
  height: 50px;
  margin: 0 7px 15px 8px;
  padding: 0;
  text-decoration: none;
  }

* html #LayerContents ul.YearIndex li
  {
  margin: 0 3px 15px 4px;
  }

#LayerContents .YearIndex a,
#LayerContents .YearIndex a:link,
#LayerContents .YearIndex a:visited
  {
  display: block;
  width: 295px;
  height: 35px;
  margin: 0;
  padding: 15px 0 0 35px;
  background: url(i/year_index.png) 0 0 no-repeat;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 130%; /* 16px */
  }

#LayerContents .YearIndex a:hover,
#LayerContents .YearIndex a:active
  {
  background: url(i/year_index.png) 0 -50px no-repeat;
  text-decoration: none;
  }

#LayerContents ul.YearIndex li.line2 a,
#LayerContents ul.YearIndex li.line2 a:link,
#LayerContents ul.YearIndex li.line2 a:visited
  {
  display: block;
  width: 285px;
  height: 41px;
  margin: 0;
  padding: 9px 10px 0 35px;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 116%; /* 14px */
  background: url(i/year_index.png) 0 0 no-repeat;
  }

#LayerContents ul.YearIndex li.line2 a:hover,
#LayerContents ul.YearIndex li.line2 a:active
  {
  background: url(i/year_index.png) 0 -50px no-repeat;
  text-decoration: none;
  }

.Clear
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

/* ThemeButton
-------------------------------------------------------*/
#LayerContents ul.ThemeButton
  {
	margin: 0 3px 15px 2px;
  clear: both;
  }

#LayerContents ul.ThemeButton:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents ul.ThemeButton li,
#LayerContents ul.ThemeButton li.line2 
  {
  float: left;
  display: block;
  width: 330px;
  height: 40px;
  margin: 0 7px 15px 8px;
  padding: 0;
  text-decoration: none;
  list-style: none;
  }

* html #LayerContents ul.ThemeButton li,
* html #LayerContents ul.ThemeButton li.line2
  {
  margin: 0 3px 15px 4px;
  }

#LayerContents ul.ThemeButton a,
#LayerContents ul.ThemeButton a:link,
#LayerContents ul.ThemeButton a:visited
  {
  display: block;
  width: 295px;
  height: 28px;
  margin: 0;
  padding: 12px 0 0 35px;
  background: url(i/theme_button.png) 0 0 no-repeat;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 14px; /* 14px */
  line-height: 16px;
  }

#LayerContents ul.ThemeButton a:hover,
#LayerContents ul.ThemeButton a:active
  {
  background: url(i/theme_button.png) 0 -40px no-repeat;
  text-decoration: none;
  }

#LayerContents ul.ThemeButton li.line2 a,
#LayerContents ul.ThemeButton li.line2 a:link,
#LayerContents ul.ThemeButton li.line2 a:visited
  {
  display: block;
  width: 285px;
  height: 41px;
  margin: 0;
  padding: 9px 10px 0 35px;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 12px; /* 12px */
  background: url(i/theme_button.png) 0 0 no-repeat;
  }

#LayerContents ul.ThemeButton li.line2 a:hover,
#LayerContents ul.ThemeButton li.line2 a:active
  {
  background: url(i/theme_button.png) 0 -40px no-repeat;
  text-decoration: none;
  }

/* YearButton
-------------------------------------------------------*/
#LayerContents ul.YearButton
  {
	margin: 0 3px 15px 2px;
  clear: both;
  }

#LayerContents ul.YearButton:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents .YearButton li
  {
  float: left;
  display: block;
  width: 330px;
  height: 40px;
  margin: 0 7px 15px 8px;
  padding: 0;
  text-decoration: none;
  list-style: none;
  }

* html #LayerContents ul.YearButton li
  {
  margin: 0 3px 15px 4px;
  }

#LayerContents .YearButton a,
#LayerContents .YearButton a:link,
#LayerContents .YearButton a:visited
  {
  display: block;
  width: 295px;
  height: 28px;
  margin: 0;
  padding: 12px 0 0 35px;
  background: url(i/year_button.png) 0 0 no-repeat;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 14px; /* 14px */
  line-height: 16px;
  }

#LayerContents .YearButton a:hover,
#LayerContents .YearButton a:active
  {
  background: url(i/year_button.png) 0 -40px no-repeat;
  text-decoration: none;
  }

#LayerContents ul.YearButton li.line2 a,
#LayerContents ul.YearButton li.line2 a:link,
#LayerContents ul.YearButton li.line2 a:visited
  {
  display: block;
  width: 285px;
  height: 41px;
  margin: 0;
  padding: 9px 10px 0 35px;
  text-decoration: none;
  color: #3e5e1f;
  font-size: 12px; /* 12px */
  background: url(i/year_button.png) 0 0 no-repeat;
  }

#LayerContents ul.YearButton li.line2 a:hover,
#LayerContents ul.YearButton li.line2 a:active
  {
  background: url(i/year_button.png) 0 -40px no-repeat;
  text-decoration: none;
  }

/* =====================================================
text link
===================================================== */
div.index-list p
  {
  margin: 0 10px;
  padding: 7px 0 7px 15px;
  background: url(i/index_list_icon.png) 0 11px no-repeat;
  border-bottom: 1px dotted #cdcdcd;
  }

div.index-list p.none
  {
  border: none;
  margin-bottom: 15px;
  }

#LayerContents ul.index-list li
  {
  padding: 7px 0 7px 15px;
  background: url(i/index_list_icon.png) 0 11px no-repeat;
  border-bottom: 1px dotted #cdcdcd;
  }

#LayerContents ul.index-list li.none
  {
  border: none;
  margin-bottom: 15px;
  }

p.index-list a
  {
  display: block;
  margin: 0 10px;
  padding: 0 0 0 15px;
  background: url(i/index_list_icon.png) 0 3px no-repeat;
  }

p.index-list a.none
  {
  padding: 0;
  background: none;
  }

p.link-text a
  {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 15px;
  background: url(i/link_arror_02.png) 0 1px no-repeat;
  line-height: 120%;
  }

/* =====================================================
policyproposals
===================================================== */
#LayerContentsBody .pp_name
  {
  text-align: right;
  color: #333333;
  margin-bottom: 23px;
  }

#LayerContentsBody hr
  {
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #cccccc;
  height: 1px;
  margin: 10px 10px;
  clear: both;
  }

#LayerContentsBody hr.hr-green
  {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #99a68c;
  height: 1px;
  margin: 10px 10px;
  clear: both;
  }

/* =====================================================
AreaRelationLink
===================================================== */
#AreaRelationLink
  {
  margin: 0 10px;
  padadding: 10px 12px;
  border: solid 1px #cdcdcd;
  }

#AreaRelationLink dt
  {
  font-weight: bold;
  }

#AreaRelationLink dd
  {
  padding: 7px 0 7px 15px;
  background: url(i/index_list_icon.png) 0 11px no-repeat;
  border-bottom: 1px dotted #cdcdcd;
  }
  
#AreaRelationLink dd a,
#AreaRelationLink dd a:link,
#AreaRelationLink dd a:visited
  {
  text-decoration: nonel;
  }

#AreaRelationLink dd a:hover,
#AreaRelationLink dd a:active
  {
  text-decoration: underline;
  }

/* =====================================================
addthis_buttongroup
===================================================== */
#AreaBookmark
  {
  display: block;
  width: auto;
  margin: 0;
  }

#AreaBookmark:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerContents ul.addthis_buttongroup
  {
  float: right;
  }

*html #LayerContents ul.addthis_buttongroup
  {
  float: right;
  margin: 0 5px 0 0;
  }

#LayerContents ul.addthis_buttongroup li
  {
  float: left;
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  background: none;
  }

/* *****************************************************
Top
***************************************************** */
#AreaMainVisual p
  {
  margin: 0 0 15px 0;
  }

/* AreaInformation AreaEmergency
-------------------------------------------------------*/
#AreaInformation
 {
 width: 693px;
 height: auto;
 background-color: #ffffff;
 border: solid 1px #F1F0F0;
 }

#AreaEmergency
 {
 width: 691px;
 height: auto;
 background-color: #ffffff;
 border: solid 2px #E5001C;
 }

#AreaInformation h2,
#AreaEmergency h2
 {
 width: 643px;
 height: 18px;
 margin: 14px 0 10px 15px;
 padding: 0 0 0 7px;
 color: #3D3328;
 line-height: 18px;
 background: none;
 border: none;
 }


#AreaInformation h2:after,
#AreaEmergency h2:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#AreaInformation h2 span.link_list
  {
  float: right;
  width: auto;
  }

#AreaInformation table
  {
  width: 670px;
  margin: auto 11px;
  font-size: 12px;
  }

#AreaEmergency table
  {
  width: 670px;
  margin: auto 11px;
  font-size: 14px;
  }

#AreaInformation table td,
#AreaEmergency table td
  {
  padding: 9px 14px 9px 0;
  background: url(i/border_base.png) 0 bottom repeat-x;
  }


#AreaInformation table td.date
  {
  padding: 9px 34px 9px 12px;
  background: url(i/border_base.png) 0 bottom repeat-x;
  }

#AreaEmergency table td.date
  {
  width: 120px;
  padding: 9px 34px 9px 12px;
  background: url(i/border_base.png) 0 bottom repeat-x;
  }

#AreaInformation table tr.bottom td,
#AreaEmergency table tr.bottom td
  {
  background: none;
  }

/* IdContentPanel
-------------------------------------------------------*/
#IdContentPanel dl
  {
  position: relative;
  display: block;
  width: 219px;
  background: url(i/panel_base.png) 0 0 repeat-x #FDFCED;
  border: solid 1px #F1F0F0;
  }

#IdContentPanel dl.left
  {
  float: left;
  margin: 0 16px 20px 0;
  }

#IdContentPanel dl.right
  {
  float: right;
  margin: 0 0 20px 0;
  }

#IdContentPanel dt
  {
  margin: 14px auto 12px auto;
  text-align: center;
  }

#IdContentPanel dd
  {
  width: auto;
  }

#IdContentPanel dd.image
  {
  text-align: center;
  margin: 0 auto 8px auto;
  }

#IdContentPanel dd.description
  {
  margin: 0 11px 10px 11px;
  }

#IdContentPanel dd.link
  {
  display: block;
  width: 197px;
  height: auto;
  margin: auto atuo 0 auto;
  }

#IdContentPanel dd.link:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#IdContentPanel dd.link a
  {
  display: block;
  float: right;
  width: auto;
  margin: 0 0 14px 0;
  padding: 0 0 0 15px;
  background: url(i/link_arror_02.png) 0 3px no-repeat;
  }

#IdContentPanel dd.link_column2
  {
  width: 197px;
  height: auto;
  margin: 15px auto 0 auto;
  clear: both;
  }

#IdContentPanel dd.link_column2:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#IdContentPanel dd.link_column2 a
  {
  display: block;
  width: auto;
  padding: 0 0 0 15px;
  background: url(i/link_arror_02.png) 0 3px no-repeat;
  }

/* *****************************************************
#LayerSnavi
***************************************************** */
#LayerSnavi
  {
  display: none;
  }

/* *****************************************************
#LayerHeader
***************************************************** */
#LayerHeader
  {
  position: relative;
  width: 700px;
  height: 60px;
  padding: 0;
  margin: 0 0 15px 0;
  clear: both;
  }

#LayerHeader:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

 #Top #LayerHeader
  {
  width: 700px;
  height: 370px;
  margin: 0;
  }

/* *****************************************************
LayerHeaderLeft
***************************************************** */
#LayerHeaderLeft
  {
  float: left;
  display: block;
  width: 370px;
  height: 60px;
  margin: 0;
  }

/* IdLogo
------------------------------------------------- */
#IdLogo
	{
  position: relative;
  top: 5px;
  left: 0;
  width: 369px;
  height: 43px;
  text-indent: -9999px;
	}

#IdLogo a
  {
  display: block;
  width: 369px;
  height: 43px;
  background: url(i/header_logo.png) 0 0 no-repeat;
  }

/* *****************************************************
LayerHeaderRight
***************************************************** */
#LayerHeaderRight
  {
  display: none;
  }

/* *****************************************************
AreaGnavi
***************************************************** */
#AreaGnavi ul
  {
  display: none;
  }

/* *****************************************************
LayerFooter
***************************************************** */
#LayerFooter
  {
  width: 700px;
  height: auto;
  margin: 25px auto 25px auto;
  padding: 0;
  }

#AreaFooter
  {
  width: 700px;
  height: auto;
  background: url(i/footer_base.png) 0 0 no-repeat #342a21;
  padding: 7px 0 5px 0;
  margin: 0;
  }

#AreaFooter:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

#LayerFooter #IdFooterLink
  {
  display: none;
  }

#LayerFooter #IdCopyright
  {
  float: left;
  display: block;
  width: 400px;
  margin: 0 0 0 16px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 91%; /* 11px */
  line-height: 145%; /* 16px */
  }

/* =====================================================
fnavi
===================================================== */
p.fnavi
  {
  display: none;
  }


/* *****************************************************
width
***************************************************** */

.w5
	{
	width: 5px;
	}

.w10
	{
	width: 10px;
	}

.w30
	{
	width: 30px;
	}

.w35
	{
	width: 35px;
	}

.w40
	{
	width: 40px;
	}

.w45
	{
	width: 45px;
	}

.w50
	{
	width: 50px;
	}

.w55
	{
	width: 55px;
	}

.w60
	{
	width: 60px;
	}

.w65
	{
	width: 65px;
	}

.w70
	{
	width: 70px;
	}

.w75
	{
	width: 75px;
	}

.w80
	{
	width: 80px;
	}

.w85
	{
	width: 85px;
	}

.w90
	{
	width: 90px;
	}

.w95
	{
	width: 95px;
	}

.w100
	{
	width: 100px;
	}

.w105
	{
	width: 105px;
	}

.w110
	{
	width: 110px;
	}

.w115
	{
	width: 115px;
	}

.w120
	{
	width: 120px;
	}

.w125
	{
	width: 125px;
	}

.w130
	{
	width: 130px;
	}

.w132
	{
	width: 132px;
	}

.w135
	{
	width: 135px;
	}

.w140
	{
	width: 140px;
	}

.w145
	{
	width: 145px;
	}

.w150
	{
	width: 150px;
	}

.w155
	{
	width: 155px;
	}

.w160
	{
	width: 160px;
	}

.w165
	{
	width: 165px;
	}

.w170
	{
	width: 170px;
	}

.w175
	{
	width: 175px;
	}

.w180
	{
	width: 180px;
	}

.w182
	{
	width: 182px;
	}

.w185
	{
	width: 185px;
	}

.w190
	{
	width: 190px;
	}

.w195
	{
	width: 195px;
	}

.w200
	{
	width: 200px;
	}

.w205
	{
	width: 205px;
	}

.w210
	{
	width: 210px;
	}

.w215
	{
	width: 215px;
	}

.w220
	{
	width: 220px;
	}

.w225
	{
	width: 225px;
	}

.w230
	{
	width: 230px;
	}

.w235
	{
	width: 235px;
	}

.w240
	{
	width: 240px;
	}

.w245
	{
	width: 245px;
	}

.w250
	{
	width: 250px;
	}

.w255
	{
	width: 255px;
	}

.w260
	{
	width: 260px;
	}

.w265
	{
	width: 265px;
	}

.w270
	{
	width: 270px;
	}

.w272
	{
	width: 272px;
	}

.w275
	{
	width: 275px;
	}

.w280
	{
	width: 280px;
	}

.w285
	{
	width: 285px;
	}

.w290
	{
	width: 290px;
	}

.w295
	{
	width: 295px;
	}

.w300
	{
	width: 300px;
	}

.w305
	{
	width: 305px;
	}

.w310
	{
	width: 310px;
	}

.w315
	{
	width: 315px;
	}

.w320
	{
	width: 320px;
	}

.w325
	{
	width: 325px;
	}

.w330
	{
	width: 330px;
	}

.w335
	{
	width: 335px;
	}

.w340
	{
	width: 340px;
	}

.w345
	{
	width: 345px;
	}

.w350
	{
	width: 350px;
	}

.w355
	{
	width: 355px;
	}

.w360
	{
	width: 360px;
	}

.w365
	{
	width: 365px;
	}

.w370
	{
	width: 370px;
	}

.w375
	{
	width: 375px;
	}

.w380
	{
	width: 380px;
	}

.w385
	{
	width: 385px;
	}

.w388
	{
	width: 388px;
	}

.w390
	{
	width: 390px;
	}

.w395
	{
	width: 395px;
	}

.w400
	{
	width: 400px;
	}

.w405
	{
	width: 405px;
	}

.w410
	{
	width: 410px;
	}

.w415
	{
	width: 415px;
	}

.w418
	{
	width: 418px;
	}

.w420
	{
	width: 420px;
	}

.w425
	{
	width: 425px;
	}

.w430
	{
	width: 430px;
	}

.w435
	{
	width: 435px;
	}

.w440
	{
	width: 440px;
	}

.w445
	{
	width: 445px;
	}

.w450
	{
	width: 450px;
	}

.w455
	{
	width: 455px;
	}

.w460
	{
	width: 460px;
	}

.w465
	{
	width: 465px;
	}

.w470
	{
	width: 470px;
	}

.w475
	{
	width: 475px;
	}

.w480
	{
	width: 480px;
	}

.w485
	{
	width: 480px;
	}

.w490
	{
	width: 490px;
	}

.w495
	{
	width: 495px;
	}

.w500
	{
	width: 500px;
	}

.w518
	{
	width: 518px;
	}

.w545
	{
	width: 545px;
	}

.w560
	{
	width: 560px;
	}

.w580
	{
	width: 580px;
	}

.w590
	{
	width: 590px;
	}

.w595
	{
	width: 595px;
	}

.w600
	{
	width: 600px;
	}

.w610
	{
	width: 610px;
	}

.w615
	{
	width: 615px;
	}

.w620
	{
	width: 620px;
	}

.w630
	{
	width: 630px;
	}

.w635
	{
	width: 635px;
	}

.w640
	{
	width: 640px;
	}

.w650
	{
	width: 650px;
	}

.w660
	{
	width: 660px;
	}

.w670
	{
	width: 670px;
	}

.w680
	{
	width: 680px;
	}

.w690
	{
	width: 690px;
	}

.w700
	{
	width: 700px;
	}

.w710
	{
	width: 710px;
	}

.w720
	{
	width: 720px;
	}

.w730
	{
	width: 730px;
	}

.w740
	{
	width: 740px;
	}

.w750
	{
	width: 750px;
	}

.w760
	{
	width: 760px;
	}

.w770
	{
	width: 770px;
	}

.w780
	{
	width: 780px;
	}

.w790
	{
	width: 790px;
	}

.w800
	{
	width: 800px;
	}

.w810
	{
	width: 810px;
	}

.w820
	{
	width: 820px;
	}

.w830
	{
	width: 830px;
	}

.w840
	{
	width: 840px;
	}

.w850
	{
	width: 850px;
	}

.w860
	{
	width: 860px;
	}