@charset "utf-8";
/* CSS Infomation
=======================================
File name: common.css
Description: common
Editors: 9146.JP
Last Editor: 9146.JP
Date: 2010/07/20
=====================================*/

/* BASIC DEFINITIONS
============================================================*/
/*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: 2px solid #eee;
}

/*LINK DECORATION*/
a {
color: #c29c7c;
text-decoration: none;
}

a:link {
color: #c29c7c;
text-decoration: none;
}

a:active {
color: #c29c7c;
text-decoration: underline;
}

a:hover {
color: #c29c7c;
text-decoration: underline;;
}

strong a {
font-weight: bold;
}

a img {
border: none;
}

/*LAYOUT*/
.leftBlock, .floatLeft {
float: left;
}

.rightBlock, .floatRight {
float: right;
}

.valign, .valign img {
vertical-align: middle;
}

/* FONT-SIZE ADJUSTMENT
77% = 10px | 122% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |
============================================================*/
body {
font-size: 12px;
*font-size: small;
*font: x-small;
}

table {
font-size: inherit;
font: 100%;
}

* {
/*line-height: 1.6;*/
font-size: 100%;
font-weight: normal;
font-style: normal;
}

/*ADDTIONAL FONT SIZE*/
.fontSmall {font-size: 77%;}


/* FONT STYLE
============================================================*/
strong {
font-weight: bold;
}

em {
font-style: italic;
}

pre, code {
display: inline;
font-weight: normal;
font-style: normal;
background-color: #eee;
}

blockquote {
/*font-size: 95%;*/
margin: 0em 2em 1.5em 2em;
padding: 0.25em 1.5em;
border-left: 2px solid #eee;
line-height: 1.5;
}