@charset "utf-8";

/*----------------------------------------------------
	Reset
----------------------------------------------------*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
html {
	overflow: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
br {
	　letter-spacing:0;
}
input {
	padding:0px;
}
textarea {
	overflow: auto;
}
/* For Firefox issue */
html {
	overflow: -moz-scrollbars-vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:0;
}

address, em {
	font-style:normal;
}

/*----------------------------------------------------
基本スタイル用CSS
ページレイアウト、サイト全般で使用する装飾、etc...
htmlタグ再設定
----------------------------------------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	color: #333;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体 Medium", "Yu GothicM", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	line-height:1.5;
	background-color:#000;
}
table {
	font-size:inherit;
	font:100%;
}
hr {	display: none;}
ul {
	padding: 0;
	border: 0 none;
	list-style-type: none;
}
a {	text-decoration: none;}
a:link {
	color:#008a31;
	text-decoration: none;
}
a:visited {	text-decoration: none;}
a:active {	text-decoration: underline;}
a:hover {	text-decoration: underline;}

a.hoverImg { transition:0.2s; }
a.hoverImg:hover { opacity:0.6; }

/* 標準的に使用するクラス */
.article0 {	padding-bottom: 0 !important;}
.article0-top {	padding-top: 0 !important;}
.paddingBottomZero {	padding-bottom:0px !important;}
.article0-left {	padding-left: 0 !important;}

.article5-top {	padding-top: 5px !important;}

.article10 {	padding-bottom: 10px !important;}
.article10-top {	padding-top: 10px !important;}
.article10-left {	padding-left: 10px !important;}

.article20-top {	padding-top: 20px !important;}
.article20 {	padding-bottom: 20px !important;}
.article20-left {	padding-left: 20px !important;}

.article30 {	padding-bottom: 30px;}
.article30-top {	padding-top: 30px !important;}
.article30-left {	padding-left: 30px !important;}

.article35-left {	padding-left: 35px !important;}

.article40 {	padding-bottom: 40px !important;}
.article40-left {	padding-left: 40px !important;}

.article50-right {	padding-right: 50px !important;}
.article50-left {	padding-left: 50px !important;}

.article150 {	padding-bottom: 150px !important;}

.marginZero {	margin:0 !important;}
.article_margin0 {	margin-bottom: 0 !important;}
.article_margin-top0 {	margin-top: 0 !important;}
.marginBottom05 {	margin-bottom:5px !important;}
.marginTop10 {	margin-top:10px !important;}
.marginBottom10 {	margin-bottom:10px !important;}
.marginTop20 {	margin:20px 0 0 0 !important;}
.article20-margin {	margin-bottom: 20px !important;}
.marginBottom20 {	margin-bottom:20px !important;}
.marginLeft20 {	margin:0 0 0 20px !important;}
.article_margin-top30 {	margin-top: 30px !important;}
.article_margin-top40 {	margin-top: 40px !important;}
.article_margin70 {	margin-bottom: 70px !important;}

.txtRed {	color:#ff0000 !important;}
.text-red {	color:#C00;}
.color_rd {	color:#F00;}

.color_bl {	color:#00F;}

.txtBold {	font-weight:bold !important;}
.txtBold {	font-weight:bold !important;}

.txtCenter {	text-align:center !important;}
.txtRight {	text-align:right !important;}
.txtIndent {	text-indent:1em !important;}

.txt600 {
	font-weight:600;
	margin-top:20px;
}
.txtsmall {	font-size:11px;}

.txtsmall_g {	font-size:11px;	line-height:1em;	color:#999;}

.rightBorder {	border-right:#dddddd solid 1px;}
.bottmeLineNo {	border-bottom:none !important;}
.bottmeLine {	border-bottom: #dddddd solid 1px !important;}

p.notes {
	padding-left: 1em;
	text-indent: -1.5em;
}

.listdot {
	list-style:disc;
	margin-left:50px;
}
.numlist {
	margin:10px 0 10px 30px;
	margin-bottom:50px;
}
.numlist li {	list-style-type:decimal !important;}

.numlist2 {
	margin:10px 0 10px 30px;
	margin-bottom:20px;
}
.latinlist {	margin:10px 0 10px 30px;}
.latinlist li {	list-style-type:lower-latin !important;}

.nowrap {	white-space: nowrap}
.clearAll {	clear:both;}

.bg_wh {	background:#FFF;}
.bgWhite {	background: none !important;	border-bottom: #dddddd dotted 1px;}

/*####################　共通設定　####################*/
html{
	overflow-y:scroll;
	margin: 0;
	padding: 0;
	height: 100%;
	clear: both;
}

body{	background-color: #fff !important;}

/*####################　枠設定　####################*/
#container{
	min-width: 1000px;
	background-image: none !important;
}

#Header,
#GlobalNav,
#Footer{
	margin:0 auto;
	min-width: 1000px;
	text-align:left;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.045em;
	font-size:12px;
	color: #333;
}


#Header a,
#GlobalNav a,
#Footer a{
	color: #333;
	text-decoration:none;
}

#Header a:hover,
#GlobalNav a:hover,
#Footer a:hover{	text-decoration:underline;}

#Header .innerBasic,
#Footer .innerBasic/*,
#main_bg*/{
	margin: 0 auto;
	width: 1000px;
}


/*####################　メイン　####################*/
#MainImg{	display: none;}
#PageIndex #MainImg{	display: block;}

#includeContainer{	min-height: 370px;}


/*　パーツ
-------------------------------------*/
.linkGuideline{
	margin-bottom: 0 !important;
	line-height: 1;
	text-align: right !important;
}

.linkGuideline span{
	display: inline-block;
	padding-left: 10px;
	background: url("http://research.nichibun.ac.jp/ja/images/research/arrow_04.png") no-repeat left center;
	/*background: url("../../research/images/research/arrow_04.png") no-repeat left center;*/
}

.linkGuideline span a{
	text-decoration: none;
	font-size: 14px;
	color: #333;
}

.linkGuideline span a:hover{	text-decoration: underline;}

/*end*/
