html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border:none;
	vertical-align:top;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	background-image: url(img/bg3.gif);
	background-repeat:repeat;
}
h3{
	margin:0px;
	padding:20px 0px 0px 0px;
	font-weight:bold;
}
.main_table {
	width:990px;
	margin:30px auto 0px auto;
	color:#000000;
}
.menu_table {
	width:990px;
	margin:30px auto 0px auto;
	color:#000000;
}
.line1{
	height:100px;
}
.line2{
	width:731px;
	background:url(img/home_c2_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
.line3{
	width:298px;
	background:url(img/home_c3_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
}
.col2{
	width:250px;
	height:430px;
	overflow:auto;
	margin:2px 20px 0px 0px;
	padding:10px;
}
.section_header{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:10px 0px 10px 0px;
}
a, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
	outline:0;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:underline;
	outline:none;
}
a.cover, a.cover:visited {
	display:inline;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	outline:0;
	background-color:#333;
	padding:2px 5px 2px 5px;
}
a.cover:hover {
	display:inline;
	font-size: 14px;
	font-weight: bold;
	color: #ff0;
	text-decoration:underline;
	outline:none;
	background-color:#333;
	padding:2px 5px 2px 5px;
}

a.btn_home, a.btn_home:visited{
	height:38px;
	width:76px;
	background:url(img/home_home.png);
	background-position:top left;
	display:block;
}
a.btn_home:hover{
	height:38px;
	width:76px;
	background:url(img/home_home.png);
	background-position:bottom left;
	display:block;
}
a.btn_music, a.btn_music:visited{
	height:38px;
	width:90px;
	background:url(img/home_music.png);
	background-position:top left;
	display:block;
}
a.btn_music:hover{
	height:38px;
	width:90px;
	background:url(img/home_music.png);
	background-position:bottom left;
	display:block;
}
a.btn_about, a.btn_about:visited{
	height:38px;
	width:130px;
	background:url(img/home_about.png);
	background-position:top left;
	display:block;
}
a.btn_about:hover{
	height:38px;
	width:130px;
	background:url(img/home_about.png);
	background-position:bottom left;
	display:block;
}
a.btn_diary, a.btn_diary:visited{
	height:38px;
	width:77px;
	background:url(img/home_diary.png);
	background-position:top left;
	display:block;
}
a.btn_diary:hover{
	height:38px;
	width:77px;
	background:url(img/home_diary.png);
	background-position:bottom left;
	display:block;
}


/* DIARY */
.diary_table {
	width:960px;
	margin:0px auto 0px auto;
	color:#000000;
}
.diary_content {
	width:960px;
	background-image:url(img/pad1.jpg);
	background-repeat:repeat-y;
	color:#333333;
	font-size:12px;
	text-align:left;
	padding:0px;
	position:relative;
	top:0px;
}
.diary_date{
	font-weight:bold;
	padding:10px 10px 3px 20px;
}
.diary_subject{
	position:relative;
	top:-23px;
	padding:3px 10px 0px 150px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#e35c25;
	margin:0px;	
}
.diary_text{
	padding:0px 20px 10px 150px;
	font-size:14px;
}
.diary_separator{
	height:10px;
}
.diary_new_comment {
	color:#e35c25;
	font-size:14px;
	text-decoration:underline;
	padding-top:10px;
	padding-bottom:5px;
}
.comment_header {
	color:#0099FF;
	font-weight:bold;
	font-size:14px;
}
.comment_header_hanan {
	color:#036;
	font-weight:bold;
	font-size:14px;
}
.comment_hanan {
	color:#036;
}
.wuwh_accent{
	color:#036;
	border-top:solid #ccc 1px;
	border-right:solid #666 2px;
	border-bottom:solid #666 2px;
	border-left:solid #ccc 1px;
	padding:5px;
	background-color:#FFC;
}
.wuwh_header{
	font-size:large;
	font-weight:bold;
	padding-bottom:5px;
}
