body {
	>text-align:center;
	background-image:url(../img/background.png);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
}

a {
	font-weight:bold;
	margin-left:5;
	margin-right:5;
}

h1,h3 {
	font-weight:normal;
	}

a:link {
	color:#FF7700;
	text-decoration:none;
}

a:hover {
	color:#ffff00;
	text-decoration:underline;
}

a:active {
	color:#ff9595;
	text-decoration:underline;
}

a:visited {
	color:#bbbbbb;
}

#main {
	width:780px;
	position:relative;
	
    margin-left:auto;
    margin-right:auto;
}

#header {
	width:780;
	height:400;
	background-image:url(../img/daoine_title.jpg);
	position:relative;
}

#header #title {
	width:435;
	height:147;
	
	position:absolute;
	right:0;
	top:200;
}

#bun {
	width:780px;

	margin-bottom:100px;
	position:relative;
	text-align:left;
}



#bun h2 {
	clear:both;
	padding-top:10;
	
	padding-bottom:2;
	font-size:14;
}

#bun p {
	margin-left:40;
	padding-top:10;
	
	line-height:2.0;
}

#bun p.kai {
	margin-left:65;
}

#bun p.kai .timezone {
	margin-left:-10;
	color:#FF8000;
	font-weight:bold;
}

#bun #section {
	width:700;
	margin-right:40px;
	margin-left:30px;
	margin-bottom:10px;
	margin-top: 10px;
}

#footer, #copyright {
	text-align:center;
	margin-bottom:40;
}


.orange {
	color:#FF8000;
	font-weight:bold;
}

.gray {
	color:#999999;
}
#section_down {
	float: left;
	height: 50px;
	width: 350px;
	margin-bottom:20px;
}
#section_comm {
	float: right;
	height: 50px;
	width: 350px;
	margin-bottom:20px;
}
#bun #section h3 {
	margin-bottom: 10px;
}
#section li {
	color: #9FF;
	margin-bottom: 5px;
}
#section h2 {
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: -15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#section h3 {
	color: #E3EBF2;
	margin-left: -7px;
}
