﻿@charset "UTF-8";

@import url("default.css");

p	{
	float: center;
    color:#C9C9C9;
	font-size: 0.8em;
}

/* ページフレーム用パーツ
--------------------------------------------- */

#red_container {
	width: 868px;
	margin:0 auto;
	padding-top: 30px;
	text-align: left;
}

#red_box_top	{
	background-image: url("../images/common/red_box_top.gif");
	background-repeat: no-repeat;
	height: 397px;
}

#red_box_bottom	{
	background-image: url("../images/common/red_box_bg.gif");
	background-repeat: repeat-y;
}

#black_container	{
	background-color: #000;
	margin: 0 35px 0 33px;
	width: 800px;
}

/* メイン画像パーツ
--------------------------------------------- */

#top_maingraphic	{
	text-align: center;
	padding-bottom: 26px;
}

/* What's Newパーツ
--------------------------------------------- */
#whatsnewarea	{
	float: left;
	width: 500px;
}

h2#whatsnewtitle	{
	padding: 0 0 20px 28px;
	background-color: #000;
}

#whatsnew	{
	background-color: #000;
	color: #eee;	
	padding-left: 30px;
}

#whatsnew dt	{
	clear: both;
	float: left;
	width: 75px;
}

#whatsnew dt img	{
	margin-right: 10px;
}

#whatsnew dd	{
	margin-left:80px;
	margin-bottom: 10px;
}

.alllist	{
	text-align: right;
	font-size: 0.9em;
}

.alllist img	{
	vertical-align: middle;
	margin-right: 3px;
}

/* バナー部分パーツ
--------------------------------------------- */

#bannerarea	{
	float: right;
	list-style-type: none;
	background-color: #000;
	padding-right: 12px;
}

#bannerarea li	{
	margin-bottom: 10px;
}
