/*=========================================
コンテンツ設定
=========================================*/

body {
	width: 100%;
	font-size: 80%;
	line-height: 150%;
	background: #00a2ec url(../images/bg_body.gif) no-repeat fixed center top;
}

#wrapper {
	width: 700px;
	margin: 0px auto;
}

#returnTop {
	margin: 10px 0px 30px;
	clear: both;
	white-space: nowrap;
}
#returnTop p {
	padding-left: 12px;
	background: url(../images/bg_returntop.gif) no-repeat left center;
	float: right;
}
#returnTop a {
	text-decoration: none;
}


/*=========================================
リンク設定
=========================================*/

a:link {
	color: #00a0e9;
}
a:visited {
	color: #00a0e9;
}
a:hover {
	color: #00a0e9;
	text-decoration: none;
}
a:active {
	color: #00a0e9;
	outline: none;
}
a:focus {
	color: #00a0e9;
	outline: none;
}


/*=========================================
ヘッダー設定
=========================================*/

#headArea {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	color: #FFF;
}

#headArea h2 {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 250%;
	line-height: 150%;
}
#headArea h2 span {
	font-size: 50%;
}

#headArea dl {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 120%;
	font-weight: bold;
}
#headArea dl dt {
	width: 4em;
	margin-bottom: 5px;
	float: left;
}
#headArea dl dd {
	margin-bottom: 5px;
	margin-left: 4em;
}
#headArea dl dd span {
	font-size: 80%;
}

/*=========================================
フッター設定
=========================================*/

#footArea {
	width: 700px;
	color: #FFF;
	text-align: left;
}
#footArea a {
	color:#FFF;
}
#footArea address {
	float: left;
}
#footArea img.map {
	float: right;
}


/*=========================================
クレジット設定
=========================================*/

#credit {
	width: 700px;
	margin: 10px 0;
	color: #FFF;
	clear: both;
}


/*=========================================
コンテンツ設定
=========================================*/

#contentArea {
	width: 700px;
	margin-bottom: 20px;
	text-align: left;
}

#contentBody {
	padding: 20px;
	background: #FFF;
}


/*-----------------------------------------
見出し設定
-----------------------------------------*/

#contentArea h3 {
	margin-top: 20px;
}

/*-----------------------------------------
本文設定
-----------------------------------------*/

#contentArea p {
	margin: 10px 0px 0px 0px;
}
#contentArea p.right {
	text-align: right;
}

/*-----------------------------------------
リスト設定
-----------------------------------------*/

#contentArea dl {
	margin: 0px 0px 0px 0px;
}

/*-----------------------------------------
マージン設定
-----------------------------------------*/

#contentArea p+p  {
	margin-top: 10px;
} 
#contentArea h3+h4, #contentArea h4+h5, #contentArea h5+h6 {
	margin-top: 10px;
} 
#contentArea h5+p, #contentArea h6+p {
	margin-top: 0px;
} 

/*-----------------------------------------
出演者設定
-----------------------------------------*/

div.cast {
	margin-top: 15px;
	clear: both;
}

div.cast img {
	margin-right: 10px;
	float: left;
}

div.cast dl {
	margin-bottom: 10px;
}
div.cast dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
	font-weight: bold;
}
div.cast dl dt span {
	font-size: 120%;
}
