@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body {
	width:100%;
	background-color:#ffffff;		/*ページ全体の背景色*/
	font-size: 14pt;
	line-height:1.5;	/* 行の高さを1.5倍にする */
}
div#pagebody {
	width:100%; margin:0 auto;	/*内容全体をセンタリング*/
}
div#left {
	width:0;
	display:none;
}
div#main {
	width:100%;			/*幅の指定*/
  	float:none;			/*フロートしない*/
	margin:0;
	padding:0px;			/*パディング*/
}
div#header {
	width:100%;
	height:auto;			/*ヘッダ部分の高さ*/
}
div#title {
	width:100%;			/*幅の指定*/
  	float:none;			/*フロートしない*/
	margin:0 auto;
	padding:0px;			/*パディング*/
}
div#footer {
	height:40px;			/*高さの指定*/
	padding:10px 0px 0px 0px;	/*パディング*/
	text-align:center;		/*センタリング*/
}
div#right {
	width:0px;
	display:none;			/*表示しない*/
}
div#right_book {
	width:100%;
}
img {
	width: 100%;
	border:0;
	padding-top: 5px;
	height: auto;
} 				
.image_header {
	width:30%;
	max-width:200px;
	border: 0px;
	display:block;
    margin: 0 0 0 auto;
	padding:2px 0px 2px 0px;
} 
.image_title {
	border: 0px;
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}				
.image_main {
	width: 90%;
	border: 0px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}				
/*============================================
目次テーブル
============================================*/
table.index {
	width:95%;				/*テーブル全体の幅*/
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
table.index th {
	font-size: 12pt;
}
table.index th {
	font-size: 12pt;
}
table.index td {
	font-size: 12pt;
}table.index2a {
	width:49%;				/*テーブル全体の幅*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: 1px;
	float:left;
}
table.index2a tr {
	text-align:center;		/*セルのボーダー*/
}
table.index2a th {
	width:0%;
}
table.index2a td {
	width:auto;
}
table.index2b {
	width:49%;				/*テーブル全体の幅*/
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: 1px;
	float:left;
}
table.index2b tr {
	text-align:center;		/*セルのボーダー*/
}
table.index2b th {
	width:30%;
    font-size: 12pt;
	text-align:center;
	color: #ffffff;
	vertical-align: middle;
}
table.index2b td {
	width:auto;
}
table.index2c {
	width:49%;				/*テーブル全体の幅*/
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: 1px;
	float:left;
}
table.index2c tr {
	text-align:center;		/*セルのボーダー*/
}
table.index2c th {
	width:12%;
    font-size: 12pt;
	text-align:center;
	color: #ffffff;
	vertical-align: middle;
}
table.index2c td {
	width:auto;
}
table.index3 {
	width:32%;				/*テーブル全体の幅*/
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 1px;
	float:left;
}
table.index3 tr {
	text-align:center;		/*セルのボーダー*/
}
table.index3 th {
	width:0px;				/*テーブル全体の幅*/
}
table.index3 td {
	width:auto
}

/*============================================
テキスト
============================================*/
h3 {
	font-size:18pt;			/*文字サイズ*/
	width:320px;			/*幅の指定*/
	margin:0px;	/*マージン*/
	padding:10px 0px 10px 0px;	/*パディング*/
	background-color:#003399;	/*背景色*/
	color:#ffffff;			/*文字色*/
	border-radius:0px;		/*角丸にしない*/
	clear:both;			/*フロートをクリアする*/
}
p {
	width:95%;			/*幅の指定*/
	font-size: 14pt;
	margin:10px 10px 10px 0px;			/*マージン*/
	text-align: left;
	padding:2px 10px 10px 10px;			/*マージン*/
	/*	text-indent:1;		/*インデント幅*/
}
.comment {
	font-size: 13pt;
	text-align: center;
}
.x-comment {
	font-size: 12pt;
	text-align: center;
    font-weight: bold;
}
.caption {
	font-size: 14pt;
	text-indent: 0;
}
.memo {
	font-size: 13pt;
}
.x-memo {
	font-size: 11pt;
}
.x-memo_bold {
	font-size: 11pt;
    font-weight: bold;
}.memo_bold {
	font-size: 13pt;
}
.memo_link {
	font-size: 13pt;
}
.date1 {
	color: #AD4729;
	text-align: right;
	font-size: 14pt;
}
.date2 {
	color: #2A1FAA;
	text-align: right;
	font-size: 13pt;
}.new {
	font-size: 13pt;
}.new2 {
	font-size: 13pt;
}
.topics {
  	width: 98%;
    max-width: 700px;
	font-size: 13px;
    margin:5px auto 10px auto;
}
.topics2 {
    width: 95%;
    max-width: 600px;
	font-size: 13px;
    margin:5px auto 10px auto;	
}.book {
	width: 18%;
    padding: 1px;
	float: left;
	font-size: 12pt;
}
.topmenu {
	font-size: 12pt;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 150px;
	padding: 5px 15px 5px 15px;

}.topmenu2 {
	float: left;
}
hr {
	clear: both;			/*フロート配置をクリアする*/
   	width: 100%;			/*幅の指定*/
	height: 0;
}
a:link {
 	font-size: 12pt;
}
a:visited {
 	font-size: 12pt;
}
a:hover {
 	font-size: 12pt;
}
a:active {
	font-size: 12px;

}
