@charset "utf-8";

/*--------------------style reset--------------------*/

* { margin: 0; padding: 0; }
img { border: none; }
hr { display: none; }


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*------------------End style reset------------------*/

body {
	font-family: Helvetica, san-serif, Arial, Verdana;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	text-align: center;
	background: #006600;
}

/*----------------------wrapper----------------------*/

#wrapper {
	width: 790px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

/*---------------------container---------------------*/

#container {
	width: 750px;
	margin: 0px 20px;
}

/*----------------------header-----------------------*/

#header { padding-top:10px; }
h1 {
	width: 750px;
	height: 100px;
	font-size: 1em;
	line-height: 1em;
	background: url(../images/header_common.jpg) no-repeat top left;
	text-indent: -9999px;
}
h1#headertop { background: url(../images/header_top.jpg) no-repeat top left; }

/*---------------------sidemenu----------------------*/

#sidemenu {
	float: left;
	width: 210px;
	margin: 20px 30px 30px 0px;
}

#sidemenu ul {
	font-size: 1.1em;
	list-style: none;
}
#sidemenu ul li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom: 3px solid #fff;
}
#sidemenu li a, #sidemenu li a:link, #sidemenu li a:visited, #sidemenu li a:active {
	padding: 7px 0px 8px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #006600;
}
#sidemenu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #008800;
}

/*---------------------contents---------------------*/

#contents {
	float: right;
	width: 510px;
	margin: 10px 0px 50px 0px;
}

/*-------------------sidecontents-------------------*/

#sidecontents {
	float: right;
	width: 280px;
	margin: 20px 0px 10px 0px;
}

/*----------------------right------------------------*/

#updateinfo {
	padding: 10px;
	font-size: 0.85em;
	background: #f3f3f3;
}

#sidebox {
	margin-top: 10px;
	padding: 10px;
	font-size: 0.85em;
	background: #fff2ff url(../images/maiko.gif) no-repeat bottom right;
}

/*-----------------------links-----------------------*/

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a.under:link {
	text-decoration: underline;
}
a.under:visited {
	text-decoration: underline;
}
a.under:hover {
	text-decoration: none;
}

/*--------------------font-style---------------------*/

#contents h2 {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #006600;
}
#contents h3 {
	margin: 30px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.1em;
	line-height: 1em;
	color: #111;
	font-weight: bold;
}
#contents h3.top {
	margin-top:10px;
}
#contents h3.plan {
	margin:0 0 0 0.5em;
	color:#006600;
}

#contents h4 {
	margin: 10px 0px 10px 1em;
	padding: 3px 0px 3px 0px;
	font-size: 1em;
	line-height: 1em;
	color: #111;
	font-weight: bold;
}
#contents h5 {
	margin: 0px 0px 5px 1em;
	padding: 0 0px 3px 0px;
	font-size: 1em;
	line-height: 1em;
	color: #006600;
	font-weight: bold;
}

#contents p { padding: 0px 0 1em 1em; }
#contents p.right { text-align: right; }
#contents p.indent1 { text-indent: 1em; }
#contents p.font-1 { font-size: 0.9em; }
#contents .padding0 { padding:0px 1em 0 1em; }

.red { color:#f00; }
.red2 { color:#900; }
.green { color:#728D47; }


sup {
	font-size:0.9em;
	vertical-align:text-top;
}
#contents p.bottom0 {
	padding-bottom:0;
}

/*------------------------list style------------------------*/

#contents ul, #contents li {
	font-size: 1em;
	list-style-type: disc;
}
#contents ul {
	margin: 0.5em 0px 1em 2.5em;
	line-height: 2em;
	font-weight: bold;
	list-style-position: outside;
}
#contents li {
	padding-left: 0px;
	line-height: 1.6em;
	font-weight: normal;
}
#contents ul.decimal, #contents ul.decimal li {
	list-style:decimal;
}
#contents ul.decimal {
	margin-top:0;
	margin-bottom:1em;
}

#contents ul.none  {
	margin-left:1em;
}
#contents ul.none li {
	list-style:none;
}

#contents ul.committe  {
	margin-left:1.5em;
}
#contents ul.committe li {
	list-style:none;
	width:15em;
	float:left;
	display:block;
}
#contents ul.committe2  {
	margin-left:1.5em;
}
#contents ul.committe2 li {
	list-style:none;
}

/*---------------------------dl dt dd---------------------------*/

dl {
	padding: 0px 0 0 1em;
	font-weight: normal;
	line-height:1.6em;
}

dt {
	width: 55px;
	font-weight: normal;
	line-height:1.6em;
	margin:1px 0;
}

dd {
	margin-top: -1.6em ;
	margin-bottom:1px;
	margin-left: 55px;
	font-weight: normal;
	line-height:1.6em;
}

.regi dt {
	width:9em;
	font-weight:bold;
}
.regi dd {
	margin-left:10em;
}
.contribution dt {
	width:8em;
	font-weight:bold;
}
.contribution dd {
	margin-left:8em;
}
.contribution dt.long {
	width:auto;
	font-weight:bold;
}
.contribution dd.long {
	margin-left:1em;
	margin-top:0;
}

.number dt {
	width:1.5em;
}
.number dd {
	margin-left:1.5em;
}



/*--------------------------table--------------------------*/

#contents table {
	margin: 5px 0px 15px 1em;
	background: #fff;
}
#contents table.showline { background: #659931; }
#contents tr {
	background: #ffffff;
}
#contents th {
	padding: 2px 5px;
	color: #000000;
	font-weight: normal;
	background: #e4f3ce;
	text-align: center;
}
#contents td {
	padding: 2px 5px;
	color: #000;
	text-align: left;
}
#contents td.center { text-align: center; }
#contents th.center { text-align: center; }


/*--------------------------guidance--------------------------*/

#guidance {
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	border:solid 1px #659931;
	font-size:0.9em;
}
#guidance dd {
	margin-left:1.5em;
}



/*----------------------footer-----------------------*/

#footer {
	clear: both;
}
