/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。

質問があれば、CSS
カスタマイズフォーラムでお尋ねください。
*/
html {
	border-top: 20px solid #011979;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), -moz-linear-gradient(top,#ddeff8,#fff);
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), -webkit-gradient(linear,left top,left bottom,from(#ddeff8),to(#fff));
/* IE */
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), linear-gradient(to bottom,#ddeff8,#fff);
/* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeff8',endColorstr='#ffffff',GradientType=0);
/* IE7,8,9 */
	background-repeat: repeat-x;
}

ul li {
	list-style: none;
}

#header {
	padding: 10px 0 0;
}

#wrapper {
	margin-top: 0;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), -moz-linear-gradient(top,#ddeff8,#fff);
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), -webkit-gradient(linear,left top,left bottom,from(#ddeff8),to(#fff));
/* IE */
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/body_top3.png'), linear-gradient(to bottom,#ddeff8,#fff);
/* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeff8',endColorstr='#ffffff',GradientType=0);
/* IE7,8,9 */
	background-repeat: repeat-x;
}

/*
#comments {
	display: none;
}
*/
#content, #content input, #content textarea {
	font-size: 14px;
}

#site-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	padding: 30px 0 25px 60px;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2016/04/title_new2.png') no-repeat left;
	width: 400px;
	font-size: 27px;
	text-indent: -9999px;
}

#site-title span {
	padding: 0 0 0 20px;
}

#site-title a {
	color: #333;
	font-weight: normal;
	text-shadow: 0 0 10px #fff;
}

#site-description {
	margin: 40px 0 18px;
	width: auto;
	font-size: 11px;
}

#branding img {
	border: none;
}

#access {
	background: #fff;
	margin: 20px auto 0;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	background: -moz-linear-gradient(top,#ddeff8,#EDF3F6);
	background: -webkit-gradient(linear,left top,left bottom,from(#ddeff8),to(#EDF3F6));
/* IE */
	background: linear-gradient(to bottom,#fff,#F9FCFF);
/* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#F9FCFF',GradientType=0);
/* IE7,8,9 */
	border: 1px solid #fff;
	border-radius: 3px;
/* CSS3草案 */
	-webkit-border-radius: 3px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
/* Firefox用 */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #access {
		background: #fff;
	}
}

#access ul li {
	border-right: #fff solid 2px;
}

#access ul li a {
	padding: 0 12px;
	border-bottom: #011A79 solid 4px;
}

#access ul.sub-menu li a {
	padding: 13px;
	border-bottom: none;
}

#access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #011A79;
}

#content a, a:link {
/* 未訪問のリンク */
	color: #007bbb;
}

#content a:visited {
/* 訪問済みのリンク */
	color: #007bbb;
}

#content a:hover {
/* リンクにマウスカーソルを重ねた場合 */
	color: #19448e;
}

#content a:active {
/* カーソルをクリックした瞬間の色 */
	color: #19448e;
}

#content h2.entry-title {
	font-size: 16px;
	color: #fff;
	padding: .5em 1em;
	background: #203787;
	border-radius: 3px;
/* CSS3草案 */
	-webkit-border-radius: 3px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
/* Firefox用 */
	box-shadow: 0 0 3px #D5D5D5;
	border-bottom: 5px double #D1D9DF;
	background: -moz-linear-gradient(top,#5063A6,#011A79);
	background: -webkit-gradient(linear,left top,left bottom,from(#5063A6),to(#011A79));
/* IE */
	background: linear-gradient(to bottom,#5063A6,#011A79);
/* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5063A6',endColorstr='#011A79',GradientType=0);
/* IE7,8,9 */
}

#content .entry-title {
	font-size: 18px;
	color: #fff;
	padding: .5em 1em;
	background: #203787;
	border-radius: 3px;
/* CSS3草案 */
	-webkit-border-radius: 3px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
/* Firefox用 */
}

#content h2.entry-title a:link, #content h2.entry-title a:visited {
	color: #fff;
}

#content h3 {
	border-bottom: 1px dotted #333;
	padding: 0 1em;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/icon_arrow.gif') no-repeat scroll left center transparent;
	margin: 1em 0;
	clear: both;
	font-size: 1.17em;
}

