@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	_width: 98%;
	font-size: 82.5%;
	color: #523E44;
	line-height: 1.5;
}
#container {
	width: 740px;
	margin: 0 auto;
}
#navi {
	float: left;
	width: 100px;
	margin-top: 27px;
	text-align: center;
}
#navi ul{
	margin:15px;
	list-style-type: none;
	font-size: 0px;
}
#navi ul li img{
	margin-bottom: 2px;
}
#wrapper {
	float: right;
	width: 627px;
	margin: 0 0 0 13px;
}
#header {
	height: 27px;
}
#header img {
	margin:12px 0 0 4px; 
}
#contents {
	width: 625px;
	border: solid 1px #C5A5B0;
}
h2 {
	border-bottom: solid 1px #C5A5B0;
}
#contentInner {
	width: 564px;
	margin: 20px auto;
}
.title{
	margin-bottom: 10px;
}
.rBox {
	width: 564px;
	background:#F3EDEF url(http://img.yongjoon.jp/img/rbox.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 14px;
	zoom: 100%;
}
.rBox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.rBox h3 {
	background:#F3EDEF url(http://img.yongjoon.jp/img/rbox.gif) no-repeat top;
	padding: 10px 15px 10px 35px;
	color: #A6808D;
	font-size: 100%;
}
.rBox p {
	padding: 5px 16px 8px 35px;
	background: #F3EDEF;
}
.rBox img.right {
	margin: 5px 0px 5px 10px;
	float:right;
}
.rBox img.left {
	margin: 5px 10px 5px 0px;
	float:left;
}
.rBox2 {
	width: 564px;
	background:#F3EDEF url(http://img.yongjoon.jp/img/rbox2.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.rBox2 h3 {
	background: url(http://img.yongjoon.jp/img/rbox2.gif) no-repeat top;
	padding: 5px;
	text-align:center;
	color: #A6808D;
}
.rBox2 p {
	background: #F3EDEF;
}
.rBox3 {
	width: 564px;
	background:#FADEE1 url(http://img.yongjoon.jp/img/rbox3.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 14px;
	zoom: 100%;
}
.rBox3:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.rBox3 h3 {
	background: url(http://img.yongjoon.jp/img/rbox3.gif) no-repeat top;
	padding: 10px;
	font-size: 100%;
	text-align: center;
}
.rBox3 p {
	padding: 5px 16px 8px 16px;
	background: #FADEE1;
}
.rBox4 {
	width: 564px;
	background:#F3EDEF url(http://img.yongjoon.jp/img/rbox.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 14px;
	zoom: 100%;
}
.rBox4:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.rBox4 h3 {
	background:#F3EDEF url(http://img.yongjoon.jp/img/rbox.gif) no-repeat top;
	padding: 7px 15px 10px 35px;
	color: #A6808D;
	font-size: 100%;
}
.rBox4.btn_detail {
	position:relative;
	top:3px;
	left:10px;
}
.rBox4 p {
	padding: 5px 16px 8px 35px;
	background: #F3EDEF;
}
.rBox4 table, .rBox4 tr, .rBox4 td,  {
	background: #F3EDEF;
}
.rBox4 img.right {
	margin: 5px 0px 5px 10px;
	float:right;
}
.rBox4 img.left {
	margin: 5px 10px 5px 0px;
	float:left;
}
#footer {
	width: 627px;
	height: 20px;
	font-size: 0px;
}
.copy {
	float: left;
}
#footerNavi{
	float: right;
}
img{
	border:0px;
}
a:link{
	color: #885265;
	text-decoration: underline;
}
a:visited{
	color: #885265;
	text-decoration: underline;
}
a:hover{
	color: #FF0055;
	text-decoration: none;
}
a:active{
	color: #523E44;
	text-decoration: none;
}
a:focus{
	outline: 0;
}
.clr{
	clear:both;
}

/* ----------------Profile---------------- */
#prof table{
	border-collapse: collapse;
}
#prof th{
	vertical-align: top;
	width: 80px;
	text-align:left;
	padding: 2px;
	color:#A6808D;
}
#prof td{
	font-weight: normal;
	vertical-align: top;
	padding: 2px 0;
}
#prof td.bold{
	font-weight: bold;
}
/* ----------------Movie---------------- */
.movie_back {
	padding:5px;
	height:145px;
	color: #A6808D;
	border: 1px solid #C5A5B0;
	vertical-align:top;
	line-height:1.1;
	text-align:center;
}
#movie_back img {
	margin:0px 0px 3px 0px
}