

/** base ****************************************/

body {
	background       : url(../img/bg_news.jpg);
	width            : 600px;
	text-align       : left;
	color            : #ffffff;
	font-size        : 12px;
	line-height      : 140%;
}

ul li {
	list-style: disc;
}


a {
	color            : #ffffff;
	text-decoration  : underline;
}


#contents {
	padding          : 25px 15px;
}

h1 {
	font-size        : 16px;
	color            : #e3017f;
	margin-bottom    : 20px;
	line-height      : 140%;
}

h2 {
	font-size        : 14px;
	color            : #afcde5;
	margin           : 20px 0 5px 0;
	line-height      : 140%;
}

h3 {
	font-size        : 12px;
	margin           : 0px 0 5px 0;
	line-height      : 140%;
}


dt {
	width            : 105px;
	float            : left;
	margin-bottom    : 5px;
}

dd {
	margin-left      : 115px;
	margin-bottom    : 5px;
}

p {
	margin           : 20px 0; 
}

/* 完成披露試写会、プレオーダーのお知らせ */

#preview dt {
    width: 100px;
}

/* clear ****************************************/

dl:after
{content:" "; height:0px; clear:both; visibility:hidden; display:block;}

dl
{display :inline-block;}

/*\*/
* html dl
{height:1%;}

dl
{display:block;}
/*/*/