@charset "Shift_Jis";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #030303;
	background-color: #C0FFFF;
	font-size: 1.0em;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	margin: 4px;
	padding: 2px;
}

p {
	margin: 2px;
	padding: 2px;
}

p.text1 {
	margin: 2px;
	padding: 2px;
	width: 800px;
}

img {   
	border: 0;
}

hr {
	width: 800px;
	text-align: left;
}

a:link {
	color: #0707FF;
	text-decoration: none;
}

a:visited {   
	color: #1212FF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #060606;
}

div.footer {
	font-size: 0.7em;
}

table {
	width: 800px;
	border: none;
}

th {
	color: #FFFFFF;
	background-color: #000080;
}

th.date {
	width: 150;
}

th.description {
	width: 650;
}

td.menu {
	width: 400px;
	vertical-align: top;
}

td.linkBanner {
	width: 220px;
	align: center;
	vertical-align: center;
}
td.linkDescription {
	width: 580px;
	vertical-align: top;
}


UL {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 1;
	padding-top: 0px;
	text-align: left
}

LI {
	padding-right: 0px;
	display: list-item;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 1;
	padding-top: 0px;
	text-align: left
}


/* ---- クラス定義 ---- */

.title {
	background-color: #1010D0;
	color: #FFFFFF;
	border-style: outset;
	border-color: silve;
	border-width: thin;
	width: 390;
	padding: 2px;
	text-align: center;
}

.info {
	background-color: #1010D0;
	color: #FFFFFF;
	border-style: outset;
	border-color: silve;
	border-width: thin;
	width: 640;
	padding: 2px;
	text-align: left;
}

.refer {
	width: 390;
	font-size: 0.7em;
	text-align: right;
}

.navi {
	font-size: 0.7em;
}

div.doujinTitle {
	font-size: 1.2em;
}


/* footer
==================== */
#footer{
	font-size: 0.7em;
	width: 800px;
	clear: both;
	margin: 0 auto;
	border-top: solid 1px #ccc;
	padding: 10px 0 20px;
	text-align: left;
}
#footer p{
	margin-bottom: 7px;
	line-height: 1.3;
}
#footer ul{	margin-bottom: 0;}
#footer ul{	line-height: 1.3;}
#footer ul li{
	display: inline;
	padding-bottom: 3px;
	white-space: nowrap;
}
#footer ul li a{
	border-left: solid 1px #333;
	padding: 0 7px;
}
#footer ul li.first a{	border-left: none;}
#footer address{	font-style: normal;}

