body {
    margin: 0;
    padding: 0;
    background: #fff url(../img/common/bg.png) repeat-x 0 0;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 75%;
}
* { line-height: 1.4; }
h1, h2, h3, p, ul, ol, dl { margin: 0 0 1em; }
ul, ol, dl { padding: 0; }
dd { margin-left: 0; }
h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}
img {
	border-width: 0;
	vertical-align: top;
}
object, embed { margin: 0; }

#layout-wrapper { text-align: center; }
#layout {
	width: 1006px;
    margin: 0 auto;
    text-align: left;
}

#header {
    position: relative;
    width: 1006px;
    height: 78px;
}
#header #logo {
    position: absolute;
    top: 35px;
    left: 6px;
}
#header #copy {
    position: absolute;
    top: 13px;
    left: 3px;
}
#header #tel {
    position: absolute;
    top: 6px;
    left: 619px;
}
#header #menu1 {
    list-style-type: none;
    position: absolute;
    top: 60px;
    left: 731px;
    width: 348px;
    height: 13px;
    background: transparent url(../img/common/m1_bg.png) no-repeat 0 0;
}
#header #menu1 li {
    float: left;
    padding: 0 10px 0 11px;
}
#mainmenu {
    padding: 175px 0 17px 10px;
    background: transparent url(../img/common/mm_bg.jpg) no-repeat 0 0;
}
#mainmenu ul {
    list-style-type: none;
    margin: 0;
    width: 984px;
    height: 21px;
}
#mainmenu li {
    float: left;
    padding: 0 6px 0 8px;
}
#content { padding: 8px 0 40px 9px; }
#main-content {
    float: right;
    width: 755px;
    padding: 4px 0 0;
}
#sub-content {
    float: left;
    width: 230px;
}
#menu2 {
    list-style-type: none;
    margin: 0 0 15px;
}
#link {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
}
#link li {
    margin: 0 0 10px;
    text-align: center;
}
#sub-content p {
    margin: 0;
    text-align: center;
}
#footer {
    position: relative;
    width: 1006px;
    height: 53px;
    background: transparent url(../img/common/footer_bg.png) no-repeat 0 0;
}
#footer #copyright {
    position: absolute;
    top: 21px;
    left: 48px;
    margin: 0;
}
#footer div {
    position: absolute;
    top: 13px;
    left: 463px;
    width: 522px;
}
#footer div p {
    height:14px;
    margin: 0;
    overflow: hidden;
}
#footer a img { border-bottom: 1px solid #f39; }

.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; }
/* End hide from IE-mac */
.blc {
    margin: 0 0 10px;
    padding: 10px 0 0;
    background: transparent url(../img/common/blc_bg_wht.png) repeat-y 0 0;
}

.space {
padding-bottom:10px;
}

.blc-pad { padding: 10px 10px 10px 20px; }
.blc-swf { padding: 0px; }
.hdn-blc {
    height: 1.4em;
    margin: 0;
    padding: 0 30px 0 30px;
    background: #000 url(../img/common/hdn_bg_pnk.png) repeat-y 0 0;
    color: #fff;
    font-size: 117%;
    line-height: 1.4;
}
.hdn-blc02 {
    height: 1.4em;
    margin: 0;
    padding: 0 30px 0 30px;
    background: #000 url(../img/common/hdn_bg_ora.png) repeat-y 0 0;
    color: #fff;
    font-size: 117%;
    line-height: 1.4;
}
.hdn-blc .ja,
.hdn-blc .en {
    display: block;
    height: 1.4em;
    text-transform: uppercase;
    line-height: 1.4;
    overflow: hidden;
}
.hdn-blc .ja {
    float: left;
    width: 400px;
}
.hdn-blc .en {
    float: right;
    width: 295px;
    text-align: right;
}
.hdn-wht {
    padding-left: 5px;
    border-left: 5px solid #fff;
    color: #fff;
    font-weight: bold;
}
.link {
    margin: 0;
    text-align: right;
}
.link span {
    padding-left: 20px;
    background: transparent url(../img/common/link.png) no-repeat 0 50%;
}
.link a { color: #000; }
.link a:hover { text-decoration: none; }

.mrgb00 { margin-bottom: 0; }
.mrgb02 { margin-bottom: .2em; }
.mrgb05 { margin-bottom: .5em; }
.mrgb10 { margin-bottom: 1em; }
.mrgb20 { margin-bottom: 2em; }
.fs12-14 { font-size: 117%; }
.fs12-16 { font-size: 133%; }
.fs16-12 { font-size: 75%; }
.bold { font-weight: bold; }
.gray { color: #666; }
.red { color: #f00; }
.blue { color: #03c; }
.pink { color: #f66; }
.orange { color: #f60; }
.upper { text-transform: uppercase; }
.center { text-align: center; }
