/* style reset */
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	text-indent:-9999px;
}

li {
	list-style:none;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #336699;
}
img {
	border:0px;
}
.clear {
	clear: both;
}

.tx-left {
	float:left;
}

.tx-right {
	float:right;
}
p {
	text-indent:5px;
}

/* layout */

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	line-height: 140%;	
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#990000;
	color:#FFFFFF;
}
#container {
	background-image:url(images/bg_side.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	width:820px;
	margin:0 auto;
}
#container_header {
	background-image:url(images/header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:800px;
	padding:0 10px;
	margin:0 auto;
}
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	height:82px;
	text-align:center;
}
