@charset "shift_jis";
/*
===== CONTENTS ==============================
    1: universal reset
    2: body and base setting
        : general params
        : acronyms and abbreviations styles
    3: link setting
=============================================
*/
/*
===== 1: universal reset =====
*/
*{
    margin:0;
    padding:0;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	font-size:1em;
	padding: 0;/* margin&padding reset */
	line-height: 160%;/* base line height */
	/* [disabled]text-align: left; */
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show;}
hr {}
img { border: none; }/* img do not want a border */
li {}/* link do not want a dot */
/* acronyms and abbreviations styles
-------------------------------------*/
acronym,abbr{}
/*
===== 3: link setting =====

a:link{
    color:#0089B6;
    text-decoration:none;
}
a:visited{
    color:#005B79;
    text-decoration:none;
}
a:hover{
    color:#0089B6;
    text-decoration:underline;
}
a:active{
    color:#0089B6;
    text-decoration:underline;
}*/
/*
===== clear setting =====
*/
#contents-container #contents #index-main:after,
#wrapper:after,
.imgbox-wrapper:after,
.text-wrapper:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*	clearfix for this files selectior
------------------------------------------ */
#contents-container #contents #index-main:after,
#wrapper:after,
.imgbox-wrapper:after,
.text-wrapper:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents-container #contents #index-main,
#wrapper,
.imgbox-wrapper,
.text-wrapper,
.clearfix {
	zoom: 1;
	display: block;	/* for safari firefox3 */
	min-height: 1%;  /* for IE 7*/
}

/* IE7 hacks */ 
*:first-child+html #contents-container #contents #index-main,
#wrapper,
*:first-child+html .imgbox-wrapper,
*:first-child+html .clearfix {
	display: inline-table;
}/* end hacks */


/*
===== content setting =====
*/

@charset "shift_jis";


/*	contents-container
------------------------------------------ */
#topic-path {
	margin: 0 0 0px 0;
	padding: 3px 5px;
	background-color: #f3f3f3;
}
#topic-path p {
	margin: 0;
}
#contents-container {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
#contents-container #contents #index-main {
	width: 980px;
	margin: 0 auto;
}
#index-main #side-content-01 {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#index-main #side-content-02 {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#index-main #main-content {
	float: left;
	width: 580px;
}
p.text {
	text-indent:1em;
	clear: both;
}
#wrapper {
	width: 980px;
	clear: both;
}

#wrapper .heading-01 {
    clear: both;
    height: 1%;
    background: url(/nu/fukushima-np/review/images/decontam_h01.gif) no-repeat 0 0;
    font-size: 170%;
    font-weight: bold;
    color: #000000;
}
#wrapper .heading-01 span {
    display: block;
    height: 1%;
    padding: 15px 18px;
    background: url(/nu/fukushima-np/review/images/calendar_h02.gif) no-repeat 0 100%;
}

#main {
	float: left;
	margin-top: 20px;
	margin-left: 0;
	width: 720px;
}
#aside {
	margin:20px 0 0!important;
	float: right;
	width: 220px;
}
*html #aside{
margin-left: 0;
}
.heading-05 {
	font-size: 110%;
}

/* index */
.index-left {
	width: 49%;
	float: left;
}
.index-right {
	width:49%;
	float: right;
}
.index p.text-right {
	text-align:right;
	margin-bottom:1em;
}
.index p.link-01 {
	margin-bottom:7px;
	margin-left:20px;
	background:none;
}
.index p.link-02 {
	margin-bottom:5px;
	margin-left:15px;
	line-height:1.2;
	background:none;
	padding-left:0;
	text-indent:0;
}
.index p.sub {
	margin-bottom:10px;
	margin-left:30px;
	line-height:1.2;
	font-size: 90%;
	text-indent:0;
}
.index h3 {
	margin-left:5px;
}
.index-photo {
	text-align:center;
	margin-top:20px;
}

/* review */
.review1 table {
	width:640px;
	margin: 0 auto 1em;
}
.review1 table th, .review1 table td {
	text-align:center;

}
p.caption {
	text-align:center;
	font-size: 90%;
	margin-bottom:2em;
}
p.table-caption {
	text-align:center;
	font-size: 90%;
	margin-top:2em;
}
.img-box {
	clear: both;
	text-align:center;
	margin-top:1em;
	margin-bottom:0;
	text-indent:0;
}
.imgbox-wrapper {
	clear:both;
	width:640px;
	margin: 20px auto 0;
}
.imgbox-01 {
	float:left;
	width:290px;
	margin-right: 30px;
	text-align:center;
}
.imgbox-02 {
	float:right;
	width:290px;
	text-align:center;
}
.imgbox-03 {
	float:right;
	width:320px;
	text-align:center;
}
.imgbox-04 {
	float:right;
	width:180px;
	text-align:center;
}
.imgbox-04 p.caption {
	margin-bottom:10px;
}
.text-wrapper {
	margin-bottom:20px;
}
.text-left1 {
	width:380px;
	float:left;
}
.text-left2 {
	width:520px;
	float:left;
}
span.unit {
	font-size: 80%;
	vertical-align: top;
}
span.movie {
	background:#eeeeee url(/nu/fukushima-np/review/images/icon_play.gif) no-repeat 2px center;
	color:#666666;
	padding:2px 2px 2px 22px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


/* menu */
#index-main .menu-box-01 {
	clear: both;
	margin-bottom: 20px;
	padding: 3px;
	border: solid 1px #cccccc;
}
#index-main .menu-box-01 dd ul {
	overflow: hidden;
	margin-top: -1px;
	background: #f3f3f3;
}
#index-main .menu-box-01 dd li {
	background: #f3f3f3 url(/index_files/images/index_bg01.gif) repeat-x 0 0;
}
#index-main .menu-box-01 dd li a {
	display: block;
	padding: 7px 0 7px 17px;
	background: url(/index_files/images/index_ic01.gif) no-repeat 8px 0.9em;
	text-decoration: none;
}
* html #index-main .menu-box-01 dd li a {
	zoom: 1;
}
#index-main .menu-box-01 dd li a:hover {
	text-decoration: underline;
}
#index-main .menu-box-01 dd li a img {
    margin: 0 0 3px 5px;
    vertical-align: bottom;
}
#index-main .menu-box-01 dd li.label {
	background: #ffffff;
	background-image:none;
}
#index-main .menu-box-01 dd li.label a {
	display: block;
	padding: 0;
	background: none;
	text-decoration: none;
	margin-bottom: -1px;
}
#index-main .menu-box-01 dd li.label a img {
    margin: 0;
}
#index-main .menu-box-01 dd li.active {
	background-color: #ffffff;
}

/* words */
a.words:link, a.words:visited {
	text-decoration: underline !important;
}
a.words:hover, a.words:active {
	background: #ffffcc;
}
div.words h3 {
	border-bottom:1px solid #dddddd;
	margin-bottom:5px;
}
div.words .box {
	clear: both;
	padding-top:10px;
	padding-bottom: 20px;
}
div.words .link-04 {
	margin-bottom:0px;
}
div.words .active h3 {
	background-color: #ffffcc;
}
/* footer navi */
.linear-nav-01 ul li.home {
	padding: 0 10px 0 10px;
	border-left: solid 1px #999999;
}


rp, rt {
    font-size: 70%;
    line-height: 1em;
	 font-weight:normal;
}