/*ページのマージン、パディングを0に*/
* {
	margin:0;
	padding:0;
	}

body {
		color:#555555;
		background-color:#ffffff;
		font:normal normal normal 100%/1.2"Osaka","MSPゴシック","sans-self";
		margin:0 5px 0 0;	/*-- マージン上右下0、右5px --*/
		}

a:link {
		color:#0099cc;
		background-color:transparent;
		text-decoration:none;
		}

a:visited {
			color:336666;
			background-color:#transparent;
			text-decoration:none;
			}
			
a:hover,a:active {
					color:#0066cc;
					background-color:#transparent;
					}
a#slogo {
			background:none;
			color:none;
			}




/*-- メニュー下のリンク文字 --*/
.sample1 {line-height : 18pt;}



/*-- コピーライト文 --*/
.cpyrt {
				font-size:10pt;
				line-height:16pt;
				font-weight:normal;
				color:#999999;
				margin:30px 0 0 0;
		}

/*---ストーリー文---*/
.storytxt01 {
				font-size:11pt;
				line-height:18pt;
			}


/*---登場人物---*/
.charaname {
				font-size:14pt;
				font-weight:bold;
				}
.charaage {
				font-size:10pt;
				font-weight:normal;
				}
.charanotes {
				font-size:10pt;
				font-weight:normal;
				}
.charatbl	{
				margin:0 0 0 30px;
				}


/*---スタッフメッセージ---*/
.stafmsgtitle01 {
				font-size:14pt;
				font-weight:bold;
				margin:0 0 5px 0;
				text-align:center;
				}

.stafmsgtxt01 {
				font-size:11pt;
				line-height:16pt;
				}

.stafmsgname01 {
				font-size:11pt;
				text-align:right;
				font-weight:bold;
				margin:0 20px 10px 0;
				}


/*---ミュージカルナンバー---*/
.numtitle {
				font-size:11pt;
				font-weight:bold;
				}
.numnotes {
				font-size:10pt;
				font-weight:normal;
				}
.numtbl	{
				margin:0 0 0 30px;
				}




/*---テキスト表示---*/
.txt01 {
				font-size:10pt;
				line-height:16pt;
				font-weight:normal;
				text-align:left;
				}

/*---スタッフリスト---*/
.staftxt01 {
				font-size:11pt;
				font-weight:normal;
				}

/*---スタッフプロフィール---*/
.stafprfphoto {
				margin:0 0 10px 0;
				}
				
.stafprfname {
				font-weight:bold;
				}
				
.stafprftxt01 {
				font-size:11pt;
				line-height:14pt;
				color:#111111;
				}
				
.stafprftxt02 {
				margin:10px 0 0 0;
				font-size:10pt;
				line-height:12pt;
				color:#333333;
				}

.restafftxt {
				font-size:10pt;
				margin:30px 0 0 0;
				}

				
