@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
html{ width:900px; margin:10px; overflow:hidden;}
body {background:url(../images/img_pop_up/img_kodawari_back.png) top no-repeat;}
#wrap { width:800px; height:400px; margin:0 auto; padding:10px; font-size:14px; color:#000;}

h1{ margin:-10px 0 0; font-size:36px; color:#BD1E2D;}

p{ line-height:1.5em; margin:-5px 0 15px;}

dl{ width:470px; float:right; margin:0;}
dt{
	padding:3px 0 0 5px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:#BD1E2D;
	line-height:1.3em;
}
dd{ margin:10px 0 20px; line-height:1.5em;}
