@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;
}

.leftContens {
 overflow: hidden;
 float: left;
 width: 160px;
}

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

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

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

.contents {
 overflow: hidden;
}


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

body#bd_privacy h4 {
 background: url(../images/common/icon_ttl_line.gif) no-repeat;
 padding-left: 10px;
 font-weight: bold;
 margin-bottom: 10px;
 font-size: 120%;
}

body#bd_privacy ul.content {
 margin-left: 10px;
 padding-left: 10px;
}

body#bd_privacy ul.content li {
 margin-bottom: 5px;
 font-size: 120%;
 list-style-type: disc;
 line-height: 1.6;
}

