﻿/* フォントサイズを変更する設定 */
.titleL {
	font-size	: 20pt;
}
.title {
	font-size	: 18pt;
}
.huge {
	font-size	: 16pt;
}
.large {
	font-size	: 14pt;
}
.normal {
	font-size	: 12pt;
}
.medium {
	font-size	: 11pt;
}
.small {
	font-size	: 10pt;
}
.note {
	font-size	:  8pt;
}

/* タイトル */
div.stitle {
	font-size	: 20pt;
	font-weight	: bold;
	text-align	: center;
	margin-top	: 20px;
	margin-bottom	: 10px;
}
div.stitle2 {
	font-size	: 18pt;
	font-weight	: bold;
	text-align	: center;
	margin-top	: 20px;
	margin-bottom	: 10px;
}
div.stitle3 {
	font-size	: 16pt;
	font-weight	: bold;
	text-align	: center;
	margin-top	: 20px;
	margin-bottom	: 10px;
}
div.st3 {
	color		: #FFFFFF;
	background-color: #2F4FAF;
	line-height	: 30px;
	font-weight	: bold;
	text-align	: left;
	padding-left	: 10px;
	font-size       : 14pt;
}
div.st4 {
	color		: #FFFFFF;
	background-color: #2F4FAF;
	line-height	: 30px;
	font-weight	: bold;
	text-align	: left;
	padding-left	: 10px;
	font-size       : 16pt;
}

/* JENDL用バックグラウンドイメージ設定 */
.jendl{
/*	background-color	: #FFFFFF;*/
	background-image	: url(/image/bgndc4.gif);
	background-repeat	: repeat-y;
	background-position	: right top;
}
.orgbg{
	background-color	: #FFFFFF;
	background-image	: url(/image/background.gif);
	background-repeat	: repeat-y;
	background-position	: center top;
}

/* <body>背景色 */
body {
	background-color: #CCCCFF;
	font-family	: times;
}
.ndcblue {
	background-color: #CCCCFF;
}
.intro {
	background-color: #FFFFFF;
	font-size	: 10pt;
}
.ndcwhite {
	background-color: #FFFFFF;
	margin-bottom	: 20px;
}

/* <table>背景 */
table.bg1 {		/* 旧テクスチャ背景 */
	background-image: url(/image/bgd01.jpg);
}
table.bg2 {		/* JENDL委員会 */
	background-image: url(/image/bg/tex/21.jpg);
}
table.bg3 {		/* 文献 */
	background-image: url(/image/bg/fab/002.jpg);
}
table.bg4 {		/* リンク集 */
	background-image: url(/image/bg/sim/63.gif);
}
table.bg5 {		/* MACS，学会崩壊熱 */
	background-image: url(/image/bg/fab/013.jpg);
}
table.bg6 {		/* MACS，学会崩壊熱 */
	background-image: url(/image/bg/tex/16.jpg);
}

/* 上下の間隔設定(サイトマップの画像用) */
.imgpos {
	margin-top	: 10px;
	margin-bottom	: 3px;
}

/* リンクの下線を消す，表示する */
a {
	text-decoration	: none;
}
a:link {
	color		: #005F9F;
}
a:visited {
	color		: #005F9F;
}
a:hover {
	color		: #FF2F2F;
	text-decoration	: underline;
}
a:active {
	color		: #005F9F;
}

/* 箇条書きの余白 */
dd {
	margin-left	: 30px;
}
.L15 {
	margin-left	: 15px;
}
.L30 {
	margin-left	: 30px;
}
.L60 {
	margin-left	: 60px;
}
.L90 {
	margin-left	: 90px;
}
.T {
	margin-top	: 3px;
	margin-left	: 30px;
	font-weight	: bold;
}
.A {
	margin-top	: 3px;
	margin-left	: 60px;
	margin-bottom	: 1em;
	font-size	: 11pt;
}
.B {
	margin-top	: 3px;
	margin-left	: 60px;
	font-size	: 11pt;
}
.C {
	margin-left	: 90px;
	margin-bottom	: 1em;
	font-size	: 11pt;
}

/* 文字のボールド解除 */
span.N {
	font-weight	: normal;
}

/* 行の白抜き */
.W1 {
	background-color: #FFFFFF;
/*	padding		: 3px 0px;*/
}

/* 箇条書きの段落 <div>タグ用 */
.B10 {
	line-height	: 1.0;
	margin-bottom	: 8px;
	padding-right	: 20px;
}
.B14 {
	line-height	: 1.4;
	margin-bottom	: 14px;
	padding-right	: 20px;
}
.B16 {
	line-height	: 1.5;
	margin-bottom	: 16px;
}

/* リンクの強調 */
.Y1 {
	background-color: #FFFFCF;
}

/* "Go to Top" バー */
div.GoTop {
	background-color: #CFCFCF;
	text-align	: right;
	padding		: 1px 10px;
}
