/* standard.css */

body {
	background: #fff5f4;
}

img {
	border: none;
}



.site {
	margin: auto;
	width: 800px;
	height: 600px;
	background: url(../images/design/bg.jpg);
	border-top: solid 1px #93342f;
	border-left: solid 1px #93342f;
	border-right: solid 1px #93342f;
	border-bottom: none;
}

.left {
	float: left;
	margin: auto;
	width: 200px;
	background: #93342f;
}

.left_logo {
	margin: auto;
}

.left_content {
	margin: auto;
}



.right {
	margin: auto;
	float: right;
	width: 600px;
	min-height: 200px;
}

.right_header {
	width: 600px;
	height: 155px;
}

.right_navi {
	width: 600px;
	height: 30px;
	border-bottom: solid 1px #93342f;
}

.right_content {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

.right_content a:link {
	color: #93342f;
	text-decoration: underline;
}

.right_content a:visited {
	color: #93342f;
	text-decoration: underline;
}

.right_content a:hover {
	color: #ccc;
	text-decoration: none;
}

.bottom {
	margin: auto;
	width: 802px;
	height: 30px;
	background: url(../images/design/bottom.png) no-repeat;
}

.footer {
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.press {
	margin: auto;
	width: 800px;
}

.copyright {
	padding-top: 5px;
	float: left;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.w3c {
	padding-top: 5px;
	float: right;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 12px;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 11px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 10px;
}

.acr:link {	
		color: #a5433f;
		text-decoration: none;
}

.acr:visited {
		color: #a5433f;
		text-decoration: none;
}

.acr:hover {
		color: #999;
		text-decoration: underline;
}