@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background:url(../images/header_bg.jpg) no-repeat center top;
	font-size:12px;
	line-height:140%;
	text-align:center;
	color:#333333;
	}

img {
	border:0;
	}

#wrapper{
	margin:0 auto;
	width:800px;
	}

.fl {
	float:left;
	}

.fr {
	float:right;
	}

.clear {
	clear:both;
	}

/*  ---------- header ---------- */

#header {
	color:#666666;
	clear:both;
	margin:5px 10px 0px 10px;
	width:780px;
	height:140px;
	text-align:left;
	}

h1 {
	font-size:10px;
	font-weight:normal;
	margin-left:50px;
	clear:both;
	}

#navi {
	float:right;
	padding-top:1px;
	width:450px;
	}

#pankuzu {
	padding-top:7px;
	height:20px;
	clear:both;
	}

#pankuzu a {
	color:#666666;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	}

#pankuzu a:hover {
	color:#E68706;
	margin:0px 5px 0px 5px;
	text-decoration:underline;
	}

#content {
	background:url(../images/bg.jpg) repeat-y;
	width:800px;
	text-align:left;
	}
	
.lcontent {
	float:left;
	margin:5px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:570px;
	}

.lcontent p {
	margin:10px 0px 20px 25px;
	}

.rarea{
	float:right;
	width:200px;
	margin-top:5px;
	}

.rarea img{
	margin-bottom:5px;
	}

.txt {
	width:550px;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	}

.txt img {
	margin-bottom:7px;
	}

#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	color:#FFFFFF;
	height:67px;
	padding-top:13px;
	clear:both;
	}
	
#footerbox {
	margin:0px auto;
	text-align:left;
	width:800px;
	}
	
#footer a {
	color:#FFFFFF;
	margin-right:20px;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#FFFFFF;
	margin-right:20px;
	text-decoration:underline;
	}

address {
	margin-top:30px;
	font-weight:bold;
	font-style:normal;
	}