a {
	color: #4d3d07;
}
a:hover {
	color: #999;
}
.on:hover {
	color: #b56b7b;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main_bg.gif);
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: #4d3d07;
	line-height: 1.7em;
}
#wrapper #container {
	overflow: hidden;
	background-image: url(../img/line_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#wrapper #header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header #header_area {
	background-image: url(../img/head_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	overflow: hidden;
	padding-bottom: 14px;
}
#wrapper #header h2 {
	float: left;
	width: 317px;
	margin-top: 16px;
}
#wrapper #header #header_right {
	float: right;
	width: 600px;
}
#wrapper #header_area #header_right ul {
	width: 220px;
	float: right;
	height:30px;
}
#wrapper #header_area #header_right ul li {
	float: left;
	margin-right: 1px;
}
#wrapper #header_area #header_right p {
	clear: both;
	float: right;
}
#wrapper #contents {
	width: 950px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contents #side_contents {
	width: 260px;
}
#wrapper #contents #side_contents ul {
	width: 240px;
}
#wrapper #contents #side_contents #gallery {
	margin-top: 8px;
}
#wrapper #contents #side_contents #helper {/*增*/
	margin-top: 8px;
}
#wrapper #contents #side_contents #itoya_stand {
	margin-top: 8px;
}
#wrapper #contents #side_contents #gallery a {
	text-decoration: underline;
}
#wrapper #contents #side_contents #dc {
	font-size: 80%;
}
#wrapper #contents #main_contents {
	float: right;
	width: 690px;
	overflow: hidden;
}

#wrapper #footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-image: url(../img/foot_logo.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	text-align: center;
}
#wrapper #footer address {
	font-style: normal;
}
#wrapper #footer ul {
	margin-top: 30px;
	margin-bottom: 50px;
}
#wrapper #footer ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4d3d07;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #footer ul li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer small {
	margin-top: 25px;
	padding-bottom: 30px;
	display: block;
	font-size: 100%;
}
#wrapper #contents #side_contents p .twitter-timeline {
	width: 230px;
}

/*以下新增*/
#smallmenu-left, #smallmenu-right, #smallmenu-center,#smallmenu-center-s{
	display:none;
}
#smallmenu, #primary_contents_small{
	display: none;
}


.main-menu {
	cursor:pointer;
	float:right;
	background-image: url(../img/main_bg.gif);
	padding-bottom: 10px;
	padding-left: 5px;
}

@media screen and (max-width: 950px) {
	#wrapper {
	font-size: 1em;
	color: #4d3d07;
	line-height: 1.7em;
	}
	#wrapper p{
	padding-bottom: 0.8em;
	}
	#wrapper #contents #topicpath{
		font-size: 0.8em;
	}
	#wrapper #header #header_area {
		display: none;
	}
	#wrapper #contents #side_contents {
		display: none;
	}
	#wrapper #contents {
		width: 95%;
	}
	#wrapper #contents #main_contents {
		float: left;
		width: 100%;
	}
	#wrapper #footer {
		display: none;
	}
	#primary_contents_small{
		display: block;
		margin: 1em 1em 2em 1em;
	}

	#primary_contents_small h2{
		padding: 1em 0;
	}

	#smallmenu {
		display: block;
		position: fixed;
		left:0;
		top:0;
		background-image: url(../img/main_bg.gif);
		height:4.6em;
		width:100%;
		z-index: 99;
	}
	#smallmenu-left {
		display: block;
		position: fixed;
		left:1em;
		top:0.7em;
		z-index: 100;
		padding-bottom: 1em;
	}
	#smallmenu-left img{
		max-height:3em;
	}
	#smallmenu-center {
		display: block;
		position: fixed;
		top:30px;
		right:138px;
		text-align: right;
		z-index: 100;
	}
	#smallmenu-center img{
		max-height:30px;
	}
	#smallmenu-center-s {
		display: block;
		position: fixed;
		top:0px;
		right:10px;
		z-index: 100;
	}
	#smallmenu-center-s img{
		max-height: 30px;
	}

}
@media screen and (max-width: 745px) {
	#smallmenu-center,#smallmenu-center-s {
		display: none;
	}
	#smallmenu-right {
		display: block;
		position: fixed;
		top:0;
		right:0.7em;
		z-index: 100;
	}
	#smallmenu-right img{
		max-height: 2em;
	}
}