@charset "utf-8";

body {
font-size: 12px;
*font-size: 75%;
font-family: sans-serif;
color: #705E48;
line-height: 1;
text-align: center;
}

a {
color: #DF0523;
text-decoration: underline;
}

/*CLEARFIX*/
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */

.clear {
clear: both;
}

/*NO DISPLAY*/
hr, .nodisp {
display: none;
}

/*IMAGE BORDER*/
img.bdr, .bdr img {
border: 1px solid #DDDDDD;
}

/*TEXT DECORATION*/
.fontRed {color: #DF0621;}
strong {font-weight:bold;}

.valign {
vertical-align: middle;
}

/*CONTAINER*/
#container {
background: #FFFFFF;
}

/*HEADER*/
#header {
width: 800px;
height: 101px;
text-align: left;
margin: 0px auto 40px auto;
}

#header .logo {
margin-bottom: 30px;
}

/*CONTENT*/
#content {
width: 800px;
text-align: left;
margin: 0px auto;
line-height: 1.75;
}

/*FOOTER*/
#footer {
width: 800px;
height: 80px;
text-align: left;
margin: 0px auto;
position: relative;
}

#footer address {
position: absolute;
top: 16px;
left: 0px;
}

#footer p {
position: absolute;
top: 25px;
left: 688px;
}