body {
	color:#000;
	background:url(../images/bg.jpg) center top repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.4em;}
ul,ol,li {list-style:none;}

a {outline:none;}
a:link    {color:#00f; text-decoration:underline;}
a:visited {color:#00f; text-decoration:underline;}
a:active  {color:#00f; text-decoration:underline;}
a:hover   {color:#00f; text-decoration:none;}

#seiyuanimate > header,main {
	width:950px;
	margin:0 auto;}

/*========================================
 header
========================================*/
#seiyuanimate > header {padding-top:10px;}
#seiyuanimate > header > h1 {
	height:190px;
	margin-bottom:15px;
	background:url(../images/title.png) center top no-repeat;
	text-indent:-9999px;}
#seiyuanimate > header > h1 + p {
	width:870px;
	height:72px;
	margin:0 auto;
	background:url(../images/catchcopy.png) center top no-repeat;
	text-indent:-9999px;}

/*========================================
 main
========================================*/
#seiyuanimate main {padding-top:15px;}

#seiyuanimate main .comic_illust {
	margin-left:10px;
	color:#06c;
	font-weight:bold;}

#seiyuanimate main article {
	width: 950px;
	margin: 0 auto;
	margin-bottom:20px;
	padding-bottom:25px;
	background:url(../images/bottom_sketchbook.png) center bottom no-repeat;}
#seiyuanimate main article .outer {
	width: 950px;
	margin: 0 auto;
	padding-top:30px;
	background:url(../images/top_sketchbook.png) center top no-repeat;}
#seiyuanimate main article .outer .inner {
	width:870px;
	padding:0 30px 0 50px;
	background:url(../images/middle_sketchbook.png) center top repeat-y;}

#seiyuanimate .inner header {
	overflow:hidden;
	padding-bottom:15px;
	background:url(../images/line.jpg) center bottom no-repeat;}
#seiyuanimate .inner header .number {
	float:left;
	width:80px;
	padding:3px;
	border-radius:20px;
	color:#fff;
	background-color:#06f;
	font-size:170%;
	line-height:1.4em;
	font-weight:bold;
	text-align:center;}
#seiyuanimate .inner header h1 {
	float:right;
	width:770px;
	color:#f60;
	padding-top:3px;
	font-size:170%;
	line-height:1.4em;
	font-weight:bold;}

#seiyuanimate .col_two {
	overflow:hidden;
	margin-top:15px;}
#seiyuanimate .col_two .Left {
	float:left;
	width:550px;
	line-height:1.6em;}
#seiyuanimate .col_two .Left.full_wide {width:auto;}
#seiyuanimate .col_two .Right {
	float:right;
	width:310px;}
#seiyuanimate .col_two .Right img {border:2px solid #c96;}

#seiyuanimate .question_box {
	margin:15px 0;
	padding:10px;
	background-color:#ff9;
	border:3px double #06f;}
#seiyuanimate .question_box h2 {
	padding-left:35px;
	background:url(../images/icon_question.png) left top no-repeat;
	color:#f60;
	font-size:120%;
	line-height:1.8em;
	font-weight:bold;}

#seiyuanimate .comic_box {
	margin-top:15px;
	padding-bottom:10px;
	text-align:center;}

/*========================================
 footer
========================================*/
#seiyuanimate footer {
	margin:0 auto;
	padding:0 0 15px;
	text-align:center;}
#seiyuanimate .copy {
	width:100%;
	font-size:12px;}


/*========================================
 parts
========================================*/
.Bold {font-weight:bold;}
.mt5 {margin-top:5px;}
.mt20 {margin-top:20px;}
.indent5 {
	padding-left:5em;
	text-indent:-5em;}
.indent11 {
	padding-left:11em;
	text-indent:-11em;}
.txt_center {text-align:center;}

/*========================================
 +clearfix
========================================*/
.clearfix {overflow: hidden !important;}
