﻿/*- header ------------------------------*/
h1.MenuTitle {
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size:150%;
	font-weight:bold;
	letter-spacing:0em;
	margin:0;
	padding:15px 10px 13px 8px;
}
h3.h3green {
	border-left:5px solid #33CC99;
	margin-top:0.8em;
	padding-left:5px;
}
h4.h4green {
	border-left:10px solid #33CC99;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #33CC99;
}
/*- リスト全体の余白を調整
(http://www.tagindex.com/stylesheet/list/margin_padding.html)-----------------------*/
ul,ol {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}

/*- ブラウザ間の差異を無くすリスト
(http://coliss.com/articles/build-websites/operation/css/866.html)-----------------------*/
/*
#ContentPane ul,ol {
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	overflow:hidden;
	left: -3em;
}
#ContentPane li {
	margin-top:0.25em;
	margin-bottom:0.25em;
}
#ContentPane ul ul, ul ol, ol ol, ol ul {
	margin-left:1em;
	padding-left:0;
}
#ContentPane ul li, ol li {
	margin-left:5em;
}
#ContentPane li li{
	margin-left:1em;
}
*/
/*- ul/inklist--------------------------- */
ul.linklist01 { /*縦に並べるリンクリストに使用*/
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 130%;
	text-align: left;
	list-style-type: none;
}
ul.linklist01 li,ul.linklist01 dt {
	background:#F8F8FF url(../../../secure/485400/topic.gif) no-repeat;
	display:block;
	padding:3px 2px 1px 20px;
	border-bottom:1px dotted #CCC;
	list-style-type: none;
}
ul.circle li {
	background:none;
	list-style-type:disc;
}

