﻿@charset "utf-8";

/* #article */

#article h2{
	background: url(../story/images/h2_article.png) no-repeat center bottom;
}

#article p{
	margin:0 0 30px;
}

#article p.end{
	margin:0;
}


/* テキスト指定 */

#article p{
	font-size:15px;
	color:#553d2f;
	line-height:2.2em;
}

#article p span{
	font-weight:bold;
}

#article p.italic{
	font-family: 'Times New Roman','ヒラギノ明朝  Pro W6', 'Hiragino Mincho Pro', 'ＭＳ Ｐゴシック', serif;
	font-style:italic;
}