@charset "UTF-8";

#maincontent{
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	width:960px;
	background-color:#FFFFFF;
}

#content{
	position:relative;
	width:960px;
}

/*maincontents====================*/
#con_header,#detailBg01,#detailBg02,#detailBg03{
	position:relative;
	width:960px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:top left;
}

#con_header {
	height:209px;
	background-image:url(../img/header.jpg);
}

#detailBg01 {
	height:79px;
	background-image:url(../img/contents01.jpg);
}

#detailBg02 {
	height:465px;
	background-image:url(../img/contents02.jpg);
}

#detailBg03 {
	height:658px;
	background-image:url(../img/contents03.jpg);
}


#detailBg04 {
	height:82px;
	background-image:url(../img/contents04.gif);
}

#con_footer {
	clear:both;
	width:940px;
	height:50px;
	padding:10px 0px 0px 20px;
	background-color:#d60074;
	color:#FFFFFF;
	font-size:77%;
	line-height:1.3em;
}


/*purchasebtn====================*/
#purchase {
	position:absolute;
	left:390px;
	top:585px;
	width:152px;
	height:44px;
	display:block;
}

#purchase a {
	width:152px;
	height:44px;
	background-image:url(../img/buy_btn.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

#purchase a:hover {
	background-position:0px -44px;
}

#purchase a:visited {
	text-decoration:none;
}

/*aikubtn====================*/
#aiku_prof {
	position:absolute;
	left:694px;
	top:1511px;
	width:243px;
	height:30px;
	display:block;
}

#aiku_prof a {
	width:243px;
	height:30px;
	background-image:url(../img/aiku_btn.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

#aiku_prof a:hover {
	background-position:0px -30px;
}

#aiku_prof a:visited {
	text-decoration:none;
}


/*#contFooter====================*/
#contFooter{
	position:relative;
	padding:10px;
	background-color:#41048d;
	font-size:75%;
	color:#FFFFFF;
	text-align:center;
}

#contFooter p{
	line-height:1.2;
}

/*#other_banner====================*/

#other_banner {
	position:relative;
	width:960px;
	height:49px;
	margin:20px 0;
}

#other_banner ol li {
	float:left;
	width:230px;
	height:49px;
	padding:0 365px;
}

#other_banner ol li a{
	display:block;
	width:230px;
	height:49px;
	background-position:top left;
	background-repeat:no-repeat;
}

#other_banner ol li#wardrobe a {
	background-image:url(../img/1002ol_banner.jpg);
}	

#other_banner ol li a:hover {
	background-position:0 -49px;
}	