#content h4 {
	padding: .5em 1em;
	background: none repeat scroll 0 0 #006a6c;
	color: #fff;
	margin: 15px 0 10px;
	border-radius: 3px;
	font-size: 12px;
	border-left: 5px solid #88bfbf;
}

#content h4 a, h6 a:link {
/* 未訪問のリンク */
	color: #fcc800;
}

#content h4 a:visited {
/* 訪問済みのリンク */
	color: #fcc800;
}

#content h4 a:hover {
/* リンクにマウスカーソルを重ねた場合 */
	color: #ffdc00;
}

#content h4 a:active {
/* カーソルをクリックした瞬間の色 */
	color: #ffdc00;
}

#content h5 {
	padding: .5em 1em .5em .2em;
	color: #000;
	margin: 15px 0 10px;
	font-size: 14px;
	border-bottom: dotted 1px #aaa;
}

#content h6 {
	padding: .5em 1em;
	background: none repeat scroll 0 0 #0079c2;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	border-left: 5px solid #89c3eb;
}

#content h6 a, h6 a:link {
/* 未訪問のリンク */
	color: #ffd700;
}

#content h6 a:visited {
/* 訪問済みのリンク */
	color: #ffd700;
}

#content h6 a:hover {
/* リンクにマウスカーソルを重ねた場合 */
	color: #ffff00;
}

#content h6 a:active {
/* カーソルをクリックした瞬間の色 */
	color: #ffff00;
}

.flag {
	margin: 0 5px 5px 0;
	vertical-align: middle;
	border: #eee solid 1px;
	float: left;
}

#top {
	background-color: #f9f9f9;
	font-size: 13px;
	padding: .5em 2em 2em;
	box-shadow: 0 0 2px #aaa;
	border-bottom: solid 1px #D1D9DF;
}

#top  h3.toptit {
	padding: .3em 1em .3em 2em;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/04/icon_arrow_top1.png') no-repeat center left #D4D9E2;
	color: #345D92;
	margin: 20px 0 0;
	border-radius: 2px;
	font-size: 14px;
	border: none;
	font-weight: bold;
}

#top ul.list_R {
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 31%;
}

#top ul.list_C {
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 31%;
}

#top ul.list_L {
	margin: 0;
	padding: 0 15px 0 0;
	width: 31%;
}

*+html #top ul.list_L {
	width: 30%;
}

#top ul.list_L li,#top ul.list_R li,#top ul.list_C li {
	border-bottom: dotted #aaa 1px;
	padding: 1em 0;
	margin: 0;
}

#categories-5 .widget-area ul {
	background: #f8f7ee;
}

#main .widget-area ul ul li {
	padding: 1em 0;
	border-bottom: solid 1px #73A5C5;
}

.widget-title {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	background: #fff;
	width: 100%;
	border-top: #dc2c45 solid 10px;
}

#colophon {
	border-top: 6px solid #73A5C5;
}

#site-generator,
img#wpstats {
	display: none;
}

#site-info {
	width: 250px;
}

ul.news {
	margin: 20px 10px 0 20px;
	padding: 0;
}

ul.news li {
	list-style: inside url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/icon_news.gif') disc;
	text-indent: -1em;
}

ul.h4news {
	margin-top: 20px;
}

ul.h4news li {
	list-style: inside url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/icon_news.gif') disc;
	text-indent: -1em;
}

ul.h5news li {
	list-style: inside url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/icon_news.gif') disc;
	text-indent: -1em;
}

ul.check1 {
	margin: 15px 0 0;
	padding: 0;
}

ul.check1 li {
	list-style: none;
	padding-left: 2em;
	padding-bottom: 1em;
	text-indent: -1em;
}

ul.check2 {
	margin: 0;
	padding: 0;
}

ul.check2 li {
	list-style: none;
	padding-left: 2em;
}

ul.count-cat {
	margin: 0 1em;
	padding: 0;
}

ul.count-cat  li {
	list-style: inside url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/02/icon_news.gif') disc;
	padding-left: 1em;
	text-indent: -1em;
}

