/* CSS Document */
/*--トップページ-----------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: left;
	background: black url(images/bk_main.jpg) top left no-repeat fixed;
}


/*--右メインコンテンツ--*/

#rgt {
	float: right;
	text-align: left;
	background: url(images/top/bk_catch.gif) no-repeat;
	padding-right: 10px;
	width: 516px;
}


.intro {
	background: url(images/top/intro_2.gif) repeat-y;
	padding: 10px 20px;
}

.news {
	padding: 5px 5px 10px 5px;
	border-bottom: solid 1px #990000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	background: #eee;
}


/*--右メインコンテンツ--*/

#xxx {
	float: right;
	text-align: center;
	padding-right: 10px;
	width: 516px;
	padding: 250px 0 300px 0;
}
