 /*************** 全体のレイアウト ***************/
html{
    height:100%;
    overflow:hidden;
}

body{
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-color:#0066ff;
	height:100%;
    width:80%;

}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#00008B;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#00008B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}



 /* 見出し */
h1{
	background-color:#CCCCFF;
	color:#FFFFF1;
	text-align:right;
}


h2{
	margin-left:7%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF0000;
	padding-left:1%;
}
 /*======== ページ本体 ========*/





#sub{
	width:154px;
	height:100%;
	background-color:#c6000e;
	position:absolute;
	z-index:150;
}

#onjun{
	clear:both;
	text-align:center;
	background-color:#DF0029;

}

#onjun th{
	color:#FFFFFF;
}
#onjun td{
	background-color:#FFFFF1;
}

ul.link{
	font-size:1em;
	text-align:center;
	padding:0;
	margin:0;
	clear:both;
}

UL.link LI{
	list-style:none;
	padding:3px 10px;
	width:129px;
	border-width:2px;
	border-color:#FFEEDB;
	border-style:ridge;
	background-color:#FFFFFF;
}

 /*======== 女優紹介のぺージ ========*/
 /* 紹介の設定 */

#intro{
	background-color:#FFFFF1;
	padding:1% 11%;
	line-height:140%;
	letter-spacing:0.1em;
	font-size:14px;
	width:350px;
	margin:11% 7% 3% 7%;

}

#main{
	height:100%;
	padding-left:154px;
	overflow:auto;
	text-align:left;
	background-image:url(img/back1.gif);
	background-color:#FFFFF1;
}

img{
	float:left;
}

.data{
	font-size: 0.9em;
	background-color: #f5f5f5;
	padding: 16px;
	height: 200px;

}


.tabledata{
	background-color:#CCFFFF;
	height:6.5em;
	font-size:1.2em;
	padding:0.2em;
	width:80%;
	line-height:75%;
	overflow:auto;
}
.name{
	font-size:0.9em;
	background-color:#FFFFFF;
	border-style:none inset none outset;
	border-width:0px 11px;
	border-color:#FF0000;
	width:5.8em;
	margin:0.4em 0.2em;
	text-align:center;
	clear:both;}

#copy{
	background-color:#c6000e;
	color:#FFFFFF;
	text-align:right;
}





