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

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
html{ width:900px; margin:10px; overflow:hidden;}
body { position:relative;}
#wrap { width:780px; height:430px; margin:0 auto; padding:10px 50px 30px; font-size:14px; border:10px solid #F19EBC;}

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

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

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

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