/* CSS Document */

body {
	background:#9b7953 url(img_drive/background.gif) repeat-x fixed 0% 100%;
	margin:0;
	padding:0;
    font-size:14px;
	color:#6A6344;

}


a:link
{
color:#5B9D02;
}

a:visited
{
color:#5B9D02;
}

a:hover
{
color:#0099FF;
}


#wrapper {
	width:740px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	background:#FFFFFF;
	border:double 1px #543c21;
}

#header {
	width:740px;
	margin:0;
	padding:0;
}

#read_01 {
    background-image:url(img_drive/read.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:120px;
	margin:0 auto 10px auto;
}

.read_text{
    width:80%;
	height:auto;
	margin:0 0 0 40px;
	padding:5px 0px 5px 0px;
	font-size:14px;
	color:#481b07;
	text-align:left;
	line-height:150%;
}	

.topic {
    width:740px;
	height:57px;
    
}

.spot {
    background-image:url(img_drive/spot_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
    width:100%;
	height:auto;
	
}

.address {
    width:40%;
	height:auto;
	padding:5px;
	background-color:#fdeeba;
	border: dashed 1px #FF9933;
	font-size:12px;
	text-align:left;
	line-height:150%;
}

.text_box{
	width:720px;
	height:auto;
	font-size:14px;
	line-height:150%;
    margin:0 auto 15px auto;
}	

.footer {
    width:740px;
	margin:0 auto 0 auto;
	padding:0 0 50px 0;
	background-color:#ffffff;
	clear:both;
	background-image:url(img_drive/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}	

#counter {
    color:#6A6344;  
	background:#dcc4aa;
	font-size: 10px;
	text-align:right;
}

p {
    margin:15px;
	color:#333300;
	font-size:14px;
	line-height:150%;
}

h1{
  color:#CC9900;
  font-size:16px;
  font-weight:bold;
}

h2{
  margin:15px;
  color:#339966;
  font-size:14px;
  font-weight:bold;
}

hr {
	width:100%;
	height:1px;
	margin: 0.5em auto 0.5em auto;
	border:none;
	border-top:#996600 dashed 1px;
}