@charset "utf-8";

/* menu */

#menu li.menu02 img { background: url(../../imgs/menu_02v.jpg); }
#menu li.menu02 a:hover img { background: url(../../imgs/menu_02v.jpg); }

/* news main */

#newsContainer {
	width: 660px;
	margin: 0 auto;
	}

#newsMain {
	width: 440px;
	margin: 0 210px 0 0;
	padding: 0;
	}

#rightColumn {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0;
	}

#newsMain p {
	background: none;
	line-height: 20px;
	margin: 0 20px 20px 20px;
	color: #cdd4df;
	}

#newsHeader {
	width: 440px;
	height: 60px;
	margin: 0;
	padding: 12px 0 0 0;
	background: url(../../imgs/news_title_bg.jpg) no-repeat top;
	}

#newsHeader h2 {
	font-size: 14px;
	line-height: 20px;
	text-indent: 30px;
	margin: 0;
	font-weight: bold;
	}

#newsHeader p {
	line-height: 20px;
	text-indent: 30px;
	margin: 0;
	}

.tab {
	margin: 20px 0 0 0;
	}

#newsComment p {
	color: #cbe5c6;
	margin: 20px 20px 10px 20px;
	}

#newsComment .user {
	color: white;
	background: url(../../imgs/news_subtitle_bg.gif) no-repeat top;
	height: 25px;
	line-height: 25px;
	width: 400px;
	text-indent: 10px;
	margin: 0 auto 20px auto;
	}

/* right column */



/* calendar */

#calendar {
	background: url(../../imgs/news_calendar_bg.gif) no-repeat top;
	width: 200px;
	height: 190px;
	}
	
#calendar table {
	margin: 30px auto 0 auto;
	}
	
#calendar table td {
	width: 25px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	}

#calendar .sat {
	color: #4a81ff;
	}

#calendar .sun {
	color: #ff30b8;
	}

#calendar .gray {
	color: #b4b4b4;
	}

#calendar strong {
	color: #d1084a;
	}

#calendar p {
	background: none;
	width: 200px;
	height: 20px;
	text-align: center;
	margin: 0;
	}

#calendar #next img, #calendar #back img {
	margin: 0 0 -3px 0; 
	}

#calendar #month {
	color: black;
	font-weight: bold;
	margin: 0 20px 0 20px;
	}

/* news topics */

#rightTopics, #rightComment {
	width: 200px;
	margin: 0 0 10px 0;
	}

#rightTopics li, #rightComment li {
	width: 200px;
	background: url(../../imgs/news_column_li.gif) no-repeat top;
	height: 30px;
	text-indent: 30px;
	line-height: 30px;
	color: #0a1c46;
	}

#rightTopics a, #rightComment a {
	color: #0a1c46;
}

#rightTopics a:hover, #rightComment a:hover {
	color: #02a8ff;
}
	
/* comment write */

#write {
	background: #61646a;
	width: 400px;
	margin: 20px auto 0 auto;
	}

#write table {
	width: 380px;
	margin: 10px auto 0 auto;
	}

#write table td.txt {
	width: 60px;
	}

#write table td.fminput {
	width: 320px;
	}

#write img {
	display: block;
	margin: 0;
	}

/* option */
	
.w340 {
	width: 340px;
	}

.sbmt {
	text-align: center;
	margin: 30px 0;
	}

	
