@charset "utf-8";
/* CSS Document */


/*
コンテンツコンテナ
----------------------------------------------*/

#content_container{
	width:600px;
	overflow:hidden;
	line-height:150%;
}

.midashi{
	display:block;
	width:600px;
	height:33px;
	margin:20px auto;
}

/*
あいさつ文
*/

.aisatsu{
	width:550px;
	margin:40px auto;
	line-height:200%;
}








/*
画像
------------------------------*/

.image_table{
	width:500px;
	margin:20px auto;
}

.image_table td{
	width:50%;
	text-align:center;
	vertical-align:top;
}


