/* CSS Document */


@charset "Shift_JIS";

/* ブラウザスタイルの初期化 */

* {
	padding: 0px;
	margin: 0px;
	color: #6D6E70;
	font-family:
		Verdana,
		Arial,
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.0;
	}



/* 基本設定 */

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	}

p,h1,h2,h3,h4,{
	margin: 0px;
	padding: 0px;
}

/* フォントサイズ */

td, 
p {
	font-size: 12px;
	line-height: 1.3;
	}
	
*html td, /*IE6*/
*html p {
	font-size: 12px;
	line-height: 1.4;
	}	

*:first-child+html  td, /*IE7*/
*:first-child+html  p {
	font-size: 12px;
	line-height: 1.4;
	}	
		
.small {
	font-size: 10px;
	line-height: 1.1;
	}

.small9 {
	font-size: 9px;
	line-height: 1.1;
	}
	
*html .small { /*IE6*/
	font-size: 10px;
	line-height: 1.2;
	}	

*:first-child+html .small { /*IE7*/
	font-size: 10px;
	line-height: 1.2;
	}	
	
.voice {
	color: #E85188;
	}


/* リンク設定 */

.copyright a:link { color: #1B1B1B;text-decoration:none;}
.copyright a:active { color: #1B1B1B;text-decoration:none;}
.copyright a:visited { color: #1B1B1B;text-decoration:none;}
.copyright a:hover { color: #1B1B1B;text-decoration:none;}

.footerlink a:link { color: #339933;text-decoration:none;}
.footerlink a:active { color: #66CC33;text-decoration:none;}
.footerlink a:visited { color: #339933;text-decoration:none;}
.footerlink a:hover { color: #66CC33;text-decoration:none;}


/* 共通 */

#container {
	width: 760px;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFF;
}

#contents {
	width: 760px;
	padding: 0px;
	background-color: #FFF;
	}
	

/* ヘッダー */

#container h1 {
	padding: 0px;
	margin: 0px;
	width: 760px;
	background-image: url(../images/header.gif);
	text-indent: -9999px;
	height: 83px;
}



/* 成分表 */

#information {
	width: 750px;
	padding: 20px 0px 10px 0px;
	margin: 0px 5px;
	}

#information p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
	}

#information p sub {
	font-size: xx-small;
	vertical-align: baseline;
	}	

*html #information p sub { /*IE6*/
	font-size: 10px;
	color: #000;
	}	

#information p .bold {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
	}
	
#information ul {
	padding-left: 15px;
	}

#information ul li {
	font-size: 12px;
	line-height: 1.5;
	}
	
.space {
	margin: 20px 0px;
	}
	
	
	
/* フッター */

#tel {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px 5px;
	width: 750px;
}

#footer1 {
	background-image: url(../images/footer_bg1.gif);
	margin: 0px;
	padding: 0px;
	height: 46px;
}
#footer1 p {
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}
#footer-bt {
	margin: 0px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#footer2 {
	font-size: 10px;
	background-image: url(../images/footer_bg2.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
.copy {
	font-size: 10px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.copylink {
	font-size: 10px;
	float: right;
	margin: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: right;
}

