/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/main_bg.jpg) repeat-y center;
	text-align: center;
}

* {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	list-style: none;
}

a:link,a:visited,a:active{
	text-decoration:underline;
	color:#FF9933;
}
a:hover   {
	text-decoration:underline;
	color: #FF6633;
}

form,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,ul,li,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	}

img {	border: 0px;	}

/*	レイアウト	*/
.left 	{	float: left;	}
.right 	{	float: right;	}
.clear 	{	clear: both;	}
.def 	{	display: none;	}

/*	白バック	*/
#main_area {
	width: 780px;
	margin:0;
	background: #FFFFFF;
	padding: 0px;
	text-align: left;
}
#main_area ,#main_area table ,#main_area td {
	color: #333333;
}

/*	黒バック	*/
#main_bl {
	margin:0;
	background: #000000;
	padding: 0px;
	text-align: left;
	width: 780px;
}
#main_bl ,#main_bl table ,#main_bl td {
	color: #cccccc;
}
.menu {
	margin: 0px auto;
	text-align: center;
}
.copyR {
	text-align: right;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
}

