﻿@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("styles-site.css");
/* ---------------------------------------------------------------- *
	トップページ用スタイル
 * ---------------------------------------------------------------- */
 
/* メインフラッシュ */
#flash {
	height: 300px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 30px;
}

/* ニューリリース（動画） */
#content #newrelease {
	float: left;
	width: 480px;
}
#newrelease-inner {
	background-color: #ededed;
	background-image: url(../img/bg_mov.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#newrelease   #newmov {
	float: left;
	width: 250px;
}
#newrelease  #mov   {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newrelease  #comment {
	float: right;
	width: 190px;
}
#newrelease   h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 110%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#newrelease   h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#newrelease  p {
	padding-bottom: 5px;
}

/* お知らせ */
#content #oshirase {
	float: right;
	width: 300px;
}
#oshirase .box {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#oshirase .box img {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}
#oshirase h2 {
	font-size: 100%;
}
#oshirase p {
	padding-top: 10px;
	padding-bottom: 5px;
}

/*バナー位置*/

#content #banner{
	float: right;
	width: 300px;
margin-top: 30px;
}



/* ランナーへのリンクボタン */
#pagetop_linkbtn {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}