@charset "utf-8";
/* clearfix */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
/* clearfix */

/* margin-set */
.mt-10 {
	margin-top:10px !important;
}
.mt-20 {
	margin-top:20px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mt-40 {
	margin-top:40px !important;
}
.mt-50 {
	margin-top:50px !important;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-20 {
	margin-bottom:20px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}
.mb-50 {
	margin-bottom:50px !important;
}
.ml-10 {
	margin-left:10px !important;
}
.ml-20 {
	margin-left:20px !important;
}
.ml-30 {
	margin-left:30px !important;
}
.ml-40 {
	margin-left:40px !important;
}
.ml-50 {
	margin-left:50px !important;
}
.mr-10 {
	margin-right:10px !important;
}
.mr-20 {
	margin-right:20px !important;
}
.mr-30 {
	margin-right:30px !important;
}
.mr-40 {
	margin-right:40px !important;
}
.mr-50 {
	margin-right:50px !important;
}
.pt-10 {
	padding-top:10px !important;
}
.pt-20 {
	padding-top:20px !important;
}
.pt-30 {
	padding-top:30px !important;
}
.pt-40 {
	padding-top:40px !important;
}
.pt-50 {
	padding-top:50px !important;
}
.pb-10 {
	padding-bottom:10px !important;
}
.pb-20 {
	padding-bottom:20px !important;
}
.pb-30 {
	padding-bottom:30px !important;
}
.pb-40 {
	padding-bottom:40px !important;
}
.pb-50 {
	padding-bottom:50px !important;
}
.pl-10 {
	padding-left:10px !important;
}
.pl-20 {
	padding-left:20px !important;
}
.pl-30 {
	padding-left:30px !important;
}
.pl-40 {
	padding-left:40px !important;
}
.pl-50 {
	padding-left:50px !important;
}
.pr-10 {
	padding-right:10px !important;
}
.pr-20 {
	padding-right:20px !important;
}
.pr-30 {
	padding-right:30px !important;
}
.pr-40 {
	padding-right:40px !important;
}
.pr-50 {
	padding-right:50px !important;
}
/* margin-set */

* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: url(../img/bg.gif) repeat 0px 0px;
}
img {
	vertical-align:top;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border-top: 2px solid #583622;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	float: left;
	margin-top: 30px;
}
#header .netshop {
	float: right;
	margin-bottom: 93px;
}
ul#navi {
	list-style: none;
	clear: right;
	float: right;
	width: 770px;
}
ul#navi li {
	float: left;
	margin-left: 20px;
	display: inline;
	height: 43px;
	width: 134px;
}
#contents {
	clear: both;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	text-align: left;
	font-size: 80%;
	color: #603813;
	line-height: 1.8em;
}
#main {
	width: 750px;
	float: right;
	margin-bottom: 50px;
}
#main a:link, #main a:visited {
	color: #603813;
	text-decoration: none;
}

#main a:hover, #main a:active {
	color: #603813;
	text-decoration: underline;
}

#side {
	float: left;
	width: 149px;
	border-top: 1px dotted #583622;
	padding-top: 40px;
	margin-bottom: 50px;
}
#side .menu ,#side .btn{
	list-style: none;
}
#side .menu li {
	float: left;
	display: inline;
	margin-left: 16px;
}
#side .menu {
	height: 320px;
}

#side .btn {
	clear: both;
	border-top: 1px solid #583622;
	border-bottom: 1px solid #583622;
	height: 55px;
	padding-left: 50px;
}
#side .btn li {
	float: left;
	margin-right: 10px;
	margin-top: 18px;
}
#footer {
	clear: both;
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	font-size: 80%;
	color: #4C4C4C;
	line-height: 2em;
	border-top: 1px solid #583622;
	padding-top: 50px;
}
#footer dl {
	border-left: 1px dotted #583622;
	float: left;
	width: 150px;
	margin-bottom: 30px;
}
#footer dt, #footer dd {
	padding-left: 10px;
}
#footer dt {
	margin-bottom: 8px;
	line-height: 1em;
}

#footer dd {
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #4c4c4c;
	text-decoration: underline;
}


#footer .copyright {
	clear: both;
	line-height: 1.6em;
}
#footer .footertxt {
	clear: both;
	line-height: 16px;
	font-size: 10.5px;
	color: #9f9f9f;
	margin-bottom: 15px;
}

#footer #copy {
	font-size: 80%;
}

#main h2 {
	font-size: large;
	font-weight: normal;
	margin-bottom: 25px;
}

#main h3 {
	font-size: large;
	font-weight: normal;
	margin-bottom: 25px;
}
#main h4 {
	font-size: large;
	font-weight: normal;
	margin-bottom: 25px;
}

#main .normalMidashi {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: x-large;
}
#main .pankuzu{
	margin-bottom: 0px;
	font-size: 80%;
}

#main a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
