
/* 全体設定 */

body {
    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0;
	margin-left:0;
	}

#content {
	width: 650px;
	margin-top:0;
	margin-bottom:0;
	}

/* ヘッダー */
#header	{
		width: 650px;
		height: 165px;
		background-image:url(images/atw_01.jpg);
		background-repeat:no-repeat;
		margin-top:0;
		margin-bottom:0;
		}

#header2	{
		width: 650px;
		height: 70px;
		margin-top:0;
		margin-bottom:0;
		}

#header3	{
		width: 650px;
		height: 95px;
		background-image:url(images/atw_02.gif);
		background-repeat:no-repeat;
		margin-top:0;
		margin-bottom:0;
		}


/* メイン部分 */
#main {
	text-align: left;
	background-image:url(images/check_back1.jpg);
	margin-top:0;
	margin-bottom:0;
	}

#main2 {
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:0;
	margin-bottom:0;
	font-size: 12px;
	color: #333333;
	}


/* 最下部部分 */

#footer	{
	background-image:url(images/atw_03.jpg);
	background-repeat:no-repeat;
	height: 30px;
	margin-top:0;
	margin-bottom:0;
	}

