body{
margin: 0;
padding: 0;
font-size: 14px;
background-color: #cfb5c1;
}

#layout {
background-color: #FFFFFF;
width: 800px;
margin: 0 auto 0 auto;
padding-top: 0 auto 0 auto;
}


/* ヘッダー */

#header {
background-color: #6c2b44;
color: #FFFFFF;
font-size: 24px;
width : 800px;
height : 120px;
margin : 0px 0px 0px 0px;
padding-top: 0px;
text-align: left;
}


/* ナビゲーション */

#menu {
margin: 0px auto 0px auto;
padding: 10px;
font-size: 14px;
color: #402030;
text-align: left;
}

.sub {
float: left;
width: 130px;
height: 30px;
}


/* メインコンテンツ */

#main {
clear:both;
width : 750px;
margin : 25px auto 25px auto;
padding: 0px;
text-align: left;
color: #402030;
}

.main_title_bg{
clear:both;
height: 36px;
padding: 0px;
margin: 0px;
background-color: #6c2b44;
background-image: url();
background-position: left top;
background-repeat: no-repeat;
}

.main_title{
font-size: 24px;
font-family : Times New Roman, Times, serif;
font-weight: bolder;
font-style: italic;
color: #FFFFFF;
padding: 6px 0px 0px 10px;
}

.main_text {
font-size: 14px;
color: #402030;
margin: 20px 20px 20px 20px;
line-height : 165%;
}

.main_text a {
text-decoration : underline;
}

.main_text img {
padding: 2px;
} 

.top{
float: left;
width: 490px; 
}

.top2{
float: left;
width: 390px; 
}

.image{
float: right;
width: 200px; 
text-align: center;
}

.image2{
float: right;
width: 300px; 
text-align: center;
}

.top_blog {
float: left;
width: 420px; 
}

.image_blog {
margin-top: 30px;
float: right;
width: 260px; 
text-align: center;
}

.image p {
margin: 5px 0px 3px 0px;
padding: 0px;
font-size: 14px;
font-weight: bolder;
color: #402030;
}

.clear{
clear:both;
}

.main_cast {
width: 520px;
margin: 20px auto 20px auto;
padding: 0px;
}

.main_cast img{
border: 0px;
}

.cast_s {
float: left;
margin: 0px 0px 10px 0px;
padding: 0px;
width: 130px;
font-size: 13px;
color: #402030;
line-height : 120%;
text-align: center;
display: inline;
}

.cast_s p {
margin: 5px 0px 3px 0px;
padding: 0px;
font-size: 14px;
font-weight: bolder;
color: #402030;
}

.info dl {
margin: 20px auto 20px auto;

width: 720px;
}

.info dt {
float: left;
width: 80px;
margin: 0px 0px 15px 0px;

padding: 0px 0px 0px 6px;
font-weight: bolder;
}

.info dd {
margin: 0px 0px 20px 80px;

padding: 0px;
}

.info_text {
font-size: 14px;
color: #402030;
margin: 0px 20px 30px 30px;
line-height : 165%;
}

.info_p {
font-size: 16px;
font-weight: bolder;
color : #402030;
margin: 30px 20px 10px 20px;
}

.info strong {
font-size: 18px;
font-weight: bolder;
color : #402030;
}


.media_p {
font-size: 15px;
font-weight: bolder;
color : #402030;
margin: 20px 20px 10px 0px;
}

.info_b {
font-size: 16px;
font-weight: bolder;
color : #402030;
margin: 20px 20px 30px 0px;
}


.bottom_image {
width: 400px;
margin: 0 auto 0 auto;
padding-top: 0 auto 0 auto;
}

.bottom {
text-align: right;
font-size: 15px;
font-weight: bolder;
color: #402030;
margin: 20px 20px 40px 20px;
}



/* フッター */

#footer {
background-color: #6c2b44;
font-size: 12px;
font-family : Courier New, Courier, serif;
color: #FFFFFF;
padding: 10px;
margin: 10px 0px 0px 0px;
text-align: center;clear: both;
}

/* 他一括 */

a {
color: #6c2b44;
text-decoration: none;
}


a:hover {
color:  #ac6b84;
text-decoration: underline;
}   


hr {
border-color: #6c2b44;
border-width: 0px 0px 1px 0px;
border-style: dotted;
height: 1px;
margin-top: 5px;
margin-bottom: 10px;
}

strong {
font-size: 15px;
font-weight: bolder;
color : #402030;
}


h2 {
margin: 0px 0px 10px 10px;
font-size: 16px;
font-weight: bolder;
color : #6c2b44;
}

figure {
	margin: 5px auto;
	text-align: center;
}

figcaption {
	text-align: center;
}

.large {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

div.main_text figure {
  display: inline-block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
div.main_text figure img {
  vertical-align: text-bottom;
}
div.main_text figure figcaption {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.5rem;
  color: white;
  background-color: black;
  text-align: center;
  font-size: 12px;
  opacity: 0.75;
}

div.imgbox {
  width: 100%;
  text-align: center;
}
