@charset "Shift_JIS";
@import "../../css/clear.css";
/*
*******************************
tigers2010.css
LAST UP DATA:2010/2/28
AUTHOR:YUKI INOUE(tv-osaka-system)
https://www.tv-osaka.co.jp/
*******************************

1.共通部分の段組
2.index.html
3.price.html
4.schedule.html
5.haifu.html
6.musume.html

*/
/***************************
1.段組
***************************/
body{
	background:#F0DE02 url(images/bg_body.gif) center top no-repeat;
	font-size:13px;
	color:#FFF;
	*font-size:small;
	*font:x-small;
	line-height:125%;
}
a{
	color:#CCC;
	text-decoration:none;
}
a:hover{
	color:#CCC;
	text-decoration:underline;
}
a:visited{
	color:#0066CC;
	text-decoration:none;
}
#wrap{
	width:850px;
	margin:0 auto;
	background:#000;
}
#mainPic h1{
	width:543px;
	float:left;
}
#mainPic p{
	width:307px;
	float:left;
}
#contents01 h2,#contents02 h2{
	width:377px;
	float:left;
	margin-left:20px;
	display:inline;
}	
#contents01 p{
	background:url(images/tit01.gif) no-repeat;
	height:221px;
	width:362px;
	float:left;
	padding:140px 45px 0 45px;
}
#contents02 p{
	background:url(images/tit02.gif) no-repeat;
	height:196px;
	width:362px;
	float:left;
	padding:90px 45px 0 45px;
}
#contents #cast{
	background:url(images/foot_pic.jpg) no-repeat;
	height:256px;
	margin-top:40px;
	padding:160px 0 0 350px;
	color:#8D7F61;
}
#footer{
	background:#FFF url(images/bg_foot.gif) repeat-x;
	height:40px;
	text-align:center;
	font-size:77%;
	color:#333;
	padding-top:20px;
}