@charset "utf-8";

/*--ALL--*/

*{
	margin: 0;
	padding: 0;
}

body{
	background: #EBF09F;
	background-image:url(img/main_back.png);
	background-repeat:no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.8em;
	color: #333333;
	text-align:center;
}

table,td,th,img{
	border:0px;
}

.small{
	font-size:0.8em;
	line-height:1.2em;
}


a:link {
	color: #2C2060;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #2C2060;
}
a:hover {
	text-decoration: underline;
	color: #FC8300;
}
a:active {
	text-decoration: none;
	color: #FC8300;
}


/*--CONTENTS--*/

#main{
	margin-top:280px;
	width:850px;
	height:auto;
	float:left;
}
#main_left{
	margin-top:30px;
	width:260px;
	height:auto;
	float:left;
}
#main_right{
	margin-left:20px;
	width:500px;
	height:auto;
	float:left;
}

#white-box{
	margin:5px;
	width:120px;
	height:180px;
	-moz-border-radius: 10px;
	border: 2px solid white;
	background-color:white;
	text-align:center;
	float:left;
}

#title{
	width:120px;
	height:90px;
	text-align:center;
}

#text-box{
	padding:10px;
	text-align:left;
}

#copyright {
	margin:20px;
	width: 810px;
	height: 20px;
	text-align:center;
	float:left;
}
#copyright address{
	display:none;
}

#wrapper {
	width: 850px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

