﻿@charset "utf-8";


/* link
=================================*/
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #e72e8b;
	text-decoration: underline;
}
a:active {
	color: #e72e8b;
	text-decoration: underline;
}

/* liese_header
=================================*/
#top_header {
	width: 965px;
	padding: 0 0 11px 0;
	border-top: 1px solid #000000;
	background: #000000 url(../../images/index_bg001.gif) no-repeat 0 100%;
}
#top_header h1 {
	float: left;
	width: 110px;
	padding: 118px 26px 0 28px;
}
#top_header p.mainImage {
	float: left;
	width: 800px;
}


/* liese_contents
=================================*/
#liese_contents {
	border-bottom: 1px solid #c1c1c1;
	background: url(../../images/index_bg005.gif) repeat-y 0 0;
	margin-bottom:0;
}

/* pickupArea
---------------------------------*/
#liese_contents .pickupArea {
	position: relative;
	float: left;
	width: 685px;
	padding: 0 0 25px;
	background: url(../../images/index_bg002.jpg) no-repeat 0 0;
}
#liese_contents .pickupArea h2 {
	margin: 20px 0 11px 7px;
	background: url(../../images/index_bg004.gif) no-repeat 228px 0;
}
#liese_contents .pickupArea ul {
	padding: 0 0 15px 30px;
}
#liese_contents .pickupArea ul li {
	float: left;
	width: 305px;
	padding: 0 20px 0 0;
}
#liese_contents .pickupArea ul li .photo {
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
}
#liese_contents .pickupArea ul li .photo a{
	font-weight:bold;
}
#liese_contents .pickupArea ul li .text {
	float: left;
	width: 205px;
}
#liese_contents .pickupArea ul li .text p.kind {
	padding: 3px 3px 4px;
}
#liese_contents .pickupArea ul li .text dl dt {
	padding: 0 0 0 13px;
	background: url(../../images/index_ic001.gif) no-repeat 2px 0.6em;
	font-size: 110%;
	font-weight: bold;
}
#liese_contents .pickupArea ul li .text dl dd {
	line-height: 1.3;
	color: #c1c1c1;
}
#liese_contents .pickupArea .pickupText01 {
	position: absolute;
	top: 30px;
	right: 45px;
}

/* promotionArea
---------------------------------*/
#liese_contents .promotionArea {
	position: relative;
	float: left;
	width: 249px;
	padding: 43px 10px 40px 11px;
	background: url(../../images/index_bg003.gif) no-repeat 0 0;
}
#liese_contents .promotionArea .banner {
	padding: 0 0 5px 0;
}
#liese_contents .promotionArea .banner02 {
	padding: 5px 0 0 5px;
}
#liese_contents .promotionArea .banner02 .facebook {
	float: left;
	width: 105px;
	padding: 0;
}
#liese_contents .promotionArea .banner02 .share {
	float: right;
	width: 130px;
	padding: 8px 0 0 0;
}


/* clearFix
=================================*/
#top_header:after,
#liese_contents:after,
#liese_contents .pickupArea ul:after,
#liese_contents .pickupArea ul li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #top_header,
* html #liese_contents,
* html #liese_contents .pickupArea ul,
* html #liese_contents .pickupArea ul li {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html #top_header,
*:first-child+html #liese_contents,
*:first-child+html #liese_contents .pickupArea ul,
*:first-child+html #liese_contents .pickupArea ul li {/* IE7 hack */
	zoom: 1;
}

