@charset "utf-8";
/* CSS Document */

/* ボディコントロール用 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 140%;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#pageSize {
	width:772px;
	background: url(../images/page_back.gif) repeat-y;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
/*タイトル*/
h1 {
margin:0px 0px 8px;
padding:0px;
}
h2 {
	margin:0px 0px 8px;
	padding:0px 0px 0px 16px;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	background: url(../images/h2.gif) repeat-y;
}
h3 {
	margin:5px 0px;
	padding:0px 0px 0px 10px;
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	border-left: 6px solid #27a952;
}
h4 {
	margin:5px 0px 8px;
	padding:0px 0px 0px 10px;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	border-left: 6px solid #D0D0D0;
}
.indexTtl {
	margin-top:20px;
}
/*リンク*/
a:link {
	color:#0066cc;
	text-decoration:none;
}
a:visited{
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	color:#0066cc;
	text-decoration:underline;
}
a:active {
	color:#0066cc;
	text-decoration:underline;
}
/*タグコントロール*/
img {
	border: none;
}
p {
	margin-top: 1px;
	margin-bottom: 10px;
	}
	ul {
	margin-top: 0px;
	margin-bottom: 4px;
}
li {
	margin-top: 0px;
	margin-bottom: 5px;
}
sup {
	font-size: 60%;
}
.st{
	font-size: smaller;
	}
.stg{
	font-size: smaller;
	color: #444444;
	}
	.gt {
	color: #009933;	
	}
.rt {
	color: #ff0000;	
	}
.srt {
	font-size: smaller;
	color: #ff0000;	
	}	
	.greyTB {
	color:#545454;
	font-weight:bold;
	}
	/* フロートクリア */
.FC{
	clear:both;
	}
/* レフトナビエリアコントロール用 */
#leftNavi {
	padding: 0px;
	float: left;
	width:151px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	text-align: left;
}
#leftNavi a:link{color:#000000;text-decoration:none}
#leftNavi a:visited{color:#000000;text-decoration:none}
#leftNavi a:active{color:#FFCC00;text-decoration:none}
#leftNavi a:hover{color:#009933;text-decoration:none;}

#leftNavi dl {
	margin: 0px;
}
#leftNavi dt {
	background-color:#ffffff;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 130%;
	border-top: 1px solid #676767;
	font-weight: bold;
	background-image: url(../images/navi_arrow_g.gif);
	background-repeat: no-repeat;
}
#leftNavi dd {
	background: url(../images/navi_arrow_tri.gif) no-repeat;
	background-color:#f9f9f9;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 125%;
}
.leftNaviBack {
	border-top: 1px solid #676767;
}
 /* 2009年10月修正 */
 /* メインコンテンツエリアコントロール用 */
#MainContents {
	float:right;
	width: 603px;
	text-align: left;
	margin-top:8px;
}

/* ドットライン */
.DotLine1 {
	margin-top: 5px;
	margin-bottom: 30px;
	border-top: 1px dotted #999999;
	}
.DotLine2 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #999999;
	}
	/* スペース */
.Space0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
	.Space1 {
	margin-top: 30px;
}
.Space2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Space3 {
	margin-top: 8px;
}
	/* ページトップリンク */
.toPageTop {
	font-size: smaller;
	text-align: right;
	margin-top: 35px;
}
.toPageTop2 {
	font-size: smaller;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 30px;
}
.toPageTop3 {
	font-size: smaller;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
}
	/* フッター */
.footer {
	width:772px;
	margin-bottom:15px;
}

 /* メインコンテンツ中のテーブルコントロール */
