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

div#contents h1 {
	background-image:url(../bin/index/top.png);
	background-repeat:repeat-x;
	text-align:center;
}

div#contents h2 {
	background-image:none;
	margin:0;
	padding:0;
	font-size:1em;
}


/* left side */
div#danLeft {
	float:left;
	width:570px;
	padding:0 30px 0 0;
	height:400px;
}
div#danLeft p {
	margin:10px 0;
	padding:0;
	line-height:100%;
}
div#danLeft p.imports {
	margin:30px 0 10px;
}
div#danLeft img.pad {
	padding:0 0 0 10px;
}



div#information {
	background-image:url(../bin/index/information_bk.png);
	padding:1em;
}
div#information p {
	margin:0 0 0.5em;
	padding:0;
}

/* right side */
div#danRight {
	float:left;
	width:300px;
	padding:0;
	overflow:hidden;
}
ul#news {
	width:300px;
	margin:0;
	padding:0;
	list-style-type: none;
}
ul#news li{
	margin:0;
	padding: 3px 3px 3px 25px;
	background-color: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dashed #666666;
}
ul#news li strong{
	font-weight: normal;
}

p#pdf {
	background-color:rgb(255,240,227);
	margin:1em 0;
	padding:1em;
	line-height:2em;
	border:1px dashed rgb(127,127,127);
}
p#pdf a {
	color:rgb(102,102,102);
}
p#pdf a:hover {
	text-decoration:underline;
}
p#pdf img {
	vertical-align:middle;
}