﻿@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* keyframes */
/* hover */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}
a { outline: none; }
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font: 13px/1.231;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

body {
	background-image: url(../images/body_bg_01.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size:100% auto;
}
body #ntv_topics_box{
margin: 0px;
}
/* 全体の背景指定 */
#wrapperCover_04 {
	background-image: url(../images/wrapper_bg_04.png);
	background-repeat: repeat;
	background-position: center top;
	min-width:1000px
}
#wrapperCover_05 {
	background-image: url(../images/wrapper_bg_05.png);
	background-repeat: repeat;
	background-position: center top;
 	 animation: noise_anima 1s steps(10) infinite;
  	-webkit-animation: noise_anima 1s steps(10) infinite;
  }
@keyframes noise_anima {
  from { background-position: 0 0; }
  to { background-position: 123px 456px; }
}
@-webkit-keyframes noise_anima {
  from { background-position: 0 0; }
  to { background-position: 123px 456px; }
}
#wrapperCover_03 {
	background-image: url(../images/top/wrapper_bg_07.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapperCover_02 {
	background-image: url(../images/wrapper_bg_03.png);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	background-image: url(../images/top/wrapper_bg_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}
/* #main */
#main {
	width: 675px;
	padding-bottom: 35px;
}
/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}
#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* #header */
#topad { padding-bottom:5px; }


body #wrapper #header a:hover {
	text-decoration: none;
	-webkit-filter: blur(4px);
    filter: blur(4px);
	-moz-opacity:0.8;
	opacity:0.8;
	zoom:1;
}
#wrapper #article a:hover {
	text-decoration: none;
	-webkit-filter: blur(4px);
    filter: blur(4px);
	-moz-opacity:0.8;
	opacity:0.8;
	zoom:1;
}
/* .is2nd */
.is2nd #wrapper {
	background-image: url(../images/is2nd_wrapper_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.is2nd #wrapperCover_03 {
	background-image: url(../images/is2nd_wrapper_bg_02.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.is2nd #contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.is2nd #header{
	height: 310px;
	margin-bottom:30px;
}
.is2nd #header h1 {
	padding-top:30px;
}
.is2nd #header h1 a{
	width: 666px;
	height: 84px;
	background-image: url(../images/is2nd_header_logo_01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.is2nd #header .txt_01{
	padding-top:10px;
	width: 529px;
	height: 80px;
	background-image: url(../images/is2nd_header_txt_01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-left:10px;
}
.is2nd #header .txt_02{
	padding-top:10px;
	width: 563px;
	height: 60px;
	background-image: url(../images/is2nd_header_txt_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-left:10px;
}
.is2nd #header #nav {
	height: 130px;
	width: 675px;
	position: relative;
	text-align: center;
	padding-top:5px;
}
.is2nd #header #nav ul li {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	padding:8px 20px;
	height: 41px;
	font-size: 0px;
	line-height: 0px;
}

.is2nd #nav ul li a,
.is2nd #nav ul li span {
	text-decoration: none;
	font-size: 0px;
}
.is2nd #nav ul li span {
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.3;
	opacity:0.3;
}


/* テキスト指定 */
#article {
	font: 13px/1.6em "游ゴシック", "YuGothic", "メイリオ", Meiryo, 'Lucida Grande', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}
#article {
	font-size: 120%;
	line-height: 1.5;
}
#article h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 10px;
}
#article h3 {
	font-weight: bold;
	font-size: 100%;
}
#article p {
}

#main  p.innerlink-head{
	display: block;
	height: 90px;
	width: 90px;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	right:20px;
	text-indent: -9999px;
}
#main  p.innerlink-head a{
	background-image: url(../images/totop_btn.png);
	display: block;
	height:100%;
	width: 100%;
	text-indent: -9999px;
}
#main  p.innerlink-head a:hover{
	-webkit-filter: blur(4px);
    filter: blur(4px);
	/*filter: alpha(opacity=80);*/
	-moz-opacity:0.8;
	opacity:0.8;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/* アニメーション指定 */


#nav #link-trailer{
  opacity: 0.5;
}