#content p.button {
	margin-bottom: 12px;
}

.button a {
	font-size: 12px;
	color: #2685A1;
	padding: .5em 2em .5em 1em;
	margin: 0 1em;
	background: #9FD7EC;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	border: solid 4px #289BBD;
/* CSS3草案 */
	-webkit-border-radius: 3px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
/* Firefox用 */
	box-shadow: 0 0 3px #D5D5D5;
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/top_blank.png') no-repeat right, -moz-linear-gradient(top,#F0F9FD,#9FD7EC);
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/top_blank.png') no-repeat right, -webkit-gradient(linear,left top,left bottom,from(#F0F9FD),to(#9FD7EC));
/* IE */
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/top_blank.png') no-repeat right, linear-gradient(to bottom,#F0F9FD,#9FD7EC);
/* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F9FD',endColorstr='#9FD7EC',GradientType=0);
/* IE7,8,9 */
}

.count-catbox {
	padding: 15px 12px 8px;
	margin: 0 0 20px;
	background-color: #fafdff;
	border: solid 5px #BBD6E4;
	border-radius: 3px;
/* CSS3草案 */
	-webkit-border-radius: 3px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
/* Firefox用 */
}

.caption {
	border: 1px solid #AAA;
	background: none repeat scroll 0 0 #FAFBFF;
	padding: .5em 1em;
	margin: 1em 0;
}

.textarea1 {
	border: 3px solid #19448e;
	background: none repeat scroll 0 0 #fff;
	padding: 2em 3em;
	margin: 1em 0;
	line-height: 3em;
}

table td {
	background-image: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/transparent.png');
}

table.info ul.news li {
	background: none;
	padding: 0;
	margin-bottom: 0;
	list-style: url('../icon_news.gif');
	list-style-position: inside;
}

table.info ul.news {
	margin: 0 0 10px;
}

table.info,
table.info th, 
table.info td {
	border-collapse: collapse;
}

table.info {
	width: 100%;
	border: #aaa 2px solid;
}

table.info th,
table.info td {
	line-height: 1.5em;
	border: #888 1px solid;
}

table.info th {
	text-align: center;
	vertical-align: middle;
	padding: 1em;
	background: #CAE7E1;
	border: #000 solid 1px;
	width: 200px;
}

table.info th.title {
	font-size: 1em;
	background: #99D1C6;
	width: 1080px;
}

table.info h4 {
	margin: .5em 0 0;
}

table.info h5 {
	color: #589E90;
	FONT-SIZE: 12px;
}

table.info ul li h5 {
	display: inline;
}

table.info ol li {
	list-style: decimal inside;
}

table.info td {
	background-color: #fff;
	padding: 1em;
}

table.info2,
table.info2 th, 
table.info2 td {
	border-collapse: collapse;
}

table.info2 {
	width: 100%;
	border: #aaa 2px solid;
}

table.info2 th,
table.info2 td {
	line-height: 1.5em;
	border: #888 1px solid;
}

table.info2 th {
	text-align: center;
	vertical-align: middle;
	padding: 1em;
	background: #CAE7E1;
	border: #000 solid 1px;
	width: 200px;
}

table.info2 th.title {
	font-size: 1em;
	background: #99D1C6;
	width: 1080px;
}

table.info2 td {
	background-color: #fff;
	padding: 1em;
	vertical-align: middle;
}

table.orig {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
}

table.orig td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig1 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig1 th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #F4EEE3;
}

table.orig1 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	text-align: left;
}

table.orig2 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(234,244,252);
}

table.orig2 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(187,219,243);
	text-align: left;
}

table.orig3 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig3 th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
	background-color: #dbebc4;
}

table.orig3 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig4 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig4 th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
}

table.orig4 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig5 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig5 th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
	background-color: #FFDFDF;
}

table.orig5 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	vertical-align: middle;
	text-align: center;
}

table.orig6 {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-collapse: collapse;
	color: rgb(0,0,0);
	text-align: left;
	background-color: rgb(255,255,255);
}

