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

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

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

p{ width:780px; line-height:1.5em; margin-top:-5px;}

#test_taisaku{ margin:0;}
li{ margin-bottom:12px;}

dl{ width:600px; 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:5px 0 20px; line-height:1.5em;}
