/* Clear default ----------------------------- */

/* Common ------------------------------------ */
* {
	box-sizing: border-box;
}

body.Base {
	margin: 0;
	background-color: #F4F7FE;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: small;
}

div.Common {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #F4F7FE;
	color: #000000;
	min-height: 480px;
}
div.Path {
	margin: 0 15px;
	padding: 5px 0;
	background-color: #ffffff;
	font-size: smaller;
}
div.Contents {
	margin: 10px 15px;
	background-color: #ffffff;
}

.Common h1 {
	font-size: 144%;
	font-weight: bold;
	color: #ffffff;
	background-color:#203864;
	margin: 0.5em 0 0.1em 0;
	padding: 0.2em 0 0.1em 0.5em;
}
.Common h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-color:#ffffff;
	margin: 0 0 0.1em 0.5em;
	padding: 0.2em 0 0.1em 0.5em;
}
.Common h3 {
	font-weight: bold;
	color: #000000;
	background-color:#ffffff;
	margin: 0 0 0.1em 0.75em;
	padding: 0.2em 0 0.1em 0.5em;
}
.Common p {
	margin: 0em 2.0em 1.0em 2.0em;
	line-height: 1.5em;
	text-indent: 0;
}
.Common p.Cont {
	margin: 0em 2.0em 0em 2.0em;
	line-height: 1.5em;
	text-indent: 0;
}
.Common ul {
	list-style-type: circle;
	margin: 0em 1em 1em 1em;
	padding: 0em 0em 0em 2em;
}
.Common ul ul {
	list-style-type: disc;
	margin: 0em 1em 0em 1em;
}
.Common ol {
	margin: 0em 1em 1em 1em;
	padding: 0em 0em 0em 2em;
}
.Common li{
	margin-bottom: 0.2em;
}

