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

@charset "UTF-8";

body			{
				font-size:14px;
				font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka−等幅","Osaka-mono","Osaka-等幅",verdana,Arial,Osaka,helvetica,"ＭＳ ゴシック","MS Gothic",sans-serif;
				color:#000;
				line-height: 200%;
				}

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

h1				{
				float:left;
				font-size:28px;
				vertical-align:20px;
				line-height: 140%;
				font-weight : normal;
				color: #0000bd;
}

h3				{
				font-size:18px;
				line-height: 180%;
				font-weight : normal;
				color: #000;
}

p				{
				margin:2px;
}

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

.bodytext			{
				font-size:13px;
				line-height: 200%;
				}

.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;
				}
