@charset "utf-8";

html {
	background: #000 url(../img/bg/ptn01_8.png) repeat 0 0;
}
body {
	background: none;
}
#shiv {
	height: 50%;
	margin-top: -100px;
}
#indexcontents {
	margin: 0 auto;
	width: 600px;
	height: 200px;
	text-align: left;
	top: -100px;
	background: url(../img/bg/logo.png) no-repeat 0 30px;
}
#indexcontents dl dt {
	margin-bottom: 2em;
}
#indexcontents dl dd {
	margin-bottom: 2em;
	font: normal 10px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

/* clearfix */
#indexcontents ul:before,
#indexcontents ul:after {
	content:"";
	display:table;
}
#indexcontents ul:after {clear:both;}
#indexcontents ul {zoom:1;}
/* End clearfix */
#indexcontents ul {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#indexcontents ul li {
	float: left;
}

/* Yukie banner */
#indexcontents p a {
	font: normal 12px/1.5 Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #fff;
}
#indexcontents p a:hover,
#indexcontents p a:focus {
	color: #FFDABF;
}
#indexcontents p img {
	margin-bottom: 1em;
}
#indexcontents p span {
	padding-left: 10px;
	background: url(../img/bg/arrow02.png) no-repeat 0 5px;
}
