/*基本部分*/
img {
border: 0px;
}

html {
overflow: auto;
}

body {
font-family: 'メイリオ',verdana, sans-serif;
overflow-x: hidden;
min-width: 900px;
position: relative;
}

*{
margin: 0;
padding: 0;
}

#wrapper{
text-align: left;
width: 900px;
margin: 0 auto;
}

#header{
margin: 0 auto;
height: 340px;
}

.logo {
height: 80px;
margin-top: 20px;
}

.top-image-background{
margin: 0 -500%;
padding: 0 500%;
width: 100%;
height: 220px;
background-image: url(img/white_wave.png);
}

h1{
font-size: 0.8em;
font-weight: normal;
padding-left: 8px;
color: #ffffff;
background-color: #7098e8;
height: 20px;
}

#menu{
width: 230px;
height: 800px;
float: left;
}

#contents{
float: right;
width: 670px;
}

#footer{
clear: both;
width: 100%;
margin: 0 auto;
text-align: center;
background-color: #7098e8;
font-size: 0.8em;
line-height: 1.35em;
color: #ffffff;
padding: 10px 0px;
}

.clear{
clear: both;
visibility: hidden;
height: 0;
}

/*メニュー*/

ul#navi li {
list-style: none;
width: 230px;
}

ul#navi a{
width: 230px;
height:70px;
overflow: hidden;
text-indent: -100px;
display: block;
border-bottom: dotted 1px #555;
}

a.cock{
background-image: url(img/01.png);
background-repeat: no-repeat;
}

a.toilet{
background-image: url(img/02.png);
background-repeat: no-repeat;
}

a.pipe{
background-image: url(img/03.png);
background-repeat: no-repeat;
}

a.other{
background-image: url(img/04.png);
background-repeat: no-repeat;
}

a.brand{
background-image: url(img/05.png);
background-repeat: no-repeat;
}

a.ask{
background-image: url(img/06.png);
background-repeat: no-repeat;
}

a.company{
background-image: url(img/07.png);
background-repeat: no-repeat;
}

a:hover.cock{
background-image: url(img/01_on.png);
background-repeat: no-repeat;
}

a:hover.toilet{
background-image: url(img/02_on.png);
background-repeat: no-repeat;
}

a:hover.pipe{
background-image: url(img/03_on.png);
background-repeat: no-repeat;
}

a:hover.other{
background-image: url(img/04_on.png);
background-repeat: no-repeat;
}

a:hover.brand{
background-image: url(img/05_on.png);
background-repeat: no-repeat;
}

a:hover.ask{
background-image: url(img/06_on.png);
background-repeat: no-repeat;
}

a:hover.company{
background-image: url(img/07_on.png);
background-repeat: no-repeat;
}

/*コンテンツ*/
#box{
width :670px;
height: 100%;
margin: 0 auto;
text-align: center;
}

.topicpath{
font-size: 0.8em;
text-align: left;
color: #666;
}

a{
text-decoration: none;
}

a:link{
color: #666;
}

a:visited{
color: #666;
}

a:hover{
color: orange;
}

/*テーブル*/
table{
width: 640px;
text-align: center;
margin: 0 auto;
margin-top: 25px;
}

td.info{
color: #333;
padding: 20px;
text-align: left;
border: solid 1px #d13a84;
}

td.sale{
padding: 20px;
border-bottom: solid 1px #87afc5;
}

ul{
list-style: none;
text-align: left;
}

li.contents{
font-size: 1.3em;
background-image: url(img/button01.png);
background-repeat: no-repeat;
padding-left: 30px;
padding-top: 4px;
margin: 5px 0 0px 25px;
}

td.fig{
border-bottom: solid 1px #87afc5;
}


