/* 五條化粧品用基本CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:20px;
}
.body2 {
	font-size:12px;
	line-height:22px;
}
.body3 {
	font-size:14px;
	line-height:24px;
}
.body4 {
	font-size:16px;
	line-height:24px;
}
.small {
	font-size:9px;
	line-height:14px;
}
#read {
	color: #026B8E;
}
#blue {
	color: #02338E;
}
#price {
	color: #E22D00;
	font-weight: bold;
}
#service {
	color: #008899;
}

/* Link */
a:link {
	color:#0089CE;
	text-decoration:none;
}
a:visited {
	color:#0089CE;
	text-decoration:none;
}
a:active {
	color:#0089CE;
	text-decoration:none;
}
a:hover {
	color:#FFAA00;
	text-decoration:underline;
}


/* Base */
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 51px;
}  

#footer {
	position: relative;
	margin-top: -51px; 
	height: 51px;
	clear:both;
} 

/* CLEAR FIX*/
.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 */


body {
	margin: 0px;
	color: #666666;
	background-color: #E5F8FE;
	background-image: url(../image/bg.gif);
	background-position: center top;
}


/* Header */
.hd_area {
	background-color: #FFFFFF;
}
.hd {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 18px;
	text-align: left;
}
h1{
	margin: 0px;
	padding: 0px;
	font-size:10px;
	line-height:16px;
	color: #566D99;
	font-weight: normal;
}
.mn_area {
	background-color: #02338E;
	height: 48px;
}
table.hd {
	margin: 0px;
	width: 100%;
	background-color: #004D41;
}
.mn_area {
	background-color: #02338E;
	height: 48px;
}


/* Footer */
.ft_area1 {
	background-color: #02338E;
	height: 32px;
}
.ft_area2 {
	background-color: #FFFFFF;
	height: 19px;
}
img.fmenu{
	margin: 0px 0px 0px 15px;
}


/* Parts */
table.base{
	width: 900px;
}
.bd_area{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.navi {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 27px;
	text-align: left;
	font-size:10px;
	line-height:24px;
	color: #888888;
}
.cnt_area{
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px;
	padding:  0px;
	text-align: left;
}

/* Mark */
.list_mark01 {
	background: url(../image/list_mark01.gif) no-repeat;
	padding: 4px 0px 5px 32px;
	margin: 10px 0px;
}
.list_mark02 {
	background: url(../image/list_mark02.gif) no-repeat;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 0px;
	font-size:12px;
	line-height:18px;
}
.list_mark03 {
	background: url(../image/list_mark01.gif) no-repeat;
	padding: 20px 0px 8px 40px;
	margin: 20px 0px 0px 0px;
}
/* Line */
.dot_line {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	height: 12px;
}


/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* Table */
table.tbl  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
th.tbl {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e9e9e9;
    font-weight: normal;
    text-align: center;
}
td.tbl {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;

 }


/* Voice */

.voice_title {
	background: #09C2AE;
	color: #FFFFFF;
	padding: 4px 0px 5px 8px;
	margin: 20px 0px 8px 0px;
	font-size:12px;
	line-height:18px;
}



