/* わんこ用CSS */

@import"../../../common/css/base.css";

#container{
	background:url(../img/bg_cbody.gif) repeat-y;
	width:750px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

/*ヘッダーメニュー部分*/
#ctop{
	width:696px;
	height:120px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

/* メニュー設定 */
#menu{
	background-color:#FD4D4D;
	width:696px;
	height:70px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	overflow:hidden;
}

ul.menu{
	margin:0px auto;
	padding:0px;
	text-align:center;
	list-style:none;
}

ul.menu li{
	float:left;
	margin:0px auto;
	padding:0px;
	text-align:center;
	list-style:none;
}
/* TOPFlash */
#topflash{
	width:696px;
	height:490px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

/* メイン */
#cmain{
	background:url(../img/bg_main.gif) repeat-y;
	width:660px;/* for IE (truth=696px)*/
	margin:0px auto;
	padding:10px 18px;
	text-align:left;
	line-height:1.5em;
}

.movie{
	background:url(../img/bg_main.gif) repeat-y;
	width:475px;
	height:400px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#cbottom{
	clear:both;
	background:url(../img/bg_cbottom.gif) no-repeat;
	width:750px;
	height:23px;
	margin:0px auto;
	padding:0px;
	text-align:center;
}

#footer{
	background:url(../img/bg_copy.gif) no-repeat;
	width:750px;
	height:50px;/* for IE (truth=55px)*/
	margin:0px auto;
	padding-top:5px;
	text-align:center;
	font-size:10px;
}

#copy{
	background:url(../img/bg_footer.gif) no-repeat;
	width:750px;
	height:16px;/* for IE (truth=21px)*/
	margin:0px auto 20px;
	padding-bottom:5px;
	text-align:center;
	font-size:10px;
}
