*{
	margin:0;
	padding:0;
}

body {
	font-family: "メイリオ",Verdana,Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%
	margin: 0 auto;
	text-align: center;
	background: url("../images/2010/bg_2010.jpg") no-repeat;
}

h1,h2,h3,h4,h5,p,li {
	line-height: 1;
}

li {
	list-style: none;
	list-style-position: inside;
	line-height: 1;
}

img {
	border: none;
}

#content {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

.data {
	display: inline;
	float: left;
	margin: 0 0 0 17px;
}

.bnr_Mail {
	float: right;
}

.txt {
	display: inline;
	float: left;
	margin: 17px 0 0 19px;
}

h2 {
	position: absolute;
	top: 340px;
	right: -12px;
	padding-bottom: 10px;
}

/*----- clearfix scheme -----*/
#content{
	display: inline-block;
}
#content:after{
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear:both;
}
/* hide MacIE \*/
* html #content {height: 1em;}
#content {display: block;}
