/* --------------------------------------------------------
common style
-------------------------------------------------------- */
#footer{
	position:relative;
	top:0;
	left:0;
}

table{
	border:0;
	border-spacing:0;
	empty-cells:show;
	border-collapse:collapse;
}

td{
	vertical-align:top;
}

/* --------------------------------------------------------
background image
-------------------------------------------------------- */
.about h1{
	background-image:url(../about/images/h1_001.jpg);
}

.qa h1{
	background-image:url(../about/qa/images/h1_001.jpg);
}

.feature h1{
	background-image:url(../about/feature/images/h1_001.jpg);
}

.exuviance h1{
	background-image:url(../about/feature/images/h1_002.jpg);
}

/* --------------------------------------------------------
TOP style
-------------------------------------------------------- */

.frame{
	width:475px;
	_width:505px;
	padding:15px;
	margin:0 0 15px 0;
	border:10px solid #EEE;
}

.frame table{
	min-height:116px;
	_height:116px;
	position:relative;
	top:0;
	left:0;
}

.frame h3{
	margin:0 0 15px 0;
}

.frame .l_txt{
	padding:0 30px 0 0;
}

.frame .ex_link{
	padding:0 0 0 210px;
	_padding:0 0 0 205px;
	vertical-align:bottom;
}

.frame .no_link{
	padding:0 0 0 200px;
	vertical-align:bottom;
}

.frame .ex_link span,
.frame .no_link span{
	width:85px;
}

.frame .ex_link .arr1{
	background-position:0em 0.1em;
}

/* --------------------------------------------------------
qa style
-------------------------------------------------------- */

.ab_content{
	margin:0 0 0 12px;
}

.question{
	width:513px;
	margin:0 0 30px 0;
}

.question h3{
	height:29px;
	background:url(../about/qa/images/ind_h3_001.gif) no-repeat;
	padding:7px 0 0 40px;
}

.question h3 span{
	display:none;
}

.question p{
	width:453px;
	_width:513px;
	margin:10px 0 0;
	padding:13px 20px 20px 40px;
	background:url(../about/qa/images/ind_h3_002.gif) 0.9em 1.3em no-repeat #E8F2DC;
}

/* --------------------------------------------------------
feature style
-------------------------------------------------------- */

.ab_content{
	width:513px;
	margin:0 0 0 12px;
}

.ab_content h3{
	margin:0 0 15px 0;
}

.green_bg01{
	background:#E8F2DC;
	padding:10px 40px;
	margin:20px 0 35px;
}

.green_bg01 .txt{
	padding:10px 0 0 20px;
}

.green_bg01 .txt p{
	margin:7px 0 0 0;
}

.f_table{
	margin:0 0 35px 0;
}

.green_bg02{
	background:#E8F2DC;
	padding:15px 15px 20px;
	margin:0 0 0 20px;
}

.green_bg02 h4{
	margin:0 15px 0;
}

.green_bg02 h5{
	margin:5px 25px 0;
}

.txt{
	padding:0 0 0 20px;
}

.green_bg02 p{
	margin:10px 0 0;
}

.green_bg02 .exp_txt td{
	padding:7px 0 0;
}

/* --------------------------------------------------------
font
-------------------------------------------------------- */

/* ----------------------------------------------/* size */

.frame .l_txt,
.question h3,
.ab_content,
td{
	font-size:12px;
}

.green_bg01 .txt p,
.green_bg02 h5,
.green_bg02,
.green_bg02 .exp_txt td{
	font-size:10px;
}

/* ---------------------------------------------/* color */

.frame .l_txt,
.ab_content,
.ab_content,
td{
	color:#666;
}

.frame .ex_link a{
	color:#009C8F;
}

.question h3{
	color:#61ABA1
}

/* ---------------------------------------/* line-height */

.frame .l_txt,
.ab_content .question{
	line-height:18px;
}

.ab_content,
.ab_content td{
	line-height:20px;
}

.green_bg01 .txt p,
.green_bg02{
	line-height:14px;
}

.green_bg02 .exp_txt td{
	line-height:13px;
}

/* ---------------------------------------/* font-weight */

h5{
	font-weight:normal;
}

.green_bg02 .exp_txt span{
	font-weight:bold;
}

/* ---------------------------------------/* text-decoration */

.frame .ex_link a{
	text-decoration:none;
}

.frame .ex_link a:hover,
.frame .no_link a:hover{
	text-decoration:underline;
}