アットウィキロゴ
/***** CSS変更 *****/
/*** メイン全体の枠の幅を1200pxから1300pxへ変更 ***/
/*** 右メニューをメニューの下へ配置 ***/
/*** 主コンテンツの幅を778pxから1078px、右のマージンを200pxから0pxへ変更 ***/
/*** 脚注がすべて同一行で表示されるのを各行に表示されるように変更 ***/
 
/* メイン全体の枠 */
#container{
    min-width: 1300px;
    _width: 1300px;
}
 
 
/* ----- Contents ----- */
/* コンテンツの配置 */
 
#menubar2{
    float:left;
    clear:both;
}
 
 
/* ----- Center ----- */
 
#contents{
    margin: 0px 0px 0px 200px;
    min-width: 1078px;
}
 
 
/* ----- Main ----- */
 
.attach, .footnote{
    float:none;
}
 
 
 
 
 
/***** CSS追加 *****/
/* ブロックレベル要素をtableと同じように表示 */
.dtable {
	display: table;
	border-collapse: collapse;
}
 
.dtable_th {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
 
.dtable_td {
	display: table-cell;
}
 
.dtable_tr {
	display: table-row;
}
 
.dtable_caption{
	display: table-caption;
}
 
 
/*** 第三避難所用 ***/
 
/* アーカイブス版の情報:基本設定 */
.body_ga  {
	color: #333;
	background: #FFFFFF;
}
 
 
/* アーカイブス版の情報:基本設定:リンク */
.ul_ga a:link { text-decoration:none; color: #486D94; }
.ul_ga a:visited { text-decoration:none; color: #486D94; }
.ul_ga a:hover { text-decoration:underline; color: #B20000; }
.ul_ga a:active { text-decoration:none; color: #486D94; }

 
/* アーカイブス版の情報:見出し1 */
.h1_ga {
	border-left: 8px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 0.5em;
	font-size: 130%;
}
 
 
/* アーカイブス版の情報:見出し2 */
.h2_ga {
	margin-top: 20px;
	margin-bottom: 10px;
	border-left: 8px solid #486D94;
	padding: 5px;
	font-size: 110%;
	color: #486D94;
	font-weight: bold;
}
 
 
/* アーカイブス版の情報:見出し4 */
.h4_ga {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 110%;
	color: #486D94;
	border-bottom: 1px solid #486D94;
	padding-left: 0px;
	padding-bottom: 4px;
	font-weight: bold;
}
 
 
/* アーカイブス版の情報:リスト */
.li_ga {
	font-size: 90%;
}
 
 
/* アーカイブス版の情報:赤太字 */
.aka_ga {
	color: #B20000;
	font-weight: bold;
}
 
 
/* アーカイブス版の情報:テーブル位置 */
.htable {
	margin-left: 50px;
}
 
 
/* アーカイブス版の情報:テーブル幅固定用 */
.td001 {
	color: #000000;
	white-space: nowrap;
}
 
 
/* アーカイブス版の情報:テーブル文 */
.tdbun {
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}
 
 
/* アーカイブス版の情報:ifインタビューコメント */
.ifcome {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	color: #820000;
	text-align: left;
	padding: 5px;
	line-height: 1.5em;
	font-size: 90%;
}
 
 
/* アーカイブス版の情報:ifインタビューテーブル */
/* ブロックレベル要素をtableと同じように表示 */
.dtable_ga{
	display: table;
	border-collapse: collapse;
}
.dtable_th_ga{
	display: table-cell;
	border: 1px solid #000000;
	background-color: #C2CFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	color: #000000;
}
.dtable_td_ga{
	display: table-cell;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 0.5em;
	font-size: 90%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.dtable_tr_ga{
	display: table-row;
}
最終更新:2019年07月06日 14:53