Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b017ab17
authored
Jan 24, 2023
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
トイレまめ知識
parent
fc17a23e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
279 additions
and
226 deletions
cms/wp-content/themes/sanitary-net/single-toilet.php
index_sp.html
knowledge/index.html
knowledge/index2.html → knowledge/relationship.html
knowledge/index3.html → knowledge/toilet_day.html
knowledge/index4.html → knowledge/urinals_for_women.html
cms/wp-content/themes/sanitary-net/single-toilet.php
View file @
b017ab17
...
@@ -112,7 +112,7 @@ includeHead();//-->
...
@@ -112,7 +112,7 @@ includeHead();//-->
<ul
class=
"page_nation pngfix"
><li><a
href=
"/faq/#section_toilet"
><span>
大便器
</span></a></li><li><a
href=
"/faq/#section_toilet"
><span>
<?php
echo
get_cat_name
(
$cat0_info02
);
?>
</span></a></li><li>
<?php
single_cat_title
();
?>
</li></ul>
<ul
class=
"page_nation pngfix"
><li><a
href=
"/faq/#section_toilet"
><span>
大便器
</span></a></li><li><a
href=
"/faq/#section_toilet"
><span>
<?php
echo
get_cat_name
(
$cat0_info02
);
?>
</span></a></li><li>
<?php
single_cat_title
();
?>
</li></ul>
<?php
wp_reset_query
();
?>
<?php
wp_reset_query
();
?>
<?php
query_posts
(
$query
.
'&showposts=-1&order=D
A
SC'
);
?>
<?php
query_posts
(
$query
.
'&showposts=-1&order=D
E
SC'
);
?>
</div>
</div>
<div
class=
"section"
>
<div
class=
"section"
>
<h4
class=
"normal"
><span>
Q
<?php
$cat_id
=
get_query_var
(
'cat'
);
echo
ps_number
(
$post
->
post_type
,
$op
=
'<='
,
$cat_id
);
?>
.
</span>
<?php
the_title
();
?>
</h4>
<h4
class=
"normal"
><span>
Q
<?php
$cat_id
=
get_query_var
(
'cat'
);
echo
ps_number
(
$post
->
post_type
,
$op
=
'<='
,
$cat_id
);
?>
.
</span>
<?php
the_title
();
?>
</h4>
...
@@ -120,6 +120,8 @@ includeHead();//-->
...
@@ -120,6 +120,8 @@ includeHead();//-->
</div>
</div>
<div
id=
"ather_menu"
>
<div
id=
"ather_menu"
>
<h5
class=
"normal"
>
大便器に関するQ&A
</h5>
<h5
class=
"normal"
>
大便器に関するQ&A
</h5>
<?php
wp_reset_query
();
?>
<?php
query_posts
(
'cat=3&posts_per_page=6&order=DESC'
);
?>
<?php
if
(
have_posts
()
)
:
while
(
have_posts
()
)
:
the_post
();
?>
<?php
if
(
have_posts
()
)
:
while
(
have_posts
()
)
:
the_post
();
?>
<ul><li><span
class=
"q"
>
Q
<?php
$cat_id
=
get_query_var
(
'cat'
);
echo
ps_number
(
$post
->
post_type
,
$op
=
'<='
,
$cat_id
);
?>
.
</span><a
href=
"
<?php
the_permalink
()
?>
"
>
<?php
the_title
();
?>
</a></li></ul>
<ul><li><span
class=
"q"
>
Q
<?php
$cat_id
=
get_query_var
(
'cat'
);
echo
ps_number
(
$post
->
post_type
,
$op
=
'<='
,
$cat_id
);
?>
.
</span><a
href=
"
<?php
the_permalink
()
?>
"
>
<?php
the_title
();
?>
</a></li></ul>
...
...
index_sp.html
View file @
b017ab17
...
@@ -257,6 +257,11 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
...
@@ -257,6 +257,11 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<li><a
href=
"/news/"
>
新着情報
</a></li>
<li><a
href=
"/news/"
>
新着情報
</a></li>
<li><a
href=
"/information/"
>
重要なお知らせ
</a></li>
<li><a
href=
"/information/"
>
重要なお知らせ
</a></li>
</ul>
</ul>
<em>
トイレまめ知識
</em>
<ul>
<li><a
href=
"/knowledge/index.html"
>
まめ知識
</a></li>
<li><a>
</a></li>
</ul>
<div
class=
"about"
>
<div
class=
"about"
>
<ul>
<ul>
<li><a
href=
"/association/"
>
工業会について
</a></li>
<li><a
href=
"/association/"
>
工業会について
</a></li>
...
...
knowledge/index.html
View file @
b017ab17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"ja"
lang=
"ja"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"ja"
lang=
"ja"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Script-Type"
content=
"text/javascript"
>
<meta
http-equiv=
"Content-Script-Type"
content=
"text/javascript"
>
<meta
http-equiv=
"Content-Style-Type"
content=
"text/css"
>
<meta
http-equiv=
"Content-Style-Type"
content=
"text/css"
>
<meta
name=
"keywords"
content=
"トイレ,トイレ豆知識,大便器,温水洗浄便座,日本レストルーム工業会"
>
<meta
name=
"keywords"
content=
"トイレ,トイレ豆知識,大便器,温水洗浄便座,日本レストルーム工業会"
>
<meta
name=
"description"
content=
"トイレ豆知識 トイレナビは日本レストルーム工業会が運営しています。"
>
<meta
name=
"description"
content=
"トイレ豆知識 トイレナビは日本レストルーム工業会が運営しています。"
>
<title>
トイレまめ知識-便ふたはなぜあるのか?|トイレナビ 一般社団法人 日本レストルーム工業会
</title>
<title>
トイレまめ知識-便ふたはなぜあるのか?|トイレナビ 一般社団法人 日本レストルーム工業会
</title>
<!--各ページ共通項目 -->
<!--各ページ共通項目 -->
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
<script>
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
(
function
(
w
,
d
,
s
,
l
,
i
)
{
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
w
[
l
]
=
w
[
l
]
||
[];
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
w
[
l
].
push
({
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-N4F24ZD'
);
</script>
'gtm.start'
:
new
Date
().
getTime
(),
<!-- End Google Tag Manager -->
event
:
'gtm.js'
});
<script
type=
"text/javascript"
src=
"../shared/js/commonparts.js"
></script>
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
<script
type=
"text/javascript"
src=
"../shared/js/jquery.js"
></script>
j
=
d
.
createElement
(
s
),
<script
type=
"text/javascript"
src=
"../shared/js/common.js"
></script>
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
<link
rel=
"stylesheet"
href=
"../shared/css/reset.css"
type=
"text/css"
media=
"all"
>
j
.
async
=
true
;
<link
rel=
"stylesheet"
href=
"../shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
j
.
src
=
<link
rel=
"stylesheet"
href=
"../shared/css/common.css"
type=
"text/css"
media=
"all"
>
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
<link
rel=
"stylesheet"
href=
"../shared/css/parts.css"
type=
"text/css"
media=
"all"
>
f
.
parentNode
.
insertBefore
(
j
,
f
);
<!--original -->
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-N4F24ZD'
);
<link
rel=
"stylesheet"
href=
"css/parts.css"
type=
"text/css"
media=
"all"
>
<script
type=
"text/javascript"
>
</script>
//
<!
[
CDATA
[
<!-- End Google Tag Manager -->
(
function
(
$
)
{
<script
type=
"text/javascript"
src=
"../shared/js/commonparts.js"
></script>
<script
type=
"text/javascript"
src=
"../shared/js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"../shared/js/common.js"
></script>
<link
rel=
"stylesheet"
href=
"../shared/css/reset.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/common.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/parts.css"
type=
"text/css"
media=
"all"
>
<!--original -->
<link
rel=
"stylesheet"
href=
"css/parts.css"
type=
"text/css"
media=
"all"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
(
function
(
$
)
{
$
(
function
()
{
$
(
function
()
{
$
(
".pngfix"
).
fixPng
();
$
(
".pngfix"
).
fixPng
();
$
(
"input[type='button']"
).
click
(
function
()
{
$
(
"input[type='button']"
).
click
(
function
()
{
$
(
".pngfix, #normal"
).
animate
({
opacity
:
"toggle"
});
$
(
".pngfix, #normal"
).
animate
({
opacity
:
"toggle"
});
});
});
});
});
})(
jQuery
);
})(
jQuery
);
//]]>
//]]>
</script>
<!--[if lt IE 7]>
</script>
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
<body
class=
"data history history02 font_conditioned"
id=
"history06"
>
<body
class=
"data history history02 font_conditioned"
id=
"history06"
>
<!-- Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-N4F24ZD"
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-N4F24ZD"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<div
id=
"container"
>
<div
id=
"container"
>
<div
id=
"head_area"
>
<div
id=
"head_area"
>
<h1><a
href=
"/"
><img
src=
"../shared/images/head/site_logo.png"
width=
"478"
height=
"60"
alt=
"トイレナビ"
/></a></h1>
<h1>
<!-- head gmenu -->
<a
href=
"/"
><img
src=
"../shared/images/head/site_logo.png"
width=
"478"
height=
"60"
alt=
"トイレナビ"
/></a>
<script
type=
"text/javascript"
>
</h1>
<!--
<!-- head gmenu -->
includeHead
();
<script
type=
"text/javascript"
>
includeGmenu
();
<!--
//-->
includeHead
();
</script>
includeGmenu
();
<noscript>
//-->
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /head gmenu -->
<!-- /head gmenu -->
</div>
</div>
<div
id=
"contents_area"
>
<div
id=
"contents_area"
>
<div
id=
"pan"
class=
"pan"
>
<div
id=
"pan"
class=
"pan"
>
<ul>
<ul>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li>
便ふたはなぜあるのか?
</li>
<li>
便ふたはなぜあるのか?
</li>
</ul>
</ul>
</div>
</div>
<div
id=
"contents"
class=
"heightLineParent clearfix"
>
<div
id=
"contents"
class=
"heightLineParent clearfix"
>
<!--maincontent -->
<!--maincontent -->
<div
id=
"main_contents"
>
<div
id=
"main_contents"
>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/knowledge_ttl.png"
width=
"140"
height=
"18"
alt=
"トイレの歴史"
class=
"pngfix"
/></span></h2>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/knowledge_ttl.png"
width=
"140"
height=
"18"
alt=
"トイレの歴史"
class=
"pngfix"
/></span></h2>
<h3
class=
"pngfix top"
><span><img
src=
"../shared/images/content/title_text/knowledge.png"
width=
"95"
height=
"24"
alt=
"トイレ年表"
class=
"pngfix"
/></span></h3>
<h3
class=
"pngfix top"
><span><img
src=
"../shared/images/content/title_text/knowledge.png"
width=
"95"
height=
"24"
alt=
"トイレ年表"
class=
"pngfix"
/></span></h3>
<div
class=
"section"
>
<div
class=
"section"
>
<div
id=
"section_read02"
class=
"pngfix"
>
<div
id=
"section_read02"
class=
"pngfix"
>
<p>
「いつから?」「なぜ?」「違いは?」といったトイレにかかわる情報をまめ知識としてご紹介します。
</p>
<p>
「いつから?」「なぜ?」「違いは?」といったトイレにかかわる情報をまめ知識としてご紹介します。
</p>
</div>
</div>
<div
class=
"section_menu"
>
<div
class=
"section_menu"
>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
<li><a
href=
"maintenance.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"/knowledge/index.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"maintenance02.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"/knowledge/relationship.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"maintenance02.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"/knowledge/toilet_day.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"maintenance02.html"
>
女性用の小便器はあるのか
</a></li>
<li><a
href=
"/knowledge/urinals_for_women.html"
>
女性用の小便器はあるのか
</a></li>
s
</ul>
</ul>
</div>
</div>
<h3
class=
"pt"
>
便ふたはなぜあるのか?
</h3>
<h3
class=
"pt"
>
便ふたはなぜあるのか?
</h3>
<p
class=
"mt30"
>
欧米では、便器は部屋の中にも置いてあり、そこで用を足す習慣がありました。そのため、臭いを塞いだり体裁をよくするために便器の周りを囲い、ふたを設けて便器を椅子としても使用していました。現在でも欧米の”bathroom”の便器(浴槽や洗面台と一緒に設けられているトイレ)にはふたがあり、ちょっと座って化粧をしたり、靴も紐を結んだりと、椅子代わりに使用されています。また、用便をするとき以外はふたをしていた方が見栄えも良く、便器の中に間違って物を落とす心配もなく安心で、暖房便座ではその断熱の役割もあります。一方、車いすを使用されている方は、便蓋があると開く操作が必要になり、便座への移乗も難しくなり、背もたれ設置が必要な場合にも便ふたを取り付けません。なお、公共トイレでは、管理面、メンテナンスや目的外の長期利用防止などを考慮し、蓋なしを選択される場合もあるようです。
</p>
<p
class=
"mt30"
>
</div>
欧米では、便器は部屋の中にも置いてあり、そこで用を足す習慣がありました。そのため、臭いを塞いだり体裁をよくするために便器の周りを囲い、ふたを設けて便器を椅子としても使用していました。現在でも欧米の”bathroom”の便器(浴槽や洗面台と一緒に設けられているトイレ)にはふたがあり、ちょっと座って化粧をしたり、靴も紐を結んだりと、椅子代わりに使用されています。また、用便をするとき以外はふたをしていた方が見栄えも良く、便器の中に間違って物を落とす心配もなく安心で、暖房便座ではその断熱の役割もあります。一方、車いすを使用されている方は、便蓋があると開く操作が必要になり、便座への移乗も難しくなり、背もたれ設置が必要な場合にも便ふたを取り付けません。なお、公共トイレでは、管理面、メンテナンスや目的外の長期利用防止などを考慮し、蓋なしを選択される場合もあるようです。
</p>
</div>
</div>
<!-- side statistics -->
<script
type=
"text/javascript"
>
<!--
includeSideStatistics
();
//-->
</div>
</script>
<!-- side statistics -->
<noscript>
<script
type=
"text/javascript"
>
<!--
includeSideStatistics
();
//-->
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /side statistics -->
<!-- /side statistics -->
</div>
</div>
<div
id=
"pan_b"
class=
"pan"
>
<div
id=
"pan_b"
class=
"pan"
>
<ul>
<ul>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li>
便ふたはなぜあるのか?
</li>
<li>
便ふたはなぜあるのか?
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<!--/content-->
<!--/content-->
<!-- foot -->
<!-- foot -->
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
<!--
<!--
includeFoot
();
includeFoot
();
//-->
//-->
</script>
<noscript>
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /foot -->
<!-- /foot -->
</div>
</div>
</body>
</body>
</html>
</html>
knowledge/
index2
.html
→
knowledge/
relationship
.html
View file @
b017ab17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"ja"
lang=
"ja"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"ja"
lang=
"ja"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Script-Type"
content=
"text/javascript"
>
<meta
http-equiv=
"Content-Script-Type"
content=
"text/javascript"
>
<meta
http-equiv=
"Content-Style-Type"
content=
"text/css"
>
<meta
http-equiv=
"Content-Style-Type"
content=
"text/css"
>
<meta
name=
"keywords"
content=
"トイレ,トイレ豆知識,大便器,温水洗浄便座,日本レストルーム工業会"
>
<meta
name=
"keywords"
content=
"トイレ,トイレ豆知識,大便器,温水洗浄便座,日本レストルーム工業会"
>
<meta
name=
"description"
content=
"トイレ豆知識 トイレナビは日本レストルーム工業会が運営しています。"
>
<meta
name=
"description"
content=
"トイレ豆知識 トイレナビは日本レストルーム工業会が運営しています。"
>
<title>
トイレまめ知識-「ビデ」と「温水洗浄便座」の因果関係|トイレナビ 一般社団法人 日本レストルーム工業会
</title>
<title>
トイレまめ知識-「ビデ」と「温水洗浄便座」の因果関係|トイレナビ 一般社団法人 日本レストルーム工業会
</title>
<!--各ページ共通項目 -->
トイレの歴史
<!--各ページ共通項目 -->
トイレの歴史
<!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
<script>
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
(
function
(
w
,
d
,
s
,
l
,
i
)
{
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
w
[
l
]
=
w
[
l
]
||
[];
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
w
[
l
].
push
({
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-N4F24ZD'
);
</script>
'gtm.start'
:
new
Date
().
getTime
(),
<!-- End Google Tag Manager -->
event
:
'gtm.js'
});
<script
type=
"text/javascript"
src=
"../shared/js/commonparts.js"
></script>
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
<script
type=
"text/javascript"
src=
"../shared/js/jquery.js"
></script>
j
=
d
.
createElement
(
s
),
<script
type=
"text/javascript"
src=
"../shared/js/common.js"
></script>
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
<link
rel=
"stylesheet"
href=
"../shared/css/reset.css"
type=
"text/css"
media=
"all"
>
j
.
async
=
true
;
<link
rel=
"stylesheet"
href=
"../shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
j
.
src
=
<link
rel=
"stylesheet"
href=
"../shared/css/common.css"
type=
"text/css"
media=
"all"
>
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
<link
rel=
"stylesheet"
href=
"../shared/css/parts.css"
type=
"text/css"
media=
"all"
>
f
.
parentNode
.
insertBefore
(
j
,
f
);
<!--original -->
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-N4F24ZD'
);
<link
rel=
"stylesheet"
href=
"css/parts.css"
type=
"text/css"
media=
"all"
>
<script
type=
"text/javascript"
>
</script>
//
<!
[
CDATA
[
<!-- End Google Tag Manager -->
(
function
(
$
)
{
<script
type=
"text/javascript"
src=
"../shared/js/commonparts.js"
></script>
<script
type=
"text/javascript"
src=
"../shared/js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"../shared/js/common.js"
></script>
<link
rel=
"stylesheet"
href=
"../shared/css/reset.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/common.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"../shared/css/parts.css"
type=
"text/css"
media=
"all"
>
<!--original -->
<link
rel=
"stylesheet"
href=
"css/parts.css"
type=
"text/css"
media=
"all"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
(
function
(
$
)
{
$
(
function
()
{
$
(
function
()
{
$
(
".pngfix"
).
fixPng
();
$
(
".pngfix"
).
fixPng
();
$
(
"input[type='button']"
).
click
(
function
()
{
$
(
"input[type='button']"
).
click
(
function
()
{
$
(
".pngfix, #normal"
).
animate
({
opacity
:
"toggle"
});
$
(
".pngfix, #normal"
).
animate
({
opacity
:
"toggle"
});
});
});
});
});
})(
jQuery
);
})(
jQuery
);
//]]>
//]]>
</script>
<!--[if lt IE 7]>
</script>
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
<body
class=
"data history history02 font_conditioned"
id=
"history06"
>
<body
class=
"data history history02 font_conditioned"
id=
"history06"
>
<!-- Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-N4F24ZD"
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-N4F24ZD"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<div
id=
"container"
>
<div
id=
"container"
>
<div
id=
"head_area"
>
<div
id=
"head_area"
>
<h1><a
href=
"/"
><img
src=
"../shared/images/head/site_logo.png"
width=
"478"
height=
"60"
alt=
"トイレナビ"
/></a></h1>
<h1>
<!-- head gmenu -->
<a
href=
"/"
><img
src=
"../shared/images/head/site_logo.png"
width=
"478"
height=
"60"
alt=
"トイレナビ"
/></a>
<script
type=
"text/javascript"
>
</h1>
<!--
<!-- head gmenu -->
includeHead
();
<script
type=
"text/javascript"
>
includeGmenu
();
<!--
//-->
includeHead
();
</script>
includeGmenu
();
<noscript>
//-->
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /head gmenu -->
<!-- /head gmenu -->
</div>
</div>
<div
id=
"contents_area"
>
<div
id=
"contents_area"
>
<div
id=
"pan"
class=
"pan"
>
<div
id=
"pan"
class=
"pan"
>
<ul>
<ul>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li>
「ビデ」と「温水洗浄便座」の因果関係
</li>
<li>
「ビデ」と「温水洗浄便座」の因果関係
</li>
</ul>
</ul>
</div>
</div>
<div
id=
"contents"
class=
"heightLineParent clearfix"
>
<div
id=
"contents"
class=
"heightLineParent clearfix"
>
<!--maincontent -->
<!--maincontent -->
<div
id=
"main_contents"
>
<div
id=
"main_contents"
>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/knowledge_ttl.png"
width=
"140"
height=
"18"
alt=
"トイレの歴史"
class=
"pngfix"
/></span></h2>
<h2
class=
"pngfix"
><span><img
src=
"../shared/images/knowledge_ttl.png"
width=
"140"
height=
"18"
alt=
"トイレの歴史"
class=
"pngfix"
/></span></h2>
<h3
class=
"pngfix top"
><span><img
src=
"../shared/images/content/title_text/knowledge.png"
width=
"95"
height=
"24"
alt=
"トイレ年表"
class=
"pngfix"
/></span></h3>
<h3
class=
"pngfix top"
><span><img
src=
"../shared/images/content/title_text/knowledge.png"
width=
"95"
height=
"24"
alt=
"トイレ年表"
class=
"pngfix"
/></span></h3>
<div
class=
"section"
>
<div
class=
"section"
>
<div
id=
"section_read02"
class=
"pngfix"
>
<div
id=
"section_read02"
class=
"pngfix"
>
<p>
「いつから?」「なぜ?」「違いは?」といったトイレにかかわる情報をまめ知識としてご紹介します。
</p>
<p>
「いつから?」「なぜ?」「違いは?」といったトイレにかかわる情報をまめ知識としてご紹介します。
</p>
</div>
</div>
<div
class=
"section_menu"
>
<div
class=
"section_menu"
>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
<li><a
href=
"maintenance.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"/knowledge/index.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"maintenance02.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"/knowledge/relationship.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"maintenance02.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"/knowledge/toilet_day.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"maintenance02.html"
>
女性用の小便器はあるのか
</a></li>
<li><a
href=
"/knowledge/urinals_for_women.html"
>
女性用の小便器はあるのか
</a></li>
s
</ul>
</ul>
</div>
</div>
<h3
class=
"pt"
>
「ビデ」と「温水洗浄便座」の因果関係
</h3>
<h3
class=
"pt"
>
「ビデ」と「温水洗浄便座」の因果関係
</h3
>
<p
class=
"mt30"
>
腰掛便器が当たり前になった日本ですが、今ではもなじみのないものに「ビデ」があります。「ビデ」は、18世紀初頭にフランスで誕生しました。当初は、木製の細長い形のタライに脚をつけたもので、これにまたがって局部を洗っていたため、子馬を意味するフランス語の「ビデ(bidet)」と名付けられました。「ビデ」は用便後の肛門の洗浄、女性の小用後や生理時の局部洗浄、足洗い、足湯にも利用できるので大変重宝され、世界中に広まりました。しかし日本では、東洋陶器が大正期に商品化したにも関わらず普及しませんでした。その理由としては、日本の住宅には「ビデ」を設置するだけのスペースがなかったことや、日本人には手を使って局部を水洗いする生活習慣がないことでした。この問題を解消し、日本で「おしりを洗う」という新しい生活スタイルを定着させるたのが温水洗浄便座でした。「おしり洗浄」とともに「ビデ洗浄」を付加してスペースの問題を解消し、手を使わずおしりや局部を洗うことを可能にすることで、日本で広がり定着していきました。
</p
>
<p
class=
"mt30"
>
腰掛便器が当たり前になった日本ですが、今ではもなじみのないものに「ビデ」があります。「ビデ」は、18世紀初頭にフランスで誕生しました。当初は、木製の細長い形のタライに脚をつけたもので、これにまたがって局部を洗っていたため、子馬を意味するフランス語の「ビデ(bidet)」と名付けられました。「ビデ」は用便後の肛門の洗浄、女性の小用後や生理時の局部洗浄、足洗い、足湯にも利用できるので大変重宝され、世界中に広まりました。しかし日本では、東洋陶器が大正期に商品化したにも関わらず普及しませんでした。その理由としては、日本の住宅には「ビデ」を設置するだけのスペースがなかったことや、日本人には手を使って局部を水洗いする生活習慣がないことでした。この問題を解消し、日本で「おしりを洗う」という新しい生活スタイルを定着させるたのが温水洗浄便座でした。「おしり洗浄」とともに「ビデ洗浄」を付加してスペースの問題を解消し、手を使わずおしりや局部を洗うことを可能にすることで、日本で広がり定着していきました。
</p
>
</div
>
</div>
</div>
<!-- side statistics -->
<script
type=
"text/javascript"
>
<!--
includeSideStatistics
();
//-->
</div>
</script>
<!-- side statistics -->
<noscript>
<script
type=
"text/javascript"
>
<!--
includeSideStatistics
();
//-->
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /side statistics -->
<!-- /side statistics -->
</div>
</div>
<div
id=
"pan_b"
class=
"pan"
>
<div
id=
"pan_b"
class=
"pan"
>
<ul>
<ul>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
><a
href=
"/"
>
トイレナビHOME
</a></li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li
class=
"page_g"
>
トイレまめ知識
</li>
<li>
「ビデ」と「温水洗浄便座」の因果関係
</li>
<li>
「ビデ」と「温水洗浄便座」の因果関係
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<!--/content-->
<!--/content-->
<!-- foot -->
<!-- foot -->
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
<!--
<!--
includeFoot
();
includeFoot
();
//-->
//-->
</script>
<noscript>
</script>
<noscript>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
<p>
当サイトはJavaScriptをonにしてご覧ください。
</p>
</noscript>
</noscript>
<!-- /foot -->
<!-- /foot -->
</div>
</div>
</body>
</body>
</html>
</html>
knowledge/
index3
.html
→
knowledge/
toilet_day
.html
View file @
b017ab17
...
@@ -108,10 +108,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
...
@@ -108,10 +108,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div
class=
"section_menu"
>
<div
class=
"section_menu"
>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
<li><a
href=
"
maintenance
.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"
/knowledge/index
.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"
maintenance02
.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"
/knowledge/relationship
.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"
maintenance02.html"
>
女性用の小便器はあるのか
</a></li>
<li><a
href=
"
/knowledge/toilet_day.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"
maintenance02.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"
/knowledge/urinals_for_women.html"
>
女性用の小便器はあるのか
</a></li>
</ul>
</ul>
</div>
</div>
...
...
knowledge/
index4
.html
→
knowledge/
urinals_for_women
.html
View file @
b017ab17
...
@@ -108,10 +108,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
...
@@ -108,10 +108,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div
class=
"section_menu"
>
<div
class=
"section_menu"
>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<p
class=
"index"
><img
src=
"../shared/images/common/icon_inex_blue.png"
class=
"pngfix"
alt=
""
width=
"86"
height=
"32"
></p>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
<li><a
href=
"
maintenance
.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"
/knowledge/index
.html"
>
便ふたはなぜあるのか?
</a></li>
<li><a
href=
"
maintenance02
.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"
/knowledge/relationship
.html"
>
「ビデ」と「温水洗浄便座」の因果関係
</a></li>
<li><a
href=
"
maintenance02
.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"
/knowledge/toilet_day
.html"
>
11月10日は「トイレの日」
</a></li>
<li><a
href=
"
maintenance02
.html"
>
女性用の小便器はあるのか
</a></li>
<li><a
href=
"
/knowledge/urinals_for_women
.html"
>
女性用の小便器はあるのか
</a></li>
</ul>
</ul>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment