/*PC版：主に文字スタイルに関するCSS*/

@charset "UTF-8";

body			{
				font-size:14px;
				font-family:Arial,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo','游ゴシック体', 'Yu Gothic','ヒラギノ角ゴシック', 'Hiragino Sans',   'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
				color:#000;
				line-height: 200%;
				}

a:link			{
				text-decoration:none;
				color:#03b;
				/*color:#081155;*/
				}
a:hover			{
				text-decoration:underline;
				/*color:#081155;*/
				}
a:visited		{
				text-decoration:none;
				color:#03b;
				/*color:#081155;*/
				}
a.menu			{
				/*font-size:10pt;
				font-weight:bold;*/
				color:#ffffff;
				}

h1				{
				/*float:left;*/
				margin:30px 0 15px;
				font-size:28px;
				vertical-align:20px;
				line-height: 140%;
				font-weight : normal;
				color: #000;
}

h2				{
				/*float:left;*/
				margin:30px 0 15px;
				padding:6px;
				font-size:20px;
				vertical-align:20px;
				line-height: 140%;
				font-weight : normal;
				color: #fff;
				background: #002080;
				padding-left:12px;
				border-left:5px solid #c12a29;

}

h3				{
				margin:30px 0 15px;
				font-size:18px;
				line-height: 140%;
				font-weight : normal;
				color: #000;
				/*padding-left:8px;
				border-left:4px solid #081155;*/
}

h3:before {
				vertical-align: middle;
				font-size:12px;
				color: #c12a29;
				content: "▶︎ ";
}

h4				{
				margin:30px 0 15px;
				font-size:16px;
				line-height: 100%;
				font-weight : normal;
				color: #000;
}

p				{
				margin:2px;
}

table			{
				color:#000;
				font-size: 14px;
				line-height: 160%;
}

.bodytext			{
				font-size:14px;
				line-height: 220%;
				}
.bodytext_head			{
				color:#c12a29;
				font-size:15px;
				font-weight: bold;
				line-height: 220%;
				}
.top_title			{
				font-size:20px;
				line-height: 180%;
				font-weight : normal;
				color: #0000bd;
				}
.subtitle			{
				font-size:22px;
				line-height: 200%;
				font-weight : bold;
				color: #C80000;
				/*color:#960028;*/
				}
.author			{
				font-size:13px;
				line-height: 180%;
				}
.chapter			{
				font-size:20px;
				line-height: 240%;
				font-weight : bold;
				}
.chapterhead		{
				font-size:20px;
				line-height: 240%;
				font-weight : bold;
				color: #ffca00;
				}
.section			{
				font-size:14px;
				line-height: 240%;
				font-weight : bold;
				}
.sectionhead		{
				font-size:14px;
				line-height: 240%;
				font-weight : bold;
				color: #ffca00;
				}
.caption		{
				font-size:13px;
				line-height: 135%;
				color:  #111111;
				}

.submenuhead		{
				font-size:8px;
				line-height: 135%;
				color:  #dd1122;
				}

.image_caption		{
				font-size:13px;
				line-height: 135%;
				}
