html{
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	}

body{
	text-align: center;
	}

img {
	border-style:none;
	}

/*==メイン部分中央寄せ==*/
#container {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	text-align:center;
	width:720px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

/*==//メイン部分中央寄せ==*/


p{
	margin-left:2px;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	float:left;
	text-align:center;
	}

#title{
	background-color:#006633;
	font-weight: bold;
	color: #ffffff;
	margin-top:2px;
	margin-bottom: 10px;
	text-align: left
	}
