@charset "UTF-8";

/*================================================
*
*	Cast Style Sheet
*	Version: 10 Sep 2008
*
*	1.Body
*	2.Flash
*	3.Header-Footer
*	4.Breadcrumbs Navigation
*	5.コンテンツエリア
*	6.見出し・テキスト
*
=================================================*/


/*------------------------------------------------
	1.Body
-------------------------------------------------*/

body.cast div#outerwrap { background: url(images/bg_cast.jpg) no-repeat center top; }
body.cast div#wrapper {
	background-image: none;
}


/*------------------------------------------------
	2.Flash
-------------------------------------------------*/
body.cast #flash {
	position: absolute;
	right: 0;
	top: 0;
	width: 254px;
}
body.cast div#flash p {
	margin: 0;
}


/*------------------------------------------------
	3.Header-Footer
-------------------------------------------------*/


/*------------------------------------------------
	4.Breadcrumbs Navigation
-------------------------------------------------*/
body.cast ol#breadcrumbs li {
	color: #999;
}
body.cast ol#breadcrumbs li a {
	background-image: url(../common/images/arrow_02.gif);
	color: #ccc;
}
body.cast ol#breadcrumbs li a:hover {
	color: #fff;
}


/*------------------------------------------------
	5.コンテンツエリア
-------------------------------------------------*/
body.cast #content {
	float: none;
	position: relative;
	width: 900px;
	background-image: none;
}

body.cast #inner {
	width: 890px;
	margin: 0 0 0 5px;
	padding: 0 0 120px 0;
}


/*------------------------------------------------
	6.見出し・テキスト
-------------------------------------------------*/
body.cast #content h1 {
	width: 646px;
}

#profile:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#profile { display: inline-block; }
/* Hides from IE-mac \*/
* html #profile { height: 1%; }
#profile { display: block; }
/* End hide from IE-mac */

ul#profile  {
	margin: 0 0 0 0;
}
ul#profile li {
	float: left;
}
li.odd { padding: 0 30px 60px 0; }
li.even { padding: 20px 30px 40px 0; }
li.last { padding: 0 0 60px 0; }
li.odd2 { padding: 20px 30px 10px 0; }
li.even2 { padding: 0 30px 30px 0; }
li.last2 { padding: 30px 0 0 0; }

