@charset "UTF-8";



/** main
/**************************************/
div#main ul {
	overflow:        hidden;
}

div#main ul li {
	float:           left;
}

div#main ul li img {
	display:         block;
}

*/div#main ul li:last-child {
	background:      url( "/shared/img/top/bnr03.jpg" ) no-repeat;
	width:           320px;
	height:          520px;
	position:        relative;
}/*

div#main ul li:last-child a {
	position:        absolute;
	left:            48px;
}

div#main ul li:last-child a:first-child {
	top:             392px;
}

div#main ul li:last-child a:last-child {
	top:             440px;
}
