@charset "utf-8";
/* CSS Document */


/* 目次
==================================================
	01. contents  - ページ全体
	02. leftbody  - レフトボディ
	03. rightbody  - ライトボディ 
==================================================
*/
	
/* =============================================== */
/** 01. contents  - ページ全体  */
/* ----------------------------------------------- */

body {
	background-image:url(/images/bg_other.gif);
	background-repeat:repeat-x;
}

/* =============================================== */
/** 02. leftbody  - レフトボディ  */
/* ----------------------------------------------- */

#bodyleft{
	width:160px;
	float:left;
	padding:0 20px 0 40px;
}

.maintitle{
}

.about_ul{
	font-size:12px;
	line-height:160%;
	list-style:none;
}

.about_ul li{
	padding:15px 10px 10px 20px;
	border-bottom:dotted #ccc 1px;
	background-image:url(/images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 20px;
}


/* =============================================== */
/** 03. rightbody  - ライトボディ  */
/* ----------------------------------------------- */

#bodyright{
	width:560px;
	float:right;
	padding:0 40px 0 19px;
}

.entry{
	clear:both;
	padding-bottom:50px;
}

.titlebar{
	clear:both;
	margin:0 0 20px 0;
}


/* アバウトトップ----------------------------------------------- */
.about_txt{
	font-size:12px;
	padding:0 20px 20px;
	line-height:150%;
}

.subtitle{
	padding:0 10px 20px ;
	clear:both;
}

.photo{
	padding:0 20px 10px 20px;
	float:left;
}

.fusen_bg{
	height:25px;
	width:540px;
	margin:0 auto 10px;
	background-image:url(/images/fusen_long.gif);
}

.fusen_txt{
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 10px;
}

.ul_about{
	font-size:12px;
	line-height:150%;
	list-style:none;
	padding:10px;
}

.ul_about li{
	background-image:url(/images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 10px 10px 10px;
}

/* アバウト劇団員一覧----------------------------------------------- */
.about_member{
	font-size:12px;
	padding:0 20px 20px;
	line-height:180%;
}