.top {
	background-color:#f5f4ea;
	height:20px;
	line-height:20px;
	font-size:10px;
}

.top p {
	width:1000px;
	margin:0 auto;
}

.info {
	width:1000px;
	height:60px;
	margin:45px auto;
}

.info h1 {
	float:left;
}

.info .center {
	width:346px;
	margin:0 auto;
	padding-top:15px;
}

.info .center li {
	float:right;
	font-size:10px;
	padding:0 10px;
	border-left:1px solid #333;
}

.info .center li:first-child {
	padding-right:0;
}

.info .center li:last-child {
	padding-left:0;
	border-left:none;
}

.info .center li a {
	text-decoration:none;
	color:#333;
}

.info .shop {
	float:right;
	font-size:10px;
	text-align:right;
}

.navi {
	clear:both;
	background-color:#ccc;
}

.navi ul {
	height:60px;
	text-align:center;
}

.navi li {
	display:inline-block;
	padding:15px 20px 10px 10px;
}
.navi text{
	direction:no;
	font-size:10px;
	vertical-align:middle;
}

.search {
	margin-top:10px;
	height:60px;
	background-color:#f9f8f2;
}

.search .wrapper {
	width:1000px;
	height:60px;
	margin:0 auto;
}

.search .wrapper * {
	float:left;
}

.text_box {
	width:234px;
	height:19px;
	border:3px solid #ccc;
	line-height:25px;
	font-size:10px;
	text-indent:10px;
	margin-top:17px;
}

.searchBtn {
	margin-right:15px;
	margin-top:17px;
}

.search .wrapper dt {
	margin-right:15px;
    margin-top:15px;

}

.search .wrapper dd {
	height:20px;
	font-size:10px;
	margin-top:22px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #333;
}

.search .wrapper dd:last-child {
	margin-right:none;
	padding-right:none;
	border-right:none;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ccc;/*色*/
    border: solid 1px #ccc;/*線色*/
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*押したとき*/
    border: solid 1px #F09;
    box-shadow: none;
    text-shadow: none;
}
