@charset "utf-8";
/* 基本設定　ここから */
body {
	color: #333333;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #e5e5e5;
}
a:link {
	/* リンクテキストの設定　ここから */
	color: #222222;/*text-decoration: none;	/*下線を消しています */
}
a:visited {
	color: #444444;/*text-decoration: none; */
}
a:hover {
	color: #0068b2;/*text-decoration: none; */
}
a:active {
	color: #0068b2;/*text-decoration: none; */
}
/* リンクテキストの設定　ここまで */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
hr {
	display: none;
}
h1 {
	position: absolute;			/* 絶対的な配置(bodyの左上を基準) */
	top: 0px;
	left: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}
h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
address {
	font-size:0.8em;
	width: 740px;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* 基本設定　ここまで */

/* レイアウト設定　ここから */
#pageBody {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2e2e2;
	background-image: url(../images/img_bg.jpg);
	background-repeat: repeat-y;
	background-position:left;
}	
#pageTop {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img_bg_top.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	position: relative;
}
#pageHeader {
	padding: 0px;
	margin: 0px;
	padding-top: 50px;
}
/* レイアウト設定　ここまで */
/* SITEMAPへのリンクテキスト　ここから */
#siteMap {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 15px;
	right: 10px;
}
#siteMap a {
	font-size: 0.8em;
	background-image: url(../images/icon_right.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px; 				/* a要素に含まれているもののみ左にパディング。つまり画像にはパディングは関係ない */
}
/* SITEMAPへのリンクテキスト　ここまで */
/* ナビゲーション　ここから */
#grobalNavi {
	list-style-type: none;
	width: 760px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*background-image: url(images/top/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	/*position: absolute;
	top: 0px;
	right: 5px;*/
}
#grobalNavi li {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
/* ナビゲーション　ここまで */
/* PageTopへのリンクテキスト　ここから */
#gotoTop {
	clear: both;
	text-align: right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#gotoTop a {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	background-image: url(../images/icon_up.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
/* PageTopへのリンクテキスト　ここまで */
/* フッター　ここから */
#footer {
	clear:both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
	position: relative;
}
/* フッター　ここまで */
/* 中見出し　ここから */
#pageBody #contentsWrap #contents div.ttl_m {
	background-image: url(../images/ttl_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/* 中見出し　ここまで*/
/* 中見出しの中の補足説明　ここから */
#pageBody #contentsWrap #contents div.supplementation {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 中見出しの中の補足説明　ここまで */
/* 左寄せ画像　ここから */
img.imgLeft {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	float:left;
}
/* 左寄せ画像　ここから */
/* パンくずリスト ここから　*/
#pageBody #topicpath {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 0.8em;
}
/* パンくずリスト ここまで　*/

/* 製品一覧テーブル */
table.tblProducts {
	border-collapse: collapse;
}
table.tblProducts tr td {
	border: 1px solid #b2b2b2;
}
/* 製品表示部分　ここから */
table.tblProduct {
	margin:0px;
	border-collapse: collapse;
}
table.tblProduct tr td {
	border: none;
	margin:0px;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}
table.tblProduct tr.trComment td {
	height: 50px;
	width: 168px;
}
table.tblProduct tr.trImage td {
	height: 100px;
	width: 168px;
}
table.tblProduct tr.trName td {
	height: 50px;
	width: 168px;
}
/* 製品表示部分　ここまで */



#pageBody #pageTop #contentsWrap #contents ul li {
	margin-bottom: 5px;
}

.hiddenText {
	display: none;
}
.txt_l_blue {
	font-size: 1.2em;
	color: #0068b2;
}
.txt_ll_blue {
	font-size: 1.6em;
	color: #0068b2;
}
.txt_l {
	font-size: 1.2em;
}
.txt_blue {
	color: #0068b2;
}