table.orig6 th {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
	background-color: #bbdbf3;
}

table.orig6 td {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	vertical-align: middle;
	text-align: center;
	background-color: #bee0c2;
}

#content tr td {
	border-color: rgb(0,0,0);
}

.top_cap {
	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/top_cap1.png') no-repeat left;
	background-color: -moz-linear-gradient(top,#ddeff8,#fff);
	background-color: -webkit-gradient(linear,left top,left bottom,from(#ddeff8),to(#fff));
/* IE */
	background-color: linear-gradient(to bottom,#ddeff8,#fff);
/* IE10 */
	background-color: #fff;
	padding: 20px 80px 30px 20px;
	margin: 0 0 20px;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #aaa;
	border-bottom: solid 1px #D1D9DF;
}

.top_cap2 {
/*	background: url('https://qaupdates.niad.ac.jp/wp-content/uploads/2015/03/top_cap1.png') no-repeat left; */
	background-color: -moz-linear-gradient(top,#ddeff8,#fff);
	background-color: -webkit-gradient(linear,left top,left bottom,from(#ddeff8),to(#fff));
/* IE */
	background-color: linear-gradient(to bottom,#ddeff8,#fff);
/* IE10 */
	background-color: #fff;
	padding: 20px 20px 0;
	margin: 10px 0 20px;
	border: 1px solid #fff;
	box-shadow: 0 0 2px #aaa;
	border-bottom: solid 1px #D1D9DF;
}

#main .widget-area ul .banner {
	background: none;
}

p.linkst {
	padding: .5em 1em;
	background: none repeat scroll 0 0 #fcc800;
	margin: 40px 0 0;
	border-radius: 3px;
	font-size: 12px;
	border-left: 5px solid #f8e58c;
}

.return {
	background: url('https://www.niad.ac.jp/n_kokusai/icon_re.png') no-repeat left;
	padding: 0 0 0 1.2em;
}

.small {
	font-size: 11px;
	padding: 0 0 15px;
	margin: 0;
}

ol.number li {
	list-style: decimal inside;
	padding-left: .8em;
	padding-bottom: 1em;
	text-indent: -1.28em;
}

.right {
	float: right;
}

.pdf {
	background: url('https://www.niad.ac.jp/n_kokusai/icon_pdf.png') no-repeat right;
	padding: 1em 1.5em 1em 0;
	margin: 0 3px 0 0;
}

.gaibu {
	background: url('https://www.niad.ac.jp/n_kokusai/icon_out.png') no-repeat right;
	padding: 0 1.5em 0 0;
	margin: 0 8px 0 0;
}

.naibu {
}

.rightfooter {
	padding-top: 10px;
	padding-bottom: 30px;
	float: right;
}

.underlinetext {
	text-decoration: underline;
}

.yellowlight {
	background-color: #ffff00;
}

.bluelight {
	background-color: #D2D6FF;
}

.imagecut {
	border-width: 0;
	border-style: solid;
	border-color: rgb(0,0,0);
	vertical-align: baseline;
}

.imgsetting {
	margin: 0;
	padding: 0;
}

.tabauto {
	padding-left: 20px;
}

.fontredbold {
	color: red;
	font-weight: bold;
}

.maintitle {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainentry {
	line-height: 2em;
	padding-bottom: 10px;
}

*/.underh4 {
	padding: 0 0 18px 5px;
	margin: 0 0 20px;
}

#footer-widget-area .widget-area {
	width: 480px;
	float: right;
	text-align: right;
}

#footer-widget-area {
	overflow: visible;
}

.list_flag {
	margin: 30px auto 0;
	border: 1px dotted #ccc;
	border-radius: 3px;
	overflow: hidden;
	padding: 8px 0 0 20px;
	text-align: right;
	width: 70%;
}

#main_content .list_flag {
	width: 410px;
}

.list_flag li {
	float: left;
	margin: 0 5px 10px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}

.list_flag li:last-child {
	margin: 0 -5px 0 0;
}

.list_flag li img {
	border: #eee solid 1px;
	width: 90%;
}

.home-link img {
	height: 153px;
}