@charset "utf-8";

@import url('base.css');

* {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#FFF;
	line-height:1.8em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	overflow-x: hidden;
	overflow-y: hidden;
}

ul,li,dt,dd {
	list-style-type:none;
}

a {
	text-decoration:none;
}

a:hover {
	position:relative;
	top:1px;
	left:1px;
}

.footimg {
	max-width:140px;
	height:auto;
}

#footerWrap {
	font-size:12px;
	color:#FFF;
	width: 100%;
}

#footerWrap #rococoStore {
	position: absolute;
	right: 135px;
}

#footerWrap #copyright {
	position: absolute;
	bottom: 10px;
	right: 20px;

}
#footerWrap #footerMain {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 330px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#footerWrap #footerMain #footerTextLink dl {
	width: 159px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	/* [disabled]padding-right: 30px; */
	padding-left: 20px;
	height: 200px;
	-webkit-box-shadow: 1px 0 0 #6A7073;
	-moz-box-shadow: 1px 0 0 #6A7073;
	box-shadow: 1px 0 0 #6A7073;
}

#footerWrap #footerMain #footerTextLink dl:first-child {
	border-left-style: none;
	padding-left: 15px;
}

#footerWrap #footerMain #footerTextLink dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
#footerWrap #footerMain #footerTextLink dl dt:first-child {
	margin-top: 0px;
}

#footerWrap #footerMain #footerTextLink dl dd {
	font-size: 0.95em;
}
#footerWrap #footerMain #rococoStore p .reference a {
	color: #399;
}
#footerWrap #footerMain dl dd a {
	color: #FFF;
}
#footerWrap #footerSearch {
	background-color: #EBEBEB;
	height: 28px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	position: relative;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}







#footerWrap #footerMain #footerIcon li {
	float: left;
/*	width: 158px;*/
	width: 198px;
	height: 50px;
	border: 1px solid #333;
/*	margin-left: 10px;*/
	margin-left: 16px;
	background-color: #434749;
	padding: 5px;
	font-size: 10px;

}

#footerWrap #footerMain #footerIcon li:first-child {
	margin-left:0px;
}

#footerWrap #footerMain #footerIcon {
	height: 62px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 1px 0 #6A7073;
	-moz-box-shadow: 0 1px 0 #6A7073;
	box-shadow: 0 1px 0 #6A7073;
	display: block;
}
#footerWrap #footerMain #footerIcon li dl {
	padding: 0px;
	/*width: 60%;*/
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	margin-left: 5px;*/
	margin-left: 20px;
}
#footerWrap #footerMain #footerIcon li dl dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.9em;
	text-decoration: underline;
}
#footerWrap #footerMain #footerIcon li dl {
	float: left;
}
#footerWrap #footerMain #footerIcon li dl img {
	float: left;
	display: inline;
}
#footerWrap #footerMain #footerIcon li img {
	height: 40px;
	width: 40px;
	float: right;
	/*margin: 3px;*/
	margin: 5px 20px 5px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerWrap #footerMain #footerIcon li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	height: 52px;
}
#footerWrap #footerMain #footerIcon li a dl dd {
	line-height: 1.3em;
	font-size: 0.9em;
}
#footerWrap #footerSearch dl dt {
	color: #F60;
	line-height: 30px;
	float: left;
}
#footerWrap #footerSearch #searchForm {
	position: absolute;
	right: 30px;
	top: 20px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}
#footerWrap #footerSearch dl dd {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	color: #666;
	text-decoration: underline;
}
#footerWrap #footerSearch #searchForm form #searchSubmit {
	width: 50px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background-image: url(../images/search_bt.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: 1px 1px 0px #AAA;
	-moz-box-shadow: 1px 1px 0px #AAA;
	box-shadow: 1px 1px 0px #AAA;
}

#footerWrap #footerSearch #searchForm form #searchSubmit:active {
	top:1px;
	left:1px;
}

#footerWrap #footerSearch #searchForm form #searchWindow {
	color: #CCC;
	height: 24px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#footerWrap #footerSeachWrap {
	background-color: #EBEBEB;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footerWrap #footerMainWrap {
	background-color: #575B5E;
}

#footerWrap #footerSeachWrap #footerSearch .clearfix dd a {
	color: #333;
	line-height: 30px;
	text-decoration: underline;
}
