@charset "utf-8";
@import url("../style/original.css");
@import url("../style/sidebar.css");

/* 短歌のスタイルシート */
html{
	height: 100%;
}
body{
	height: 99.5%;
}

#container{
	height:100%;
}
#content{
	width:600px;
	_margin-left:16px;				/* 左マージン */
}

/* 本文部分 */

#ue li,#sita li{
	list-style-type:none;
	width:12px;				/* 表示の横幅 */
	float:right;				/* フロートと回り込み */
	margin: 20px 24px 40px 0;				/* マージン */
	_margin: 20px 20px 40px 0;				/* マージン */
	text-align:center;			/* 文字揃え */
	line-height: 125%;
}
#list a:link {color:#333333; text-decoration:none;}
#list a:visited  {color:#333333; text-decoration:none;}
#list a:active {color:#FF9900; text-decoration:none;}
#list a:hover  {color:#FF0000; text-decoration:none;}

#sita{
/* MacIE 除外 ¥*/
	clear:right;
/* */

}
/*Mac版 IE 5.x にのみ適用*/
/* ¥*//*/
.floatclear{
	clear:right;
}
/**/
#blog{
	clear:right;				/* 回り込み解除 */
	text-align:right;			/* 文字揃え */
	margin-bottom:30px;
}
#footer{
	clear:right;				/* 回り込み解除 */
}

/* オーバーフロー部分*/

.BlackBack1{
	display: none;
}
.tankaWindow1{
	display: none;
}

.BlackBack2{
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1000;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=50); 　/*透明*/
	-moz-opacity:0.50;
	opacity:0.50;
}
.tankaWindow2{
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	z-index: 1002;
	width:754px;
	height:555px;	
	margin:-275px 0 0 -375px;
	overflow:hidden;
/*	overflow:scroll;*/
	background-color:#ffffff;
	border-right:solid 3px #333333;	
	border-bottom:solid 3px #333333;
	border-left:solid 1px #666666;

}

#tanakaPage iframe{
	width:100%;
	height:550px;
}

