/* CSS Document */

#inBox {
	font-size: 80%;/*本文のフォントサイズを指定します*/
	line-height: 150%;/*行間を指定します*/
}


/*以下は変更しないでください*/

#main02nomenu {/*縦ライン付き白背景の指定*/

	padding: 0px;
	width: 898px;
	background-image: url(../../img_top/menu_back_search.gif);
	background-color: #FFFFFF;
	clear: both;
	margin: 0 auto 0 auto;
}

#nomenuInBox  {/*横幅、余白指定*/
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

