@charset "euc-jp";

html>body table{
	border-collapse:separate;
}

/* -----------------------------------------------------------------------
Basic setting
----------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}


body{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:20px;
	color:#000;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka;
}

img{border:0;}

.clr{clear:both;}

a:link{
	color:#00f;
	position:relative;
	top:0;
	left:0;
	text-decoration:underline;
	line-height:30px;
}

a:visited{
	color:#00f;
	line-height:30px;

}
a:hover{
	color:#00f;
	position:relative;
	top:-2px;
	left:-2px;
	text-decoration:underline;
	line-height:30px;

}





#wrap {
	text-align: center;
}



/* -----------------------------------------------------------------------
Contents setting
----------------------------------------------------------------------- */

h1{
	margin:0 auto;
	padding:15px;
}

#container{
	width:892px;
	margin:0 auto;
}

#btn1{
	width:884px;
	height:250px;
	padding-top:50px;
	margin:0 auto;
	background:url(../img/bgBtn01.gif) top left no-repeat;
	text-align:center;
}

#btn1_20110426{
	width:884px;
	height:250px;
	padding-top:50px;
	margin:0 auto;
	background:url(../img/bgBtn01_20110426.gif) top left no-repeat;
	text-align:center;
}

#btn2{
	width:884px;
	height:185px;
	padding-top:165px;
	margin:0 auto;
	background:url(../img/bgBtn02.gif) top left no-repeat;
	text-align:center;
}

#btn2_20110426{
	width:884px;
	height:185px;
	padding-top:165px;
	margin:0 auto;
	background:url(../img/bgBtn02_20110426.gif) top left no-repeat;
	text-align:center;
}

#btn3{
	width:884px;
	height:200px;
	padding-top:150px;
	margin:0 auto;
	background:url(../img/bgBtn03.gif) top left no-repeat;
	text-align:center;
}

p.foot{
	width:100%;
	padding:7px 0;
	margin-bottom:20px;
	text-align:center;
	border-top:1px #aaa solid;
	border-bottom:3px #aaa double;
}


