@charset "shift_jis"; 

/*	--- layout.css ---	*/

/*	---レイアウトの設定ここから---	*/
/*	コンテンツ全体のボックス	*/

#allBox {
	width: 860px;
	background-color: #e0f0f0; 
	margin: 0 auto;
}


/*	ヘッダのボックス	*/
#headerBox {
	width: 720px;
	margin: 0px;
	padding: 20px;
}

#titleBox {
	font-size: 24pt;
	font-weight: bold;
	color: #f040a0;
}

/*	本文エリアのボックス	*/
#mainBox {
	clear: both;
	float: left;
	width:480px;
	padding: 0px 0px 0px 20px;
	color: pink;
}

#captionBox {
	width: 100%;
	height: 50px;
	font-size: 11pt;
	font-weight: bold;
	color: blue;
}

/*	サブエリアのボックス	*/
#subBox {
    float: left;
	width: 215px;
	padding: 10px;
}

/*	フッタのボックス	*/
#footerBox {
	clear: both;
	height: 10px;	
	margin: 50px 0px 0px 0px;
	padding: 16px 0px  14px 0px;
	color: black;
	font-size: 10pt;
	text-align: center;
}


/*	フロート解除	*/
.clear {
	clear: both;
}

/*	フロート解除(不可視)	*/
.clearHidden {
	clear: both;
	visibility: hidden;
}

/*	インフォメーション用メイン	*/
#info_main {
	font-weight: bold;
	line-height: 1.4em;
}
#info_main div.date {
	color: white;
}
#info_main div.text {
	font-weight: bold;
	margin-bottom: 30px;
}
/*	インフォメーション用ナビゲーション	*/
#info_navi {
	font-size: 12pt;
	font-weight: bold;
}
#info_navi div.navi_box {
	margin-bottom: 10px;
}
#info_navi div.year {
	font-size: 14pt;
	color: blue;
}

/*	---レイアウトの設定ここまで---	*/
