@charset "EUC-JP";

/* トップ */

/* ギャラリー
-------------------------------------- */

div#flash {
	float:left;
	width:418px;
	margin-bottom:5px;
}

ul.gallery {
	background : transparent url(/images/top_images/bg_gallery_frame.gif) no-repeat center left;
	width:418px;
	height:278px;
}

ul.gallery li {
	margin:9px;
}

/* 更新履歴
-------------------------------------- */

div#news {
	float:right;
}

div#news dl {
	overflow:hidden;
}

div#news dl dt {
	width: 6em;
	padding-bottom: 0.3em;
}

div#news dl dd {
	margin-top: -1.75em;
	margin-bottom: 0.4em;
	padding-left: 6em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ccc;
}

/* バナー無し調整 */

div#news div.section-320px-inner {
	height: 228px;
}

div#news dl {
	height: 225px;
	overflow: auto;
	outline: none;
}

/* 新着作品
-------------------------------------- */

div#reserve {
	clear:both;
}

div#reserve ol {
	margin-top:0.5em;
	margin-left:19px;
	margin-bottom:1em;
}

div#reserve ol li {
	display:block;
	width:133px;
	min-height:22em;
	height: auto !important;
	height: 22em;
	float:left;
	padding:0 20px;
}

div#reserve ol li a {
	display:block;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}

div#reserve ol li a img {
	display:block;
	border:#ddd solid 3px;
	padding:1px;
	margin-bottom:3px;
}

div#reserve ol li a:hover img {
	background-color:#FF8826;
}

div#reserve ol li a span {
	text-decoration:underline;
}

div#reserve ol li a em {
	display:block;
}

div#reserve ol li a:hover em {
	color:#000;
}

/* movie
-------------------------------------- */

div.movie{
		float:left;
		width:692px;
		margin:5px 0 -8px 17px;
		display:inline;
}

div.movie span{
		float:left;
}

div.movie dl{
	float:right;
	width:346px;
	height:230px;
	padding-top:5px;
	background:url(../images/top/move_right.jpg) left top no-repeat;
}

div.movie dt{
		float:right;
		display:inline;
}

div.movie dl span{
		float:left;
}

div.movie dd{
		float:right;
		padding:8px 10px 10px;
		width:143px;
		height:113px;
		margin-right:20px;
		border:1px solid #d7d7d7;
		background-color:#eee;
		color:#333;
		display:inline;
}

div.movie dd p{
		float:left;
		width:143px;
		line-height:130%;
		margin:2px 0;
		display:inline;
}

div.movie dd p.bottom{
		float:left;
		width:143px;
		line-height:130%;
		margin:8px 0 0;
		display:inline;
}

div.movie img.pake {
		float:left;	
		border:#ddd solid 2px;
		padding:1px;
		margin-left:20px;
		margin-top:15px;
		display:inline;
}

div.movie a:hover img.pake {
	background-color:#FF8826;
}

div.secret {
	clear:both;
	text-align:center;
	padding:10px 0 0;
	margin:0 auto;
}
div.secret img {
	margin-bottom:10px;
}

h3 {
		color:#333;
		font-size:12px;
		margin:15px 20px 10px 0; 
		border-bottom:#D7D7D7 solid 2px;
		width:165px;
		float:right;
		display:inline;
}

h3 span {
		display:block;
		margin-bottom:2px;
		padding-left:5px;
		border-left: #FF8826 solid 0.28em;
		text-decoration:none;
}

h3 em {
		font-weight: bold;
		display:block;
}

