@charaset "Shift_JIS";


/*汎用設定*/
*
{
	padding: 0px;
	margin: 0px;
}
body,table
{
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.8em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
body
{
	background: url(images/bg2.jpg) repeat-x white;
}
table
{
	border: none;
	border-collapse: collapse;
}
td
{
	border: none;
	vertical-align: top;
}
a:link
{
	text-decoration: none;
	color: #E3007F;
}
a:visited
{
	text-decoration: none;
	color: #E3007F;
}
a:hover
{
	text-decoration: underline;
	color: #1086CC;
}
img
{
	border: none;
}
ul
{
	margin: 0px;
	padding-left: 17px;
}
.fl
{
	float:left;
}
.fr
{
	float:right
}
.cl
{
	clear:both;
}

#comic
{
	width: 600px;
	margin-bottom: 20px;
}
.navi01
{
	float: left;
	margin-left: 10px;
	display: inline;
}
.navi02
{
	float: right;
	margin-right: 10px;
	display: inline;
}

/*文字設定*/

.font10
{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}

/*余白*/

.mb20px
{
	margin-bottom: 20px;
}
.mb10px
{
	margin-bottom: 10px;
}
