/* 
-------------------------------- */
* {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body {
	font-size: 12px;
	line-height: 18px;
	color: #4C4C4C;
	background-color: #FFF;
}
#content h1 {
	margin: 0 0 7px;
}
h2, h3 {
	clear: right;
	margin: 0 0 7px;
}
#content a:link,
#content a:visited {
	color: #7F0019;
	text-decoration: none;
}

img {
	border: none;
}
ul {
	list-style-type: none;
}

/* ----------------------------
container
---------------------------- */
#container {
background: #FFF url(../img/contentsbg.gif) repeat-y 0 0;
	border: 1px solid #CCC;
	width: 698px;
	margin: 0;
}
#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#container {
	display: inline-block;
}
/* ?*/
* html #container { height: 1%; }
#container { display: block; }
/* */
/* ----------------------------
content
---------------------------- */
#content {
	float: left;
	padding: 15px 19px;
	width: 520px;
}
#content p {
	margin: 0 0 15px 0;
}
.captionl {
	font-size: 11px;
	line-height: 17px;
	margin:0px;
	padding:0;
}


/* Five principles  */
/* Five principles BOX */
.rulebox {
	margin: 0 0 10px;
	padding: 10px 15px;
	border: 2px solid #99cc99;
}
/* Five principles TTL */
.rulesubhead {
	margin: 0 0 3px;
}
.subsubhead strong { font-weight: bold; color: #666;}

#rule h4 {
	margin: 0 0 5px;
}

/* Five principles LIST */
.liststop {margin: -10px 24px 5px 24px;
}


/* common TTL */
#material{
	margin-top:30px;
	}
#material h4,
#energy h4 {
	margin: 0 0 5px;
}
#rule .data,
#material .data {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
/* common TTL S */
#rule h3,
#energy h3 {
	margin: 20px 0 10px;
}

#material h4 {
	font-weight: bold;
}
.fluorine{
margin-bottom:3px;
}

/* common TABLE */
#energy .caption {
	margin: 0 0 3px 0;
}
.energytable {
	margin: 0 0 15px;
}

/* WIN IE */
/*\*/
*html a:active,
*html a:hover {
	text-decoration: underline;
}
/* */


/* clearfix -------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* ?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.Fsize12 {
	font-size: 12px;
}