/* CSS Document */

body{
width:100%;
height:auto;
background-image:url(img/bg.jpg);
background-repeat:repeat-x;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana;
font-size:80%;
letter-spacing:1.5en;
line-height:150%;
color:#666666;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
}

p{
margin:0px 10px 10px 0px;
}

.text{
padding:10px 30px 10px 30px;
}

.main{
width:880px;
height:auto;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
background:url(img/main-bg.gif);
}

.contentbox{
float:left;
width:800px;
height:auto;
background:#ffffff;
margin-top:0px;
margin-bottom:0px;
margin-left:40px;
margin-right:auto;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
border-bottom:none;
border-top:none;
}

h1{
float:left;
width:370px;
height:auto;
font-size:small;
font-weight:normal;
color:#666666;
margin:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:30px;
padding-right:0px;
}

#menu-list{
float:right;
width:300px;
height:auto;
font-size:small;
font-weight:normal;
color:#666666;
margin:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
padding-right:10px;
text-align:right;
}

#title{
float:left;
width:801px;
height:80px;
margin:0px;
background-image:url(img/title.jpg);
background-repeat:no-repeat;
}

#top-img{
float:left;
width:800px;
height:200px;
margin-top:30px;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
}

#shop-bana{
width:196px;
height:78px;
float:right;
margin-top:0px;
margin-bottom:0px;
margin-right:50px;
margin-left:0px;
}


#menu-l{
float:left;
width:303px;
height:auto;
margin:10px 30px;
}

#content1{
width:263px;
height:150px;
background:url(img/content1-bg.jpg) no-repeat;
padding:10px 20px 20px 20px;
}

#content2{
width:263px;
height:150px;
background:url(img/content2-bg.jpg) no-repeat;
padding:10px 20px 20px 20px;
}

#menu-r{
float:right;
width:352px;
height:auto;
margin:10px 30px 10px 30px;
}

.menu{
margin:10px 0px;
}

.side-menu{
float:left;
width:140px;
margin:30px 10px;
clear:both;
}

.sub-main{
float:right;
width:620px;
margin:30px 10px;
}

#bottom{
float:left;
clear:both;
width:100%;
height:134px;
background:url(img/bottom.jpg);
background-repeat:repeat-x;
margin:0px;
}

#bottom p{
width:100%;
height:auto;
margin-top:10px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
color:#FFFFFF;
text-align:center;
}

.range{
width:620px;
height:auto;
margin:30px 0px 50px 0px;
}

#schoolplan{
width:500px;
height:auto;
margin-top:20px;
margin-bottom:20px;
margin-left:50px;
margin-right:auto;
}

#schoolplan td{
padding-right: 10px;
}

#shopguidance{
margin:auto;
margin:10px 0px 50px 30px;
}

#shopguidance td{
width:auto;
height:auto;
text-align:left;
border-bottom:solid 1px #CCCCCC;
border-collapse:20px;
padding:10px;
}

#blogbana{
float:left;
width:620px;
height:120px;
}

ul li{
margin:20px 0px;
list-style-image:url(img/list.jpg);
}


a{
color:#666666;
}

a:hover{
color:#FF6633;
}

/* add */
.btn-sticky {
  width: 130px;
  font-size: 18px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #fda402;/*左線*/
  color: #777777;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

table.item_list td{
	padding: 10px 0 0 0;
}

table.item_list span{
	font-size: 16px;
	font-weight: bold;
}