@charset "UTF-8";
/* CSS Document */

body{
background:url(../images/header_bg.jpg) repeat-x 0 0;
text-align:center;
margin:0;
padding:0;
color:#333;
}

a:link{
color:#3399CC;
}

a:visited{
color:#CC3366;
}

a img{
border:none;
}

.clear{
clear:both;
}

.clearfix:after, #header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
font-size:0.1em;
line-height:0;
}

.clearfix, #header {
  min-height: 1px;
}

*html .clearfix, *html #header {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrapper{
width:100%;
margin:0;
padding:0;
text-align:center;
}

#contents {
width:900px;
text-align:left;
margin:0 auto;
}

#header {
height:62px;
}

*html #header {
height:62px;
}

#header .headerNavi {
float:right;
}

.topImages {
margin-top:10px;
}

p{
margin:3px 0;
font-size:0.8em;
line-height:160%;
}

#rightSide {
width:300px;
float:right;
}

#leftSide {
width:560px;
float:left;
}

#footer {
background:url(../images/bottom_bg.gif) repeat-x 0 0;
height:177px;
margin:30px 0 0 0;
font-size:0.65em;
color:#666666;
text-align:center;
}

#bottom {
width:900px;
text-align:left;
margin:0 auto;
}

#bottom .toTop {
text-align:right;
}