@charset "utf-8"; 
/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:30px;
	color:#91b37f;
}
#pan_list{
	width:1020px;
	height:30px;
	color:#330;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
    list-style-type: none; /* リストマーク非表示 */
    line-height:50px;
    font-size:123.1%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
    display: inline; /* 項目を横並び */
}
ol.topic-path li.first{
}
ol.topic-path li.second{
	padding-left:0px;
}
ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}
/* リンクエリア */
ol.topic-path li a {
    padding-right: 23px; /* 右パディング */
    background: url(../../img/pan_01.png) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
	font-size:93%;
    color:#330;
    text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#C00;
}
/*--====== ここまでパンくずリスト ======--*/



#slideshow{
   width:100%;
   height:420px;
   background:url(../img/top_main.jpg) top no-repeat;
   border-bottom:1px solid #857b65;
}

#main_box{
	width:1020px;
	height:420px;
	position:relative;
	margin:0 auto;
}

h2{
	position:absolute;
	top:160px;
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:400%;
	text-shadow:2px 2px 3px #000;
}

span#s_text{
	font-size:60% !important;
}



#content{
	width:1020px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:150px;
}

h3.system_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#330;
	font-size:320%;
	letter-spacing:5px;
	text-align:center;
	padding-top:20px;
}

#cast_box{
	width:980px;
	height:auto;
	clear:both;
	position:relative;
	margin:0 auto;
	margin-top:40px;
}

.phot{
	float:left;
	width:350px;
	height:450px;
	margin-bottom:60px;
}

ul.list_01{
	float:right;
	width:600px;
	height:450px;
	margin-bottom:60px;
	font-size:100%;
	color:#330;
}

.list_01 li{
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}



