#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	clear: both;
}
#footer_inner {
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	background-color: #835268;
	padding-bottom: 40px;
	float: left;
	clear: both;
}
/*IE以外*/
div#footer_inner {
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px;
}
#footer a {
	color: #FFF;
}

#footer ul {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F27BB0;
	height: 225px;
}

#footer li {
	color: #F27BB0;
	font-size: 14pt;
	font-weight: bold;
}
#footer .guide_sp .siteurl {
	color: #E61673;
}

#footer li a {
	font-size: 9.5pt;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 95%;
	display: block;
}
#footer .user_menu {
	width: 230px;
	margin-right: 8px;
}
#footer .master_menu {
	width: 210px;
	margin-right: 8px;
}
#footer .relatesite {
	width: 180px;
	margin-right: 10px;
}
#footer .guide_sp {
	float: left;
	width: 310px;
}
#footer .guide_sp h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #F27BB0;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: none;
}
#footer .guide_sp .qr {
	float: right;
	margin-left: 10px;
}
#footer .guide_sp .qr a {
	font-weight: bold;
}

#footer .guide_sp .icons {
	width: 305px;
	background-color: #FFF;
	float: left;
	clear: both;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer .guide_sp .icons div {
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#footer .guide_sp .icons div:first-child,
#footer .guide_sp .icons div:nth-of-type(2) {
	width: 48%;
}
#footer .guide_sp .icons .margin_gr {
	margin-right: -18px;
}
#footer .guide_sp .icons .margin_tr {
	margin-right: -30px;
}
