/*----------------基本設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #660000;
	color: #000000;
	font-size: 12px;
	_font-size: 75%;/*IE6用*/
	line-height: 1.3;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
ul,ol,li,p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
#container {
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*header*/
#header .ps2Logo {
	float: left;
	width: 108px;
	height: 35px;
	margin-right: 16px;
}
#header .wiiLogo {
	float: left;
	width: 67px;
	height: 35px;
}
#header .mainVisual {
	clear: both;
}

/*content*/
#content {
	clear: both;
	overflow: hidden;
	width: 780px;
	margin-bottom: 10px;
}

/*footer*/
#footer {
	clear: both;
	overflow: hidden;
	width: 780px;
}
#footer p.footerTable {
	margin-bottom: 6px;
	padding-bottom: 7px;
	background: url(img/parts_dot01.gif) repeat-x left bottom;
}
#footer .footerLogo {
	float: left;
	width: 483px;
}
#footer .footerLogo p.logo {
	float: left;
	width: 76px;
	height: 40px;
}
#footer .footerLogo p.copyright {
	float: left;
	width: 391px;
	height: 41px;
	margin-left: 10px;
}
#footer .footerBtn {
	float: right;
	width: 200px;
}


/*----------------リンク基本設定----------------*/

A:link {color:#FFCC00; text-decoration:none}
A:visited {color:#FFCC00; text-decoration:none}
A:hover {color:#FFCC00; text-decoration:underline}
A:active {text-decoration:none}

/*----------------テキスト基本設定----------------*/

.sText {
	font-size: 10px;
	line-height: 1.2;
}

.mText {
	font-size: 12px;
	line-height: 1.3;
}

.lText {
	font-size: 14px;
	line-height: 1.4;
}
	
.llText {
	font-size: 17px;
	line-height: 1.5;
}
.t-white-m {
	font-size: 12px;
	line-height: 1.3;
	color:#FFFFFF;
}

/*----------------モジュール----------------*/
.pr {
	text-align: right;
}
.pc {
	text-align: center;
}