* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a img {
	border-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 65%;
	background: #EEEECC;
	text-align: center;
}
#wrapper {
	width: 800px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 440px;
	background: url(http://gihyo.jp/assets/images/event/2009/cooking/header_bg.jpg) no-repeat 0 20px;
}
#gihyolink {
	text-align: right;
	height: 20px;
	margin-right: 28px;
}
#header01 {
	position: absolute;
	top: 20px;
	left: 382px;
	width: 371px;
	height: 18px;
}
#header02 {
	position: absolute;
	top: 76px;
	left: 602px;
	width: 122px;
	height: 49px;
}
#header03 {
	position: absolute;
	top: 179px;
	left: 22px;
	width: 724px;
	height: 126px;
}
#header04 {
	position: absolute;
	top: 331px;
	left: 567px;
	width: 163px;
	height: 47px;
}
#header05 {
	position: absolute;
	top: 413px;
	left: 14px;
	width: 746px;
	height: 19px;
}
#content {
	font-size: 130%;
	margin: 0 28px 0 4px;
}
.section {
	background: #FFFFFF;
	margin-top: 30px;
	padding: 15px;
	border: 4px solid #ECEFE3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px:
}
.section h2 {
	color: #F28353;
	font-size: 140%;
}
.section p {
	margin-top: 1em;
}
.section dt {
	margin-top: 20px; 
	font-weight: bold;
}
#profile dl dt {
	border-bottom: 1px solid #EEC;
}
#profile dl dd {
	margin-top: 5px;
}
.illust table {
	margin-top: 20px;
	border-collapse: collapse;
/*	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
*/
	border: 1px solid #999999;
}
.illust th, .illust td {
	padding: 4px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#footer {
	padding: 20px 0;
}

#copyright {
	text-align :center;
}