/*.linklist01 dd {
	border-bottom:1px dotted #CCC;
}*/
.linklist02 { /*「拉致問題の動き/目次」に使用*/
	margin: 0px auto 30px; 
	padding: 0px 0px 10px 10px; 
	border-bottom:1px solid #006;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
}
.linklist02 li {
	display:inline;
	list-style-type:none;
	float: left;
	width: 6em;
	margin-left: 5px;
	padding:0;
}
.linklist02 li a{
	background:  url(../../../secure/485400/topic.gif) no-repeat scroll 0px -2px;
	padding-left: 15px;
}
.linklist02 li a:hover{
	color: #FF0000;
	background:  url(../../../secure/485400/topic.gif) no-repeat scroll 2px -2px;
}
.linklist03 { /*「県の取組」に使用*/
	margin:0 0 10px !important;
	padding:0;
	list-style-type: none;
}
.linklist03 li {
	display:inline;
	margin:0;
	padding:0;
}
.linklist03 li p {
	margin:6px 8px 0 25px;
	padding:0 8px;
}
.linklist03 li a {
	background:#E6E6E6 url(../../../secure/485400/arw_link1.gif) no-repeat scroll 0px 0.6em;
	border-bottom:1px dotted #666666;
	color:#0000FF;
	display:block;
	font-size:medium;
	font-weight:bold;
	margin:0 8px 0 10px;
	padding:8px 0 8px 40px;
}
.linklist03 li a:hover {
	background:#CCCCCC url(../../../secure/485400/arw_link1.gif) no-repeat scroll 9px 0.6em;
}
.linklist03 li ul {
	margin:0.5em 0;
	padding:0;
	width:100%;
	list-style-type: none;
}
.linklist03 li ul li {
	display:inline;
	margin:0 0 0.8em;
	padding:0;
	float: left;
	width: 10.5em;
}
.linklist03 li ul li a {
	background:transparent url(../../../secure/485400/arw_link2.gif) no-repeat scroll 0.3em;
	border-bottom-style:none;
	display:block;
	font-weight:normal;
	margin:0 8px 0 22px;
	padding:0 0 0 16px;
	font-size: 90%;
}
.linklist03 li ul li a:hover {
	background:#CCCCCC url(../../../secure/485400/arw_link2.gif) no-repeat scroll 0.4em;
}
/*- dl/person-------------------------------*/
.person {
	margin:0px 0px 0px 2em;
}
.person dt {/*氏名*/
	background:  url(../../../secure/485400/mini_circle_blk1.png) no-repeat 3px;
	font-weight:700;
	margin-top:10px;
	padding-left:16px;
}
.person dd {/*人物の説明(経歴など)*/
	background:  url(../../../secure/485400/mini_circle_blk2.png) no-repeat scroll 0.3px 15%;
	font-size:0.9em;
	line-height:110%;
	margin-left:1em;
	margin-top:3px;
	padding-left:18px;
}
/*- nowrap----------------------- */
.nowrap {
	white-space: nowrap;
}
/*- em--------------------------- */
.blk {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.rd {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
/*- to top--------------------------- */
.totop {
	color:#003399;
	margin: 2px 0 5px 0;
	padding-top:5px;
	font-size:small;
	text-align: right;
}
/*- float--------------------------- */
.floatr {
	float: right;
	padding-left: 5px;
}
.floatl {
	float: left;
}
.float_clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*- Table--------------------------- */
.tbl {
	border:1px solid #666;
	border-collapse:collapse;
	font-size:0.9em;
}
.tbl th {
	border-bottom:3px double;
	font-weight:700;
	line-height:120%;
	padding:5px;
	white-space:nowrap;
}
.tbl th,.tbl td	{
	border-color:#666;
	border-style:solid;
	border-width:0 0 1px 1px;
}
.tbl td	{
	text-align:left;
	padding:3px
}
.tbl td p {
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}
.tbl td p.notes {
	text-indent: -1em;
	margin-left: 1.5em;
	line-height: 130%;
}
caption {
	text-align: left;
	font-weight: bold;
}
/*- notes--------------------------- */
.notes {
	text-indent: -1em;
	margin-left: 2em;
	font-size: 0.9em;
	line-height: 110%;
}
/*.notes:first-letter {
}*/
/*- image --------------------------- */
.image {
	background-position: 0px;
	margin: 0px;
	padding: 0px;
}
.image img {
  border: 1px solid #666666;
}
.image dl {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.image dt {
	margin: 0px;
	padding: 0px;
}
.image dd {
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
/*- gallery --------------------------- */
.gallery {
	margin: 0 auto 1em;/*全体をセンタリング*/
	background-color: #ffffff;
}
.gallery img {
	border: 1px solid #666666;
}
.gallery dl {
	float: left;
	padding: 0;
	margin: 0px 5px 1px 0px;
}
.gallery dt {
	margin: 0;
	padding: 0 0.5em;
	font-weight: bold;
	text-align: left;
}
.gallery dd {
	margin: 0;
	padding: 0;
	text-align: center;
}
/*- brue ribon ---------*/
#brueribon * {
	margin: 0px;
	padding: 0px;
}
#brueribon {
	border-bottom:3px outset #006;
	border-left:1px outset #006;
	border-right:3px outset #006;
	border-top:1px outset #006;
	font-weight:700;
	margin:0 auto 1em;
	text-align:left;
	width:100%;
	font-size: 110%;
}
#brueribon div.left {
	width: 75px;
	float: left;
	display: inline;
}
#brueribon div.left img {
	text-align: center;
	padding: 10px;
}
#brueribon div.right {
	margin-left: 75px;
}
#brueribon div.right ul {
	padding: 10px;
}
#brueribon div.right li {
	background:   url(../../../secure/485400/mini_circle.png) no-repeat 0px 4px;
	list-style: none;
	padding-left: 15px;
}
#brueribon em {
	color: #0000FE;
	font-size: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	font-style: normal;
}
/*- brue ribon ---------*/
/*#brueribon {
	border-top: 1px outset #000066;
	border-right: 3px outset #000066;
	border-bottom: 3px outset #000066;
	border-left: 1px outset #000066;
	background-color: #FFFFCC;
	overflow: hidden;
	width: 545px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
#brueribon h1 {
	margin-left: 2em;
	margin-bottom: 0px;
	font-size: 170%;
	margin-top: 0px;
	padding-top: 10px;
	color: #0000FF;
	font-weight: bolder;
}
#brueribon p {
	margin: 3px;
	padding: 3px;
}
#brueribon .h1sub {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-left: 1em;
	padding-right: 1em;
	font-style: italic;
	font-weight: bolder;
}
#brueribon div {
	float:left;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}
#brueribon div.left {
	width: 55px;
	margin-right: auto;
	margin-left: auto;
}
#brueribon div.right {
	width: 455px;
}
#brueribon div.right ul {
	margin: 0px;
	padding: 0px;
}
#brueribon div.right li {
	background-attachment: scroll;
	background-image: url(../../../secure/485400/mini_circle.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding-left: 20px;
	margin-top: 10px;
	list-style-type: none !important; 
}
#brueribon em {
	color: #0000FE;
	font-size: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	font-style: normal;
}*/
/*- LightBox -------*/
div.lb img {
	background:#FFFFFF none repeat scroll 0 0;
	margin-top:4em;
	padding:2em;
}
div.lb {
	background:transparent url(image/screen.png) repeat scroll;
	bottom:0;
	display:none;
	height:100%;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:100%;
}
div.lb:target {
	display:block;
}
/*- MENU ----------*/
.BrowserLMenu_torinet_default3 div.waku {
	text-indent: -2em;
	padding-left: 2em;
	padding-top: 0px;
}
.BrowserLMenu_torinet_default3 div.waku a {
	white-space: nowrap;
	font-size: 90%;
}
/*- pankuzu -----------*/
/*
.BrowserBreadCrumbs_Pref01 {
	text-indent: -6em;
	margin-left: 6em;
}
.BrowserBreadCrumbs_Pref01 a {
	white-space: nowrap;
}
*/
/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{
	width:175px;
	padding-right:10px;
}
#ContentPane
{
	width:555px;

}
#RightPane
{
	width:0;

}
#FooterPane
{

}
