body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
h1,h2,h3,h4,h5,h6,em,strong{
font-size: 1em;
font-weight: normal;
font-style: normal;
}

a{
color: #661111;
text-decoration: underline;
}

a:hover{
color: #999999;
text-decoration: none;
}

address{
font-style: normal;
}

img{
border: none;
}
h1{
	border: none;
	font-size: 0.7em;
	color: #666;
	text-indent: 1em;
}

/* ”wrapper
-----------------------------------*/

div#wrapper{
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	width: 780px;
	padding: 10px;
}


/* ”header
-----------------------------------*/

div#header{
	width:100%;
	text-align: center;
}

div#menu{
	width: 760px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}

div#menu a:hover{
background-color:#FFFFEE;
}

/* ”content
-----------------------------------*/

div#content{
	width: 760px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 10px;
	border: 1px solid #333;
}
div#content h2{
	font-weight: bold;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#content h3{
	font-size: 1.2em;
	color: #A00;
}
div#content h4{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center;
	text-align: center;
}
div#content h5{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
	margin-right: 30px;
}
div#content h6{
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	margin-right: 30px;
	text-decoration: none;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content .news {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.8em;
	width: 760px;
}
#content .news p{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}
#content .news .date{
	float: left;
	width: 160px;
	text-align: left;
	clear: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
#content .news .right{
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	clear: right;
	width: 520px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.brown {
	color: #A00;
	font-size: 1.4em;
}
.red {
	color: #F00;
}
.copy {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	margin-right: 20px;
}



.topics {
	font-size:12px;
	margin-bottom:15px;
	vertical-align: middle;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
	margin-right: 10px;
}
.imgleft {
	float:left;
	width:auto;
	margin:0px 15px 15px 0;
}
.imgright {
	float:right;
	width:170px;
	height: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-position: center;
}
/*CSS HACK clearfix floatbox Ģ floatš*/
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

div#totop{
	position:relative;
	height:1.5em;
	float: right;
	text-align: right;
	width: 180px;
}

div#totop p{
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	font-size:0.63em;
	text-align: right;
}

div#totop p a {
	padding-left:8px;
	background-image: url(../%E3%82%A2%E3%83%83%E3%83%97%EF%BC%A8%EF%BC%B0/%E3%83%AF%E3%82%AD%E3%82%AC%E3%82%B5%E3%82%A4%E3%83%882009/img/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#totop p a:hover {
   color:#999;
}


div#footer{
	width:100%;
	height:auto;
	text-align: right;
	margin-top: 15px;
	border-top: 1px solid #CCCCBB;
	clear: both;
	background-color: #FFFFEE;
}

div#footer address{
padding:20px 10px 3px 10px;
}
