@charset "utf-8";
html {
}
body {
	font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
	color: #666666; /* 標準文字色 */
	margin: 0px;
	padding: 0px;
background: #f3719f; /* Old browsers */
}
div,ul,dl {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}
p,li,dt,dd {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
a:link    {
	text-decoration: none;
}
a:visited {
}
a:hover   {
	text-decoration: underline;
}
a:active  {
}
img {
	border: none 0px;
	padding: 0px;
	margin: 0px;
}
.pos_left {
	float: left;
}

#full_browser {
	width: 100%;
	text-align: center;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzcxOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f3719f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3719f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3719f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3719f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3719f 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3719f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3719f',GradientType=0 ); /* IE6-8 */
copy
}
#canvas_full {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-color: #fff;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
div#header div#header_belt {
	height: 23px;
	padding: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fb518d;
	border-bottom-color: #fb518d;
	background-color: #000;
}
div#header div#header_belt p {
	color: #fff;
	display: block;
	line-height: 23px;
	font-size: 7pt;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	overflow: hidden;
}
div.header_contents,div.footer_contents {
	display: block;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#header div#header_top {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#footer {
	color: #FFF;
	background-color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #d72841;	
}
div#footer #copyright {
	text-align: center;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main_canvas {
	width: 980px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff0f8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

div#box_cast {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
	
	min-height: 300px;
}
div#box_cast img#cast_photo {
	float: left;
	margin-right: 10px;
}
div#box_cast h3#cast_spec {
	margin: 0px;
	padding: 0px;
	color: #D72841;
}
div#box_cast dl#cast_comment {
}
div#box_cast dl#cast_comment dt {
	color: #ff00ff;
	font-size: 12px;
}
div#box_cast dl#cast_comment dd {
	font-size: 12px;
	max-height: 150px;
	overflow: auto;
	margin-bottom: 5px;
}
div#box_cast div#link2shop {
	position: absolute;
	bottom: 5px;
	right: 5px;
}