﻿#backnumber {
	float: right;
	margin-top: -20px;
	}
#backnumber a span {
	display: none;
	}
#backnumber a:link, #backnumber a:visited {
	display: block;
	background: url(../images/backnb.gif) no-repeat;
	height: 31px;
	width: 123px;
	}
/*バックナンバーのページ*/
#backnumberlist {
	margin-left: 60px;
	margin-bottom: 20px;
	}

/*あいうえお・・・*/
ul#syllabary {
	list-style-type: none;
	margin: 5px 0 5px 40px;
	}

ul#syllabary li {
	color: #aaa;
	font-size: 16px;
	display: inline;
	padding-left: 2px;
	}

ul#syllabary a {
	color: #666;
	text-decoration: none;
	}

ul#syllabary a:hover {
	color: #000;
	
	}



/*過去掲載作品のテーブル*/
#past td {
	vertical-align: top;
	border-bottom: 1px dashed pink;
	padding-top: 3px;
	}

td.line {
	width: 3em;
	font-weight: bold;
	color: #f00;
	}
td.letter {
	width: 2em;
	color: forestgreen;
	}

/*引用枠付き*/
blockquote.wakutsuki {
	border: solid #999;
	border-width: 1px 3px 3px 1px;
	background-color: #fff5ee;
	padding: 5px;
	margin: 0 30px;
	}
/*引用枠なし*/
blockquote.wakunashi {
	border: solid mediumpurple;
	border-width: 1px 3px 3px 1px;
	background-color: #006e54;
	padding: 5px;
	margin: 0 30px;
	}


h3 {
	clear: both;
	background: url(../images/bg_cinema.gif) no-repeat;
	height: 37px;
	padding-left: 40px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	}
#month {
	float: right;
	}
h4#story {
	background: url(../images/title_story.gif) no-repeat;
	height: 37px;
	padding-left: 40px;
	text-indent: -9999px;
	margin-bottom: 10px;
	}
#staff {
	list-style: none;
	margin: 10px 0;
	}
#staff li {
	background: url(../images/bullet_dicepurple.gif) no-repeat 0 5px;
	padding-left: 15px;
	}
#award {
	list-style: none;
	margin: 10px 0 10px 15px;
	font-size: 85%;
	color: #939;
	}
.article p {
	background: url(../images/bullet_starbl.gif) no-repeat 0 3px;
	text-indent: 1.2em;
	margin: 10px 5px;
	
	}
.info {
	list-style: none;
	margin: 10px 0;
	}
.info li {
	background: url(../images/bullet_starye.gif) no-repeat 0 5px;
	padding-left: 15px;
	}
.separate {
	background: url(../images/line_pinkandleaf_l.gif) no-repeat;
	}