@charset "Shift_JIS";

/* ############################################################################################# */
/* ページ固有設定 */
/* ############################################################################################# */

body {
	margin: 0;
	background-color:#000000;
}


#base{
	height:540px;
	text-align:center;
	border-top:solid 1px #c7c7c7;
}

#bgright{
	height:540px;
	text-align:center;
	background-image: url(../images/common/base_bg_r.gif);
	background-position: top left;
}
#bgleft{
	height:540px;
	text-align:center;
	background-image: url(../images/common/base_bg_l.gif);
	background-position: top right;
}

#contents{
	width:996px;
	height:540px;
	margin:auto;
	background-color:#000;
}



#flashContent{}

/* ############################################################################################# */
/* layout.tieup.css 定義上書き */
/* ############################################################################################# */

#TIEUP2010-BAR h1{
	padding-left:7px;
}


