@charset "shift_jis";

/* 基本部分 */
body{
	margin:0;padding:0;
	background-color:#000;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-position:0px 75px;
	background-attachment:fixed;
	color:#aaa;
	font-size:small;
	font-family:'Lucida Sans Unicode','Verdana';
	line-height:180%;
	overflow-x:hidden;
}

/* リンク */
a:link,a:visited,a:active{
	text-decoration:none;
	color:#cc6699;
}
a:hover{text-decoration:none;color:#999;}

/* 全体 */
#page{
	margin:0 auto;
	padding:0;
	width:752px;
	height:100%;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 80%;
	background-attachment:fixed;
}

/* 上部作品タイトル部分 */
#title{
	margin-bottom:20px;
	padding:20px 0;
	width:752px;
	height:20px;
	background-color:#000;
	background-image:url(bg.png);
	letter-spacing:4px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* 小説タイトル */
h1{
	margin:0;
	color:#fff;
	font-size:12pt;
	font-family:'Lucida Sans Unicode','MS P明朝';
	text-align:center;
}

/* 中央ボックスのレイアウト */
#main{
	margin:0 auto 20px auto;
	width:752px;
}

/* ページリンク */
.lead{
	padding-right:15px;
	line-height:100%;
	text-align:right;
	}

/* テキスト */
.txt{
	margin:0 auto;
	padding:20px;
	width:712px;
	background-color:#000;
	background-image:url(bg.png);
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	position:relative;
}

/* 著作権表示 */
#copy{
	margin:20px auto 0 auto;
	padding:10px;
	width:732px;
	background-color:#000;
	background-image:url(bg.png);
	text-align:center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}