@charset "utf-8";

/*------------ PNG対応 -------------*/
#news h2 img { behavior: url(/css/iepngfix.htc); }

/*------------ 背景 -------------*/
body {
	background-color: #333;
	}

/*------------ FLASH -------------*/
#flash {
	width: 100%;
	height: 550px;
	background: url(../images/bg_flash.jpg) center 0 no-repeat;
	}

/*------------ コンテンツ -------------*/
#contents {
	width: 100%;
	margin: 0;
	padding: 15px 0 25px;
	background-color: #000;
	border-top: 1px solid #ccc;
	}
	#contents .box {
		width: 940px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 15px;
		}
		#contents #news {
			width: 660px;
			height: auto;
			overflow: hidden;
			margin: 0;
			padding: 0 10px 0 0;
			float: left;
			}
			#contents #news h2 {
				width: 660px;
				height: auto;
				overflow: hidden;
				margin: 0;
				}
			#contents #news dl {
				width: 660px;
				height: auto;
				overflow: hidden;
				font-size: 11px;
				}
				#contents #news dl dt {
					margin: 12px 0 0;
					padding: 0 10px;
					color: #ff0000;
					font-weight: bold;
					}
				#contents #news dl dd {
					width: 640px;
					height: auto;
					overflow: hidden;
					margin: 0;
					padding: 0 10px 17px;
					background: url(../images/bar_whatsnew.gif) 0 bottom repeat-x;
					line-height: 1.5;
					}
					#contents #news dl dd a {
						color: #fff;
						}
					#contents #news dl dd h3 {
						margin: 0 0 5px;
						}
					#contents #news dl dd p {
						}
						#contents #news dl dd p.link {
							text-align: right;
							}
							#contents #news dl dd p.link a {
								color: #ff0000;
								}
		#contents #movie {
			width: 250px;
			height: auto;
			overflow: hidden;
			margin: 0;
			padding: 3px;
			background-color: #ccc;
			float: right;
			}
		#contents #twitter {
			width: 250px;
			height: auto;
			overflow: hidden;
			margin: 0;
			float: right;
			}

