/*全体に指定*/
body {
	font-size: 9pt;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 12pt;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(image/back.gif);
}
/*タイトル表示*/
#story{
	background-image: url(image/logo/story_logo.gif);
}	
/*サイド表示*/
#side {
	width: 115px;
	float: left;
}
#side_title {
	border: 0px;
	margin-top: 70px;
	margin-bottom: 30px;
	height: 180px;
	width: 85px;
	background-image: url(image/title_side.jpg);
}
#side_menu {
	border: 0px;
	margin-top: 0px;
	width: 85px;
}

/*メイン表示*/
#main {
	width: 635px;
	float: left;
}
#title {
	width: 300px;
	margin-top: 15px;
}
#title_left {
	width: 295px;
	margin-top: 20px;
	float: left;
}
#title_right {
	width: 340px;
	margin-top: 20px;
	text-align: right;
	float: left;
}
#headline_title {
	width: 300px;
	margin-top: -30px;
}
html>/**/body #headline_title {
	width: 300px;
	margin-top: 30px;
}
#headline_news {
	width: 635px;
	padding: 10px;
}
#news {
	width: 610px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
}
html>/**/body #news {
	width: 630px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
}
#news_body {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}
#info {
	width: 633px;
	padding: 10px;
	margin-top: -3px;
	margin-bottom: 10px;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
	border-right:solid 2px #333333;
	float: left;
}
html>/**/body #info {
	width: 610px;
	padding: 10px;
	margin-top: -3px;
	margin-bottom: 10px;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
	border-right:solid 2px #333333;
	float: left;
}
#act_illust {
	width: 105px;
	border: solid 1px;
	margin-right: 5px;
	float: left;
}
#act_main {
	float: left;
	margin-top: -3px;
}
html>/**/body #act_main {
	float: left;
	width: 420px;
	margin-top: -3px;
}

#info_illust {
	width: 120px;
	border: solid 1px;
	margin-right: 5px;
	float: left;
}
#info_main {
	float: left;
	margin-top: -3px;
}
html>/**/body #info_main {
	float: left;
	width: 420px;
	margin-top: -3px;
}

#book_illust {
	width: 102px;
	border: solid 1px;
	margin-right: 5px;
	float: left;
}
#book_main {
	float: left;
	margin-top: -3px;
}
html>/**/body #book_main {
	float: left;
	width: 500px;
	margin-top: -3px;
}

#view_illust {
	float: left;
	width: 160px;
	border: solid 1px;
	margin-right: 5px;
}
#view_main {
	float: left;
	margin-top: -3px;
}
html>/**/body #view_main {
	float: left;
	width: 420px;
	margin-top: -3px;
}

#fotter {
	margin-top: 30px;
	margin-left: 115px;
	width: 634px;
	height: 30px;
	font-size:8pt;
}
/*段落指定*/
p.p1 {
	margin-top: -2px;
}
p.p2 {
	font-size: 8pt;
}
p.p3 {
	margin-top: -35px;
}
p.p4 {
	font-size:5pt;
	margin-top: -15px;
	margin-left: 5px;
}
strong {
	color: darkgreen;
}
h1 {
	font-size:12pt;
	margin-top: 3px;
	margin-bottom: 5px;
}