@charset "UTF-8";

/* -----------------------------------------------
CSS file Keroro
FileName:movie.css
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body{
	color: #fff;
	background:url("../images/bg_movie.gif") repeat-x 0 0 #00AE48;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PGothic",sans-serif;
}

img{
	border:none;
}

li{
	list-style:none;
}

#m-contents {
	width: 800px;
}

	#m-contents .image {
		padding-bottom: 20px;
		float: left;
		width: 297px;
	}

	#m-contents .image div {
		padding: 0 0 0 25px;
	}

	#m-contents .movie {
		padding-bottom: 20px;
		float: left;
		width: 503px;
	}

	#m-contents .movie h1 {
		text-align: right;
	}

	#m-contents .movie .item {
		padding-bottom: 8px;
		width: 476px;
		background:url("../images/bg_frame_btm.gif") no-repeat left bottom;
	}

	#m-contents .movie .item-wrap {
		padding-top: 18px;
		width: 476px;
		background:url("../images/bg_frame_top.gif") no-repeat left top;
	}

	#m-contents .movie .item-wrap dl {
		width: 476px;
		background:url("../images/bg_frame_base.gif") repeat-y left top;
	}

	#m-contents .movie .item-wrap dt {
		padding: 0 10px 0 24px;
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}

	#m-contents .movie .item-wrap dd {
		padding: 13px 0 10px 22px;
		font-size: 18px;
		color: #000;
	}

	#m-contents .movie .item-wrap dd li {
		float: left;
		padding-right: 10px;
	}

#m-contents .movie .item-wrap dd:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}

#m-contents:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}

#m-contents #footer {
	clear: both;
	width: 800px;
}

	#m-contents #footer .copyright {
		float: left;
		width: 674px;
	}

		#m-contents #footer .copyright p {
			padding: 0 0 10px 15px;
			font-size: 10px;
			line-height: 13px;
		}

		#m-contents #footer .copyright .copy {
			font-family: verdana;
		}

	#m-contents #footer .close {
		float: right;
		width: 113px;
	}


#m-contents #footer:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}

