@charset "utf-8";

/*サイドメニューの設定*/
/*右側のメインコンテンツ量が増えてその縦幅が大きくなるのに合わせて、以下のheightの数値を増やしてください*/
#content-left
{
	float: left;
}

/*メインコンテンツの設定*/
#content-right
{
	float: right;
	width: 635px;
}
/*ページトップのタイトルバナーの設定*/
h2
{
	padding-bottom: 5px;
}
#introduction
{
	text-align: center;
	padding-bottom: 10px;
}
/*サブタイトルの設定*/
h3
{
	margin-top: 10px;
}
/*発売タイトルの設定*/
.title
{
	margin-top: 8px;
	margin-bottom: 10px;
	width: 635px;
	height: 232px;
}
/*発売タイトルの設定*/
.titleS
{
	margin-top: 8px;
	margin-bottom: 10px;
	width: 635px;
	height: 180px;
}
/*発売タイトルの設定*/
.titleL
{
	margin-top: 8px;
	margin-bottom: 10px;
	width: 635px;
	height: 290px;
}

/*非公開タイトルの設定（縦幅小）*/
.notitle
{
	margin-top: 8px;
	margin-bottom: 10px;
	width: 635px;
	height: 120px;
}
/*海外タイトルの設定（縦幅大）*/
.overseas
{
	margin-top: 8px;
	margin-bottom: 7px;
	width: 635px;
	height: 160px;
}
/*海外タイトルの設定（縦幅特大*/
.overseas2
{
	margin-bottom: 10px;
	width: 635px;
	height: 200px;
}

/*タイトル名の下線*/
h4
{
	background: url(../images/titleline.jpg) no-repeat left bottom;
	width: 625px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 5px;
}
/*イメージ画像や公式サイトへのリンクを含む左半分のエリアの設定*/
.title-left
{
	float: left;
	width: 180px;
	text-align: center;
}
.title-left 
.link

{
	background: url(../images/link.gif) no-repeat 125px;
}
/*タイトル詳細を含む右半分のエリアの設定*/
.title-right
{
	float: left;
	width: 445px;
}
.detail
{
	width: 435px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.detail th
{
	width: 33%;
	background: #fffe86;
	border: 2px solid #FFF;
	padding-left: 5px;
	font-size: 11px;
}
.detail td
{
	font-size: 11px;
	padding-left: 15px;
}
.detail li
{
	font-size: 85%;
}