.Common table {
	margin-left: 2em;
	border-collapse: collapse;
}
.Common th {
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
.Common td {
	border-style: solid;
	border-width: 1px;
}
table.HLeft th {
	text-align: left;
}
table.HCenter th {
	text-align: center;
}
table.DRight td {
	text-align: right;
}
table.DCenter td {
	text-align: center;
}
table.HDTop th,  table.HDTop td {
	vertical-align: top;
}
table.HDMiddle th,  table.HDMiddle td {
	vertical-align: middle;
}
table.CTable, table.CTable tr, table.CTable th, table.CTable td {
	border-collapse: collapse;
	border-style: none;
}
table.BTable, table.BTable tr{
	border-collapse: collapse;
	border-style: none;
}
table.BTable th, table.BTable td {
	border-collapse: collapse;
	border:1px solid #808080;
}
table.PaddedTable td, table.PaddedTable th {
	padding: 0.2em 0.5em 0.2em 0.5em;
}
table.Newsclip td {
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-collapse: collapse;
	border:1px solid #808080;
}
table.Newsclip td.Spc {
	border-collapse: collapse;
	border-style: none;
}

a.SilentLink {
	color: inherit;
	text-decoration: none;
}
a.SilentLink :link {
	color: inherit;
	text-decoration: none;
}
a.SilentLink :visited {
	color: inherit;
	text-decoration: none;
}
a.SilentLink :active {
	color: inherit;
	text-decoration: none;
}
a.SilentLink :hover {
	color: inherit;
	text-decoration: none;
}

/* Header ------------------------------------ */
div.Header {
	padding: 15px;
	position: relative;
	color: #fff;
	background-color: #203864;
	font-weight: bold;
}

/* Menu -------------------------------------- */
div.MenuBlock {
	padding: 0;
	position: relative;
	font-size:120%;
	line-height:110%;
	background-color: #5B9BD5;}
div.MenuBlock table {
	border-collapse: collapse;
}
td.MenuItem, td.MenuItemC, td.MenuItemX {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #000000;
}
td.MenuItem {
	color: #ffffff;
	background-color: #5B9BD5;
}
td.MenuItemC {
	color: #ffffff;
	background-color: #203864;
}
td.MenuItemX {
	color: #cccccc;
	background-color: #5B9BD5;
}
td.MenuItem a, td.MenuItemC a, td.MenuItemX a {
	display: inline-block;
	margin:0;
	padding: 10px 0;
	width: 100%;
	height:100%;
	text-decoration: none;
}
td.MenuItem a:link, td.MenuItem a:visited, td.MenuItem a:active td.MenuItem a:hover {
	color: #ffffff;
}
td.MenuItemC a:link, td.MenuItemC a:visited, td.MenuItemC a:active td.MenuItemC a:hover {
	color: #ffffff;
}
td.MenuItemX a:link, td.MenuItemX a:visited, td.MenuItemX a:active td.MenuItemX a:hover {
	color: #cccccc;
}
td.MenuItem:hover {
	background-color: #777777;
}
td.MenuItemC:hover {
	background-color: #777777;
}
td.MenuItemX:hover {
	background-color: #5B9BD5;
}


/* Short Message ----------------------------- */
div.ShortMsg {
	position: relative;
	background-image: linear-gradient(to left, transparent 66%, #ffffff 100%), url(images/fukushima-_Onahama_Pacific_saury_landing-s.jpg);
	background-size: 240px 159px;
	background-position: top right;
	background-repeat: no-repeat;
}


/* What's New -------------------------------- */
table.WNTab {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #203864;
}
table.WNTab tr {
	border-collapse: collapse;
	border-style: none;
}
td.WNTab, td.WNTabC {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
td.WNTab {
	color: #000000;
	background-color: #ffffff;
	border:1px solid #203864;
}
td.WNTabC {
	color: #ffffff;
	background-color: #203864;
	border:1px solid #203864;
}

table.WNCont {
	width: 100%;
	margin: 0;
	min-height: 240px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #203864;
}
table.WNCont tr {
	border-collapse: collapse;
	border-style: none;
}
table.WNCont th, table.WNCont td {
	padding: 0.5em 0.5em;
	border-collapse: collapse;
	border-style: none;
}


/* Footer ------------------------------------ */
div.Footer {
	color: #ffffff;
	background-color: #203864;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	padding: 0.5em 2em;
}


/* Special Style ----------------------------- */
em {
	color: red;
	font-weight: bold;
	font-style: normal;
}
strong {
	color: red;
}
img {
	border: 0 none #fff;
}
.Weight {
	font-weight: bold;
}
.Distinct {
	font-style: italic;
}
.Cont {
	margin-bottom: 0;
}
.HCont {
	margin-bottom: 0.5em;
}
.Justify {
	text-align: justify;
}
.New {
	font-weight: bold;
	color: #ffffff;
	background-color: red;
}
.NewTag {
	font-weight: bold;
	color: #ffffff;
	background-color: #ffffff;
}
.TBD {
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #aaaaaa;
}

.InfoCat {
	display: inline-block;
	width: 8em;
	padding: 3px 0 2px 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.InfoCatNull {
	display: inline-block;
	width: 0;
	padding: 3px 0 2px 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.IC_PubOffer {
	color: #00cccc;
	background-color: #ffffff;
	border: 1px solid #00cccc;
}
.IC_Adopt {
	color: #cc00cc;
	background-color: #ffffff;
	border: 1px solid #cc00cc;
}
.IC_Other {
	color: #cccc00;
	background-color: #ffffff;
	border: 1px solid #cccc00;
}
.IC_None {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.InfoState {
	display: inline-block;
	width: 6em;
	padding: 2px 0 2px 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.InfoStateNull {
	display: inline-block;
	width: 0;
	padding: 2px 0 2px 0;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.IS_Open {
	color: #ffffff;
	background-color: #00cccc;
	border: 1px solid #00cccc;
}
.IS_Closed {
	color: #ffffff;
	background-color: #777777;
	border: 1px solid #777777;
}
.IS_None {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

