@charset "utf-8";
* {
	font-size: small;
	margin: 0;
	padding: 0;
	color: #666;
	font: small/1.25em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.25em;
	border: none;
}
body {
	text-align:justify;
	text-justify: inter-ideograph;
}
a {
	/*\*/
	overflow: hidden;
	/**/
	color: #36c;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.mg-bottom10 {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------CLEARFIX*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#container {
	width: 762px;
}
/*--------------------------------------------------------------------Gナビ*/
#container #gnavi {
	background: url(../../../common/images/header_bottom.gif) no-repeat bottom;
	height: 39px;
	list-style: none;
	margin: 0 0 20px 0;
}
#container #gnavi li {
	float: left;
}
#container #gnavi li a {
	height: 23px;
	width: 127px;
	display: block;
	text-indent: -10000px;
	background: url(../../../common/images/gnavi.gif) no-repeat;
}
#container #gnavi #navi1 a {
	background-position: 0px 0px;
}
#container #gnavi #navi2 a {
	background-position: -127px 0px;
}
#container #gnavi #navi3 a {
	background-position: -254px 0px;
}
#container #gnavi #navi4 a {
	background-position: -381px 0px;
}
#container #gnavi #navi5 a {
	background-position: -508px 0px;
}
#container #gnavi #navi6 a {
	background-position: -635px 0px;
}
#container #gnavi #navi1 a:hover, #container #gnavi #navi1 a.on {
	background-position: 0px bottom;
}
#container #gnavi #navi2 a:hover, #container #gnavi #navi2 a.on {
	background-position: -127px bottom;
}
#container #gnavi #navi3 a:hover, #container #gnavi #navi3 a.on {
	background-position: -254px bottom;
}
#container #gnavi #navi4 a:hover, #container #gnavi #navi4 a.on {
	background-position: -381px bottom;
}
#container #gnavi #navi5 a:hover, #container #gnavi #navi5 a.on {
	background-position: -508px bottom;
}
#container #gnavi #navi6 a:hover, #container #gnavi #navi6 a.on {
	background-position: -635px bottom;
}
/*--------------------------------------------------------------------Gナビ*/

#container h2 {
	margin: 0 0 20px 0;
}
#container .fulltxt {
	float: right;
}
#container .fulltxt a {
	background: url(../../../common/images/fulltext.gif) no-repeat 0px 0px;
	height: 15px;
	width: 80px;
	text-indent: -10000px;
	display: block;
}
#container .fulltxt a:hover {
	background-position: 0px bottom;
}
#container .goback a {
	background: url(../../../common/images/pageback.gif) no-repeat 0px 0px;
	height: 15px;
	width: 114px;
	clear: both;
	float: left;
	text-indent: -10000px;
	display: block;
}
#container .goback a:hover, #container .gotop a:hover {
	background-position: 0px bottom;
}
#container .gotop a {
	background: url(../../../common/images/pagetop.gif) no-repeat 0px 0px;
	height: 15px;
	width: 122px;
	float: right;
	text-indent: -10000px;
	display: block;
	margin: 0 0 20px 0;
}
#container #footer {
	background: #C30;
	height: 20px;
	clear: both;
}
/*--------------------------------------------------------------------バックナンバー*/
#backNumber {
	background: #eee;
	float: right;
	width: 150px;
	padding: 0 5px;
	background: #EEE;
}
#backNumber a {
	line-height: 1em;
	font-weight: normal;
	font-size: xx-small;
}
#backNumber dt {
	margin: 0;
	padding: 10px 0 0 0;
}
#backNumber dd {
	font-size: xx-small;
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
	margin: 0;
}
/*--------------------------------------------------------------------バックナンバー*/
#container #categoryTop {
	background: #F60;
	margin: 0 10px 20px;
}
#container #contentsLeft {
	float: left;
	width: 560px;
	margin: 0 0 20px 10px;
	line-height: 1.5em;
}
#container #contentsLeft p,ol,ul,address {
	line-height: 1.5em;
	margin: 0 0 15px 20px;
}
#container #contentsLeft .mg-bottom35 {
	margin-bottom: 35px;
}
#container #contentsLeft ul li {
	margin: 0 0 0 25px;
	line-height: 1.5em;
	list-style: none;
}
#container #contentsLeft ol li {
	margin: 0 0 0 25px;
	line-height: 1.5em;
}
#container #contentsLeft h4 {
	margin: 0 0 10px 10px;
	font-weight: bold;
}

#container h3 {
	padding-left: 8px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#container .dreport h3 {
	border-bottom: 1px solid #039B33;
	border-left: 10px solid #039B33;
}
#container .dreport table {
	width: 50%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
	clear: both;
}
#container .dreport th {
	background: #666;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#container .dreport td,th {
	padding: 5px;
	border: #CCC 1px solid;
	text-align: center;
}
#container .oreport h3 {
	border-bottom: 1px solid #FF0033;
	border-left: 10px solid #FF0033;
}
#container .info h3 {
	border-bottom: 1px solid #0269c6;
	border-left: 10px solid #0269c6;
}
#container .info table {
	width: 90%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
	clear: both;
}
#container .info th {
	background: #666;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#container .info td,th {
	padding: 5px;
	border: #CCC 1px solid;
}
#container .info dl {
	margin-left: 20px;
}
#container .info dt {
	float: left;
	width: 65px;
}
#container .info dd {
	margin-left: 65px;
}
#container .info .mg-bottom15 {
	margin-bottom: 15px;
}
#container .topicBox {
	padding: 0 27px;
	margin: 0 0 1em 0;
}
#container #contents .topicBox h4,#container #contentsLeft .topicBox h4 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
}

#container .topicBox p.summary {
	padding: 10px 15px;
	line-height: 1.25em;
}

