@charset 'shift_jis';


/**
 * reset.cssのみ別物を設定
 * 他は共通を読み込む
 * textdecorations.cssは読まない
 */

@import "reset_2011renew.css";
@import "../base/structure.css";
@import "../base/list.css";
@import "../base/icon.css";
@import "../base/divide.css";
@import "../base/localnavi.css";
@import "../base/megaDropdown.css";
@import "../base/print.css";


/**
 * テンプレ部分の文字サイズ
 * 一括指定しててテンプレとして指定してなかったもの
 */
#main p.topicpath {
	font-size: 140%;
	line-height: 1.572;
}

/**
 * 既存ソース流用用の枠組みの設定
 */
#contents div.prt-pastLayout2011renew {
	position: relative;
	top: -4px;
	margin: 0 -14px 36px;
	padding: 0 0 0 6px;
	background: url(../../images/past/pastLayout_bg_01.png) no-repeat;
	zoom: 1;
}

	#contents div.prt-pastLayout2011renew .pastLayout-inner {
		padding: 0 6px 0 0;
		background: url(../../images/past/pastLayout_bg_02.png) no-repeat 100% 0;
		zoom: 1;
	}
	
		#contents div.prt-pastLayout2011renew .pastLayout-inner .pastLayout-inner {
			padding: 14px 8px 0;
			background: url(../../images/past/pastLayout_bg_03.png) repeat-x;
			zoom: 1;
		}


/**
 * 既存ソースではbodyのfont-sizeが100%（=16px）なので合わせておく
 */
#contents div.prt-pastLayout2011renew {
	font-size: 160%;
	line-height: 1.5;
}
/*
#contents div.prt-pastLayout2011renew p,
#contents div.prt-pastLayout2011renew pre,
#contents div.prt-pastLayout2011renew address,
#contents div.prt-pastLayout2011renew th,
#contents div.prt-pastLayout2011renew td,
#contents div.prt-pastLayout2011renew li,
#contents div.prt-pastLayout2011renew dt,
#contents div.prt-pastLayout2011renew dd {
	font-size: 100%;
}
*/

