/* CSS Document */
.contents_title_left {
	text-align: left;
	background-image: url(images/contents_title_left.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 31px;
	}
.contents_title_middle {
	text-align: left;
	background-image: url(images/contents_title_middle.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
.contents_title_movie {
	text-align: left;
	background-image: url(images/contents_movie.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
	width: 113px;
	}
.contents_title_music {
	text-align: left;
	background-image: url(images/contents_music.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
	width: 113px;
	}
.contents_title_management {
	text-align: left;
	background-image: url(images/contents_management.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
	width: 113px;
	}
.contents_text {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 17px;
	margin-left: 10px;
}

.visible { overflow : visible ; }
.hidden  { overflow : hidden ; }
.scroll  { overflow : scroll ; }
.auto    { overflow : auto ; }