@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	text-align:center;
	border-top:solid 4px #000000;
}
img{
	border:0;
}
div#Head{
	width:1000px;
	height:110px;
	margin:0 auto;
}
div#Logo{
	display:block;
	width:224px;
	float:left;
	padding:40px 20px;
	box-sizing:border-box;
	margin-right:286px;
}
div#HeadBtn img{
	display:block;
	float:left;
	margin-right:16px;
}
div#HeadBtn{
	float:left;
	width:506px;
	margin-right:-16px;
	height:100px;
	padding:25px 0 20px 0;
	box-sizing:border-box;
}
div#HeadMenuBg{
	width:100%;
	height:60px;
	background-image:url(/themes/babyboo/img/common/head_menu_bg.png);
	background-repeat:repeat-x;
}
ul#HeadMenu{
	 clear:both;
	list-style:none;
	width:1000px;
	text-align:left;
	margin:0 auto;
}
 ul#HeadMenu li{
	float:left;
}
 ul#HeadMenu li a{
	display:block;
	background-image:url(/themes/babyboo/img/common/head_menu.png);
	background-repeat:no-repeat;
	height: 0 !important;
	height /**/:60px;
	padding-top:60px;
	overflow:hidden;
}


#menu1 a{ width:143px; background-position:0 0;}
#menu2 a{ width:143px; background-position:-143px 0;}
#menu3 a{ width:143px; background-position:-286px 0;}
#menu4 a{ width:143px; background-position:-429px 0;}
#menu5 a{ width:143px; background-position:-572px 0;}
#menu6 a{ width:143px; background-position:-715px 0;}
#menu7 a{ width:142px; background-position:-858px 0;}

#menu1 a:hover{ background-position:0 -60px;}
#menu2 a:hover{ background-position:-143px -60px;}
#menu3 a:hover{ background-position:-286px -60px;}
#menu4 a:hover{ background-position:-429px -60px;}
#menu5 a:hover{ background-position:-572px -60px;}
#menu6 a:hover{ background-position:-715px -60px;}
#menu7 a:hover{ background-position:-858px -60px;}

#dropmenu{
  list-style-type: none;
	 clear:both;
	list-style:none;
	width:1000px;
	text-align:left;
	margin:0 auto;
}
#dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a:not(.SubMenu){
	display:block;
	background-image:url(/themes/babyboo/img/common/head_menu.png);
	background-repeat:no-repeat;
	height: 0 !important;
	height /**/:60px;
	padding-top:60px;
	overflow:hidden;
}

#menu1 a{ width:143px; background-position:0 0;}
#menu2 a{ width:143px; background-position:-143px 0;}
#menu3 a{ width:143px; background-position:-286px 0;}
#menu4 a{ width:143px; background-position:-429px 0;}
#menu5 a{ width:143px; background-position:-572px 0;}
#menu6 a{ width:143px; background-position:-715px 0;}
#menu7 a{ width:142px; background-position:-858px 0;}

#menu1 a:hover{ background-position:0 -60px;}
#menu2 a:hover{ background-position:-143px -60px;}
#menu3 a:hover{ background-position:-286px -60px;}
#menu4 a:hover{ background-position:-429px -60px;}
#menu5 a:hover{ background-position:-572px -60px;}
#menu6 a:hover{ background-position:-715px -60px;}
#menu7 a:hover{ background-position:-858px -60px;}


#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
  width:100%;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  width:100$;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  display:block;
  width:143px;
  box-sizing:border-box;
  color:#fff;
}
#dropmenu li:hover > a{

  color: #fff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
a.SubMenu{
	width:100%;
}


#Contents{
	width:1000px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
	text-align:left;
	padding-bottom:40px;
}

#FooterInfoBg{
	clear:both;
	height:100px;
	width:100%;
	background-image:url(/themes/babyboo/img/common/footer_info_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#FooterInfo{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#FooterInfoTxt{
	height:80px;
	float:left;
	border-left:solid 1px #5c4500;
	margin-top:10px;
	padding-left:25px;
	width:431px;
	padding-top:5px;
	font-size:13px;
	line-height:17px;
	color:#333;
	box-sizng:border-box;
}

#FooterLogo{
	height:100px;
	padding:36px 0 0 10px;
	float:left;
	box-sizing:border-box;
	margin-right:25px;
}
#FooterBtn{
	width:322px;
	float:left;
	padding:12px 0 0 0;
	height:100px;
	box-sizing:border-box;
	margin-right:-12px;
}
#FooterBtn img{
	display: inline;
	width:149px;
	margin-right:12px;
}

#FooterBg{
	width:100%;
	text-align:center;
	background-image:url(/themes/babyboo/img/common/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#5c4500;
}

#Footer{
	width:1000px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	padding:30px 0 25px 0;
	min-height:200px;
}

#Footer a{
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover{
	text-decoration:underline;
}

p.FooterLink1{
	font-size:15px;
	line-height:15px;
	color:#fff;
	background-image:url(/themes/babyboo/img/common/footer_bullet.png);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:15px;
}
p.FooterLink2{
	float:left;
	font-size:12px;
	line-height:12px;
	color:#fff;
	background-image:url(/themes/babyboo/img/common/footer_bullet.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
ul.FooterLinkList{
	clear:both;
	list-style:none;
	margin-bottom:5px;
}
ul.FooterLinkList li{
	font-size:13px;
	line-height:13px;
	color:#FFF;
	float:left;
	padding-left:15px;
	background-image:url(/themes/babyboo/img/common/footer_bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin-right:20px;
}

＃main-content-container{
	width:1000px;
	width:1000px;
	margin:0 auto;
}
#ContentsPage{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	box-sizing:border-box;
	text-align:left;
	padding-bottom:40px;
}

#ContentsMain{
	width:730px;
	float:left;
	margin-right:40px;
}
#Side{
	float:left;
	width:230px;
}

.Pd15{
	padding:15px;
}
.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
