/*===============================================================================

	style.css

===============================================================================*/



a {
	color: #008CFF;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/*===============================================================================

	#container

===============================================================================*/

#container {
	background: url(../images/header.gif) no-repeat 0 0;
	width: 1024px;
	padding-top: 41px;
}

#container #main,
#container #sub {
	padding-top: 12px;
}

/*===============================================================================

	#container #main

===============================================================================*/

#container #main {
	float: left;
	display: inline;
	padding-left: 27px;
	position: relative;
}

#container #flashcontent {
	padding-bottom: 29px;
}

#container #flashcontent {
	width: 720px;
}

#container .eye-catch {
	width: 720px;
	margin-bottom: 30px;
}

#container .eye-catch .column {
	float: left;
	display: inline;
	width: 430px;
}

#container .eye-catch .column img {
	padding-bottom: 10px;
}

#container .eye-catch .column .description {
	font-size: 11px;
}

#container .eye-catch dl {
	float: right;
	display: inline;
	width: 274px;
	height: 210px;
	padding-bottom: 15px;
	border: 1px solid #FF87BE;
	overflow: scroll;
}

#container .eye-catch dl .title {
	background: url(../images/hl_whats_new.gif) no-repeat 0 0;
	height: 25px;
	padding-bottom: 13px;
	font-size: 77%;
	text-indent: -9999px;
}

#container .eye-catch dl .item {
	background: url(../images/icon_pink_bg_white.gif) no-repeat 0 0.25em;
	margin-bottom: 5px;
	margin-left: 11px;
	padding-left: 14px;
	font-size: 15px;
}

#container #main #links {
	width: 720px;
	padding-bottom: 35px;
}

#container #main #links .title {
	background: url(../images/hl_link.gif) no-repeat 0 0;
	height: 15px;
	padding-bottom: 11px;
	font-size: 77%;
	text-indent: -9999px;
}

#container #main #links .list {
	clear: both;
}

#container #main #links .item {
	float: left;
	display: inline;
	margin-bottom: 5px;
	margin-left: 10px;
}

#container #main #links .item.first-item {
	margin-left: 0;
}

#container #main #links .item a {
	background: url(../images/icon_pink_bg_white.gif) no-repeat 0 0.15em;
	padding-left: 13px;
}

#container #main #links .blue a {
	background: url(../images/icon_blue_bg_white.gif) no-repeat 0 0.15em;
}

#container #main .bnr {
	background: #fff url(../images/bg_girls.gif) no-repeat right top;
	width: 720px;
	height: 90px;
	padding-top: 120px;
	position: absolute;
	bottom: 0;
}

#container #main .bnr ul {
	
}

#container #main .bnr .item {
	display: inline;
	margin-left: 10px;
}

#container #main .bnr .first-item {
	margin-left: 0;
}

#container #main address {
	font-size: 11px;
	padding-top: 30px;
}


/*===============================================================================

	#container #sub

===============================================================================*/

#container #sub {
	float: right;
	background: #FF87BE;
	width: 250px;
}

#container #sub .logo {
	background: url(../images/logo_black_shb.gif) no-repeat 0 0;
	width: 176px;
	height: 176px;
	margin: 0 auto;
	padding-bottom: 26px;
	text-indent: -9999px;
}

#container #sub #movie {
	padding-bottom: 10px;
}

#container #sub #movie .title {
	background: url(../images/hl_movie.gif) no-repeat 0 0;
	height: 15px;
	padding-bottom: 15px;
	font-size: 77%;
	text-indent: -9999px;
}

#container #sub #movie .item {
	background: #FF67A6;
	width: 176px;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
	margin: 0 auto;
}

#container #sub #movie .last-item {
	padding-bottom: 10px;
	text-align: center;
}

#container #sub .hr {
	background: url(../images/bg_line.gif) no-repeat 0 0;
	width: 220px;
	height: 2px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#container #sub .hr hr {
	display: none;
}

#container #sub .bnr {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

#container #sub .bnr img {
	vertical-align: bottom;
	margin-bottom: 5px;
}

#container #sub .bnr .first-item {
	margin-bottom: 14px;
}


/*===============================================================================

	#footer

===============================================================================*/

#footer {
	background: url(../images/footer.gif) no-repeat 0 0;
	width: 1024px;
	height: 41px;
}


/***************************************************************************

				hacks

***************************************************************************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
