@charset "utf-8";
/* CSS Document */


/*--作業情報------------------------------------------------------------------------------------------

File name    : 05lay.css
Description  : Acsses Pages layout

Editors      : Y. Hori
Last Editor  : H. Ohmori
Last Updated : 2009/7/30/Thu
Last Updates : 高さ50emにしました

MOKUJI       : * 全体領域
             : * レイアウト
             : * 

----End 作業情報------------------------------------------------------------------------------------*/



/*--全体領域----------------------------------------------------------------------------------------*/
.frozenBox {
	width:80%;
	height:50em;  /*←タブパネルにクリアがかかっていて、内容の高さがないため*/
	margin-top:40px;
	margin-left:10%;
	margin-bottom:40px;
}
/*--End 全体領域------------------------------------------------------------------------------------*/



/*--レイアウト--------------------------------------------------------------------------------------*/
h4 {
	margin-bottom:1em;
}
.countainer {
	text-align:center;
}
.countainer p {
	text-align:left;
}

p img{
	margin-top:10px;
}
/*--End レイアウト----------------------------------------------------------------------------------*/