.Tbl {
	padding: 0px;
}
.Tbl table {
	margin-bottom: 10px;
	border-top: 1px solid #959595;
}
.Tbl th {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #959595;
	font-weight: bold;
	color: #005c1e;
	background: #e2f5e8;
	border-right: 1px solid #959595;
	border-top: 1px #959595;
}
.Tbl td {
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #959595;
}
.TblLRtDotLine {
	padding: 2px;
	border-bottom: 1px solid #cecece;
	border-left: 1px dotted #9a9a9a;
	border-right: 1px dotted #9a9a9a;
	width: 30px;
}
.specTbl {
	padding: 0px;
}
.specTbl table {
	margin-bottom: 10px;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
}
.specTbl th {
text-align:center;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #005c1e;
	background: #e2f5e8;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
}
.specTbl td {
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
}
 /* メインコンテンツ中のテーブルコントロール Grey Back */
.Tbl2 {
	padding: 0px;
}
.Tbl2 table {
	margin-bottom: 10px;
	border-top: 1px solid #888888;
}
.Tbl2 th {
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	color: #333333;
	background: #eeeeee;
	border-bottom: 1px solid #888888;
}
.Tbl2 td {
	padding: 3px 3px 3px 8px;
	border-bottom: 1px solid #888888;
}
/*お知らせ*/
.infoText{
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #676767;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 600px;
}
/*インデックスリンク*/
.indexLink {
	background: url(../images/arrow_green.gif) no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 18px;
	line-height: 130%;
	margin-bottom: 1px;
	padding-bottom: 2px;
}
.indexLink a:link{color:#000000;text-decoration:none}
.indexLink a:visited{color:#000000;text-decoration:none}
.indexLink a:active{color:#FFCC00;text-decoration:none}
.indexLink a:hover{color:#009933;text-decoration:underline;}
/*インデックス説明文とサムネイル*/
.ILT {
float:left;
width:410px;
}
.ILThum {
float:right;
width:190px;
}
/*製品特長インデックス説明文とサムネイル*/
.PILT {
float:left;
width:335px;
}
.PILThum {
float:right;
width:130px;
}
/*イメージ上スペース*/
.imageSpace1 {
margin-top: 5px
}
/*プロフィールバック*/
.profileBack {
	font-size: smaller;
	background: #e2f5e8;
	width: 172px;
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.profileSpace {
 padding:0px 8px 15px;
}
/*インタビュー*/
#interview p {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.intvN {
	font-weight:bold;
	color:#2e7e2e;
	background: #e2f5e8;
	padding: 2px 1px 2px 8px;
	}
	/*PDF DL バック*/
.DLBack {
	background: #e2f5e8;
	width: 600px;
	border: 1px solid #60ae79;
}
	/*注記 バック*/
.NoteBack {
	background: #e2f5e8;
	width: 600px;
}
	/*購入ステップ*/
	.TBGBackG {
	color: #005c1e;
	background-color:#e2f5e8;
	padding:8px 5px;
	border-bottom: 1px solid #999999;
	}
	.TBGBackW {
	padding:8px 4px;
	border-bottom: 1px solid #999999;
	}
	/*購入手続き追加 2008 05 */
	.TBGBackG2 {
	color: #005c1e;
	background-color:#cde7d5;
	padding:3px 3px;
	
	}
	.TBGBackW2 {
	padding:8px 4px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	.TBGBackG3 {
	color: #005c1e;
	background-color:#e2f5e8;
	padding:3px;
	border-bottom: 1px solid #999999;
	}
	.TBGBackW3 {
	padding:3px 8px 3px 3px;
	border-bottom: 1px solid #999999;
	}
	
	/*グレーバック*/
	.greyBack {
	background: #e6e6e6;
	padding:20px;
	}
	.top {
	position: absolute;
	top: -10px;
}

/*2009年10月追加*/
.off {
	position: absolute;
	top: 0px;
	left: -1500px;
	width: 15px;
}

/*購入手続き追加 2009 10 ysi*/
	.TBGBackG4 {
	color: #005c1e;
/*	background-color:#e2f5e8;*/
	padding:5px 5px;
	}
	.price {
	color: #ff0000;
	font-weight:bold
	}
