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

/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a:link {
color: #00F;
}
a:visited {
color: #600;
}
a:hover {
color: #090;
}
a:focus {
color: #090;
}
a:active {
color: #FF0;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}
/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
body {
background: #000;
}
#wrap {
width: 1100px;
margin-right: auto;
margin-left: auto;
text-align: left;
color: #EEE;
background-image: url(../img_common/foot_bg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
#header {
width: 1000px;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
margin-bottom: 48px;
}
.headTxt {
font-size: 93%;
margin-left: 15px;
margin-bottom: 20px;
}
.headLogo {
float: left;
}
.gNavi {
float: right;
width: 422px;
}
.gNavi li {
float: left;
}
#main {
width: 1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 320px;
}
#address {
font-size: 93%;
text-align: center;
margin-bottom: 5px;
}
#copyright {
font-size: 85%;
color: #bbb;
text-align: center;
padding-bottom: 40px;
}
#copyright img {
margin-bottom: -10px;
}