@charset "utf-8";

body {
 margin: 0 auto;
 background: transparent url(../images/common/bg_contents_body.gif) repeat-x;
}

p {
 font-size: 120%;
}

/* HEADER */

#header {
 width: 900px;
 height: 70px;
 position: relative;
}

#rightWrap{
 overflow: hidden;
 width: 670px;
 float: right;
}

#leftWrap {
 overflow: hidden;
 width: 200px;
 float: left;
}

.leftContents {
 overflow: hidden;
 float: left;
 width: 330px;
}

.rightContents {
 overflow: hidden;
 width: 330px;
 float: right;
}

h2.sitemap {
 width: 670px;
 height: 40px;
 background: url(../images/sitemap/ttl_sitemap.jpg) no-repeat;
 text-indent: -9999px;
}

body#bd_sitemap h3 {
 background: url(../images/common/icon_ttl_line.gif) no-repeat;
 padding-left: 10px;
 padding-bottom: 5px;
 margin-bottom: 20px;
 font-size: 120%;
 border-bottom: 1px solid #eeeeee;
}

body#bd_sitemap h4 {
 margin-left: 20px;
 margin-bottom: 20px;
 font-size: 120%;
}

