#oimf-ttl {
	float: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	margin-top: 10px;
}

#oimf-main {
	float: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 0.8em;
	color: #333333;
	line-height: 140%;
	background-image: url(../img/haikei.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*
左欄 舞台挨拶動画*/

#oimf-left {
	float: left;
	width: 170px;
	clear: left;
}
#oimf-left p{
	font-size: 1.1em;
	font-weight: bold;
}
#oimf-left #greetinglist ul{
}
#oimf-left ul{
}
#oimf-left li{/*各映画タイトル*/
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}
#oimf-left li a:link{
	color: #003399;
	text-decoration: none;
}
#oimf-left li a:visited{
	color: #003399;
}
#oimf-left li a:hover{
	color: #3399CC;
	text-decoration: underline;
}
#oimf-left li a:active{
	color: #003399;
}


/*
右欄 */

#oimf-right {
	float: right;
	width: 530px;
	margin-bottom: 10px;
}
#oimf-right p{
	margin-bottom: 5px;
	line-height: 140%;
}
#oimf-right h4{
	font-size: 1.4em;
	font-weight: bold;
	color: #003399;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #003399;
	padding-left: 5px;
}
#oimf-right h5{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;

}
#oimf-movie {
	width: 500px;
}

#oimf-right .moviethum{/*舞台挨拶サムネイル*/
	float: left;
	width: 130px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

#oimf-right .moviethum a:link{
	color: #003399;
	text-decoration: none;
}
#oimf-right .moviethum a:visited{
	color: #003399;
	text-decoration: none;
}
#oimf-right .moviethum a:hover{
	color: #3399CC;
	text-decoration: underline;
}
#oimf-right .moviethum a:active{
	color: #003399;
}


.oimf-link {
	width: 250px;
	float: left;
	height: 80px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}


.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

.text-black{
	color: #000000;
}

.text-orange{
	color: #FF6600;
	font-weight: bold;
}
.text-red{
	color: #FF0000;
}
.text-blue{
	color: #0066FF;
}

