﻿@charset "utf-8";

/*-----------------------------------------------------

				##### PUBLIC STYLE #####

-----------------------------------------------------*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Dodum, Arial, san-serif;
	font-size:9pt;
	color:#4f4f4f;
	background-image:url('./images/p_bg.png');
	background-repeat:repeat-x;
	background-color:#f5f7fb;
}

img {
	border:0px;
}

a:link, a:visited {
	color:#4f4f4f;
	text-decoration:none;
}

a:hover {
	color:#d74d0d;
	text-decoration:none;
}

/*-----------------------------------------------------

				##### BODY LAYOUT #####

-----------------------------------------------------*/

#container {
	width:960px;
	margin:0 auto;
}

#header {
	margin-top:20px;
	margin-bottom:20px;
}

#sidebar {
	float:right;
	width:220px;
}

#content {
	float:left;
	width:540px;
}

#sidebar2 {
	float:right;
	width:162px;
	margin-right:18px;
}

#footer {
	margin-top:20px;
	margin-bottom:30px;
}

#separator {
	height:6px;
	background-image:url('./images/p_sp.png');
	background-repeat:no-repeat;
}

#clearfloat {
	clear:both;
}

/*-----------------------------------------------------

				##### HEADER STYLE #####

-----------------------------------------------------*/

#tOwnerMenu {
}

#tOwnerMenu ul {
	list-style:none;
}

#tOwnerMenu li {
	display:inline;
}

#tLogo {
	height:100px;
}

#tLogo .tImage {
	float:left;
	margin-top:30px;
}

#tLogo .tRss {
	float:right;
	margin-top:50px;
}

#tMenu {
	height:30px;
	background-image:url('./images/p_menu.png');
	background-repeat:no-repeat;
}

#tMenu .tList {
	float:left;
	font:8pt Arial;
	padding:8px 0 0 20px;
}

#tMenu .tList ul {
	list-style:none;
}

#tMenu .tList li {
	display:inline;
	padding-right:10px;
}

#tMenu a:link, #tMenu a:visited {
	color:#ffffff;
	text-decoration:none;
}

#tMenu a:hover {
	color:#213d97;
	font-weight:bold;
	text-decoration:none;
}


#tMenu .tLang {
	float:right;
	padding:8px 20px 0 0;
}

#tMenu .tLang ul {
	list-style:none;
}

#tMenu .tLang li {
	display:inline;
	padding-left:2px;
}

/*-----------------------------------------------------

				##### SIDEBAR STYLE #####

-----------------------------------------------------*/

#sidebar .sTop {
	height:5px;
	background-image:url('./images/pi_sidebar_bgt.png');
	background-repeat:no-repeat;
}

#sidebar .sTitle {
	height:18px;
	border-left:1px #d9dff4 solid;
	border-right:1px #d9dff4 solid;
	border-bottom:1px #d9dff4 solid;
	background-color:#f3f6fc;
	padding: 0 10px 3px 10px;
}

#sidebar .sTitle .text {
	font:9pt Arial;
	font-style:italic;
	font-weight:bold;
	color:#6b7bb3;
	
	background-image:url('./images/pi_sTitle.png');
	background-repeat:no-repeat;
	background-position: 0 3px;
	
	padding-left:15px;
}

#sidebar .sContent {
	font-size:8pt;

	border-left:1px #d9dff4 solid;
	border-right:1px #d9dff4 solid;
	background-color:#ffffff;
	padding: 8px 10px 3px 10px;
}

#sidebar .sBottom {
	height:5px;
	background-image:url('./images/pi_sidebar_bgb.png');
	background-repeat:no-repeat;
}

#sInfo {
	margin-bottom:10px;
}

#sInfo .siTop {
	height:7px;
	background-image:url('./images/p_sInfo_bgt.png');
	background-repeat:no-repeat;
}

#sInfo .siCenter {
	background-image:url('./images/p_sInfo_bgc.png');
	background-repeat:repeat-y;
	padding:3px 10px 3px 10px;
}

#sInfo .siBottom {
	height:7px;
	background-image:url('./images/p_sInfo_bgb.png');
	background-repeat:no-repeat;
}

#sInfo .sImage {
	padding-bottom:5px;
	border-bottom:1px #d0d7f1 dotted;
}

#sInfo .sDesc {
	padding:5px 0 5px 0;
	border-bottom:1px #d0d7f1 dotted;
}

#sInfo .sOwner {
	text-align:center;
	padding-top:6px;
}

#sNotice {
	margin-bottom:10px;
}

#sNotice ul {
	list-style:none;
}

#sNotice li {
	background-image:url('./images/pi_sNotice.gif');
	background-repeat:no-repeat;
	background-position: 0 4px;
	
	padding-left:15px;
	margin-bottom:3px;
}

#sNotice .link {
	
}

#sCategory {
	padding-top:7px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.ib {
	cursor:pointer;
}

.branch3 {
	cursor: pointer;
}

.c_cnt {
	color:#4e64f8;
}

#sTags {
	margin-bottom:10px;
}

#sTags a:hover {
	color:#d74d0d;
}

#sTags .sElement {
	margin-right:4px;
}

#sTags .cloud1 {
	font-weight: bold;
	font-size :12px;
	color :#FF0000;
}

#sTags .cloud2 {
	font: bold 11px "돋움";
	color :#FF6633;
}

#sTags .cloud3 {
	font: bold 11px "돋움";
	color :#009966;
}

#sTags .cloud4 {
	font-family:돋움;
	font-size :11px;
	color :#0099CC;
}

#sTags .cloud5 {
	font-family:돋움;
	font-size :11px;
	color :#4f4f4f;
}

#sRecentEntries {
	margin-bottom:10px;
}

#sRecentEntries ul {
	list-style:none;
}

#sRecentEntries li {
	background-image:url('./images/pi_sContent.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;
	
	padding-left:15px;
	margin-bottom:5px;
}

#sRecentEntries .link {
	
}

#sRecentEntries .cnt {
	color:#4e64f8;
}

#sRecentEntries .name {
	color:#999;
}

#sRecentComments {
	margin-bottom:10px;
}

#sRecentComments ul {
	list-style:none;
}

#sRecentComments li {
	background-image:url('./images/pi_sContent.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;
	
	padding-left:15px;
	margin-bottom:3px;
}

#sRecentComments .link {
	
}

#sRecentComments .date {
	color:#9f9f9f;
}

#sRecentComments .name {
	color:#9f9f9f;
}

#sRecentTrackbacks {
	margin-bottom:10px;
}

#sRecentTrackbacks ul {
	list-style:none;
}

#sRecentTrackbacks li {
	background-image:url('./images/pi_sContent.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;
	
	padding-left:15px;
	margin-bottom:3px;
}

#sRecentTrackbacks .link {
	
}

#sRecentTrackbacks .date {
	color:#9f9f9f;
}

#sRecentTrackbacks .name {
	color:#9f9f9f;
}

#sLinks {
	margin-bottom:10px;
}

#sLinks ul {
	list-style:none;
}

#sLinks li {
	background-image:url('./images/pi_sContent.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;
	
	padding-left:15px;
	margin-bottom:3px;
}

#sLinks .link {
	
}

#sStatistics {
	margin-bottom:10px;
}

#sStatistics ul {
	list-style:none;
}

#sStatistics li {
	background-image:url('./images/pi_sContent.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;
	
	padding-left:15px;
	margin-bottom:3px;
}

#sStatistics .sGraph {
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px #d0d7f1 dotted;
	margin-bottom:5px;
}

#sStatistics .sToday {
	font:10pt Georgia;
	font-weight:bold;
}

#sStatistics .sYesterday {
	color:#9f9f9f;
}

#sStatistics .sTotal {
	color:#9f9f9f;
}

#sRss {
	margin-bottom:10px;
}

#sRss .sList {
	text-align:center;
}

#sBanner {
	margin-top:10px;
	text-align:center;
}

#sAdsense2 {
	text-align:center;
	margin-bottom:10px;
}

/*-----------------------------------------------------

				##### SIDEBAR 2 STYLE #####

-----------------------------------------------------*/

#sSearch {
	margin-bottom:10px;
}

#sSearch .ssTop {
	height:7px;
	background-image:url('./images/pi_sArticle_bgt.png');
	background-repeat:no-repeat;
}

#sSearch .ssCenter {
	background-image:url('./images/pi_sArticle_bgc.png');
	background-repeat:repeat-y;
	padding:3px 10px 3px 10px;
}

#sSearch .ssBottom {
	height:7px;
	background-image:url('./images/pi_sArticle_bgb.png');
	background-repeat:no-repeat;
}

#sSearch .input {
	font:8pt Dodum;
	color:#6f6f6f;
	width:120px;
	background-color:transparent;
	border:0px;
}

#sSearch .submit {
}

#sGroup {
	margin-bottom:10px;
}

#sGroup .saTop {
	height:7px;
	background-image:url('./images/pi_sArticle_bgt.png');
	background-repeat:no-repeat;
}

#sGroup .saCenter {
	background-image:url('./images/pi_sArticle_bgc.png');
	background-repeat:repeat-y;
	padding:3px 10px 3px 10px;
}

#sGroup .saBottom {
	height:7px;
	background-image:url('./images/pi_sArticle_bgb.png');
	background-repeat:no-repeat;
}

#sGroup .sCarender {
	padding-bottom:5px;
	border-bottom:1px #d0d7f1 dotted;
	text-align:center;
}

.cal_month {
	font-size:9pt Arial;
	font-weight:bold;
	padding-bottom:5px;
}

.cal_week1 {
	font:8pt Dodum;
}

.cal_week2 {
	font:8pt Dodum;
	color:#f30;
}

.cal_week {
	font:8pt Dodum;
}

.cal_current_week {
	
}

.cal_day {
	
}

.cal_day_sunday {
	color:#f30 !important;
}

.cal_day_sunday a{ }
{ 
	color:#f30 !important;
} 

.cal_day4 {
	color:#4258f7;
	font-weight:bold;
	background-color:#d0d7f1;
}

a.cal_click:link { color:#000000; font-weight:bold;}
a.cal_click:visited { color:#000000; font-weight:bold;}
a.cal_click:hover { color:#d74d0d; font-weight:bold;}

#sGroup .sArchive {
	padding-top:5px;
}

#sGroup .list {
	font:8pt Arial;
	color:#6f6f6f;
	width:142px;
}

#sGroup .cnt {
	color:#4e64f8;
}

#sAdsense1 {
	font-size:8pt;
	text-align:center;
	margin-bottom:10px;
}

/*-----------------------------------------------------

				##### FOOTER STYLE #####

-----------------------------------------------------*/

#fCopyright {
	font:8pt Arial;
	margin-top:10px;
	text-align:center;
}

#fCopyright .sDesc {
	color:#000000;
}

#fCopyright .sDesc a:link,
#fCopyright .sDesc a:visited {
	color:#000000;
}

#fCopyright .sDesc a:hover {
	color:#d74d0d;
}

#fCopyright .sContact {
	
}

/*-----------------------------------------------------

				##### CONTENT STYLE #####

-----------------------------------------------------*/

#content #cTop {
	height:24px;
	background-image:url('./images/pi_content_top.png');
	background-repeat:no-repeat;
}

#content #cBody {
	
}

#content #cSeparator {
	height:6px;
	background-image:url('./images/pi_content_sp.png');
	background-repeat:no-repeat;
	margin:20px 0 20px 0;
}

#cNotice {
	margin-top:20px;
}

#cNotice .cTitle {
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#cNotice .cTitle .cCaption {
	font-size:18pt;
}

#cNotice .cTitle .cCaption a:link,
#cNotice .cTitle .cCaption a:visited {
	color:#6b7bb3;
}

#cNotice .cTitle .cCaption a:hover {
	color:#d74d0d;
}

#cNotice .cTitle .cDate {
	font-size:12pt;
}

#cNotice .cContent {
	line-height: 160%;
}

#cProtected {
	margin-top:20px;
}

#cProtected .cTitle {
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#cProtected .cTitle .cCaption {
	font-size:18pt;
	color:#6b7bb3;
}

#cProtected .cTitle .cHelp {
	font-size:12pt;
}

#cProtected .cContent {
	text-align:center;
	line-height: 160%;
}

#cProtected .cContent .cInput {
	font:9pt Dodum;
	color:#6f6f6f;
	width:120px;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:2px 4px 2px 4px;
	border:1px #9f9f9f solid;
}

#cProtected .cContent .cSubmit {
	font:9pt Dodum;
	color:#6f6f6f;
	height:21px;
	width:60px;
	background-image:url('./images/p_button_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px #9f9f9f solid;
}

#cArticleList {
	margin-top:20px;
}

#cArticleList ul {
	list-style:none;
}

#cArticleList li {
	background-image:url('./images/pi_cArchive.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:14px;
	margin-bottom:3px;
}

#cArticleList .cTitle {
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#cArticleList .cTitle .cCaption {
	font-size:18pt;
	color:#6b7bb3;
}

#cArticleList .cTitle .cCount {
	font-size:12pt;
}

#cArticleList .cContent {

}

#cArticleList .cContent .cText {
	
}

#cArticleList .cContent .cCount {
	color:#4e64f8;
}

#cArticleList .cContent .cDate {
	color:#9f9f9f;
}

#cArticleList .cContent .cName {
	color:#9f9f9f;
}

#cCommentList {
	margin-top:20px;
}

#cCommentList ul {
	list-style:none;
}

#cCommentList li {
	background-image:url('./images/pi_cArchive.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:14px;
	margin-bottom:3px;
}

#cCommentList .cTitle {
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#cCommentList .cTitle .cCaption {
	font-size:18pt;
	color:#6b7bb3;
}

#cCommentList .cTitle .cCount {
	font-size:12pt;
}

#cCommentList .cContent {

}

#cCommentList .cContent .cText {
	
}

#cCommentList .cContent .cName {
	color:#9f9f9f;
}

#cCommentList .cContent .cDate {
	color:#9f9f9f;
}

#cTag {
	margin-top:20px;
	line-height:180%;
}

#cTag ul {
	list-style:none;
}

#cTag li {
	display:inline;
}

#cTag a:hover {
	color:#d74d0d;
}

#cTag .cElement {
	margin-right:4px;
}

#cTag .cloud1 {
	font-weight: bold;
	font-size :12px;
	color :#FF0000;
}

#cTag .cloud2 {
	font: bold 11px "돋움";
	color :#FF6633;
}

#cTag .cloud3 {
	font: bold 11px "돋움";
	color :#009966;
}

#cTag .cloud4 {
	font-family:돋움;
	font-size :11px;
	color :#0099CC;
}

#cTag .cloud5 {
	font-family:돋움;
	font-size :11px;
	color :#4f4f4f;
}

#cLocation {
	margin-top:20px;
}

#cLocation .cSpot {
	background-image:url('./images/pi_cSpot.gif');
	background-repeat:no-repeat;
	margin-bottom:3px;
	padding-left:15px;
}

#cLocation .cInfo {
	background-image:url('./images/pi_cInfo.gif');
	background-repeat:no-repeat;
	background-position:3px 3px;
	margin-bottom:3px;
	padding-left:15px;

}

#cLocation .cInfo a:link,
#cLocation .cInfo a:visited {
	color:#4e64f8;
}

#cLocation .cInfo a:hover {
	color:#d74d0d;
}

#cMedia {
	text-align:center;
}

#cKeyword {
	margin-top:20px;
}

#cKeyword ul {
	list-style:none;
}

#cKeyword li {
	display:inline;
}

#cKeyword a:link,
#cKeyword a:visited {
	color:#6f6f6f;
}

#cKeyword a:hover {
	color:#d74d0d;
}

#cKeyword .cElement {
	margin-right:4px;
}

.key1 {
	cursor: pointer;
	background-image:url('./images/pi_key.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:14px;
	border-bottom: 1px #2ca1a0 dashed;
}

#cGuestbook {
	margin-top:20px;
}

#cGuestbook .cWrite {
	
}

#cGuestbook .cWrite table {
	vertical-align:middle;
}

#cGuestbook .cWrite .cText {
	width:75px;
}

#cGuestbook .cWrite .cSecret {
	width:70px;
}


#cGuestbook .cWrite .cName,
#cGuestbook .cWrite .cPwd {
	font:9pt Dodum;
	color:#6f6f6f;
	width:120px;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:2px 4px 2px 4px;
	border:1px #9f9f9f solid;
}

#cGuestbook .cWrite .cHomepage {
	font:9pt Dodum;
	color:#6f6f6f;
	width:180px;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:2px 4px 2px 4px;
	border:1px #9f9f9f solid;
}

#cGuestbook .cWrite .cTextarea {
	font:9pt Dodum;
	color:#6f6f6f;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:4px 4px 4px 4px;
	border:1px #9f9f9f solid;
}

#cGuestbook .cWrite .cSubmit {
	font:9pt Dodum;
	color:#6f6f6f;
	height:21px;
	width:538px;
	background-image:url('./images/p_button_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px #9f9f9f solid;
}

#cGuestbook .cList {
	
}

#cGuestbook .cList ol,
#cGuestbook .cList ul {
	list-style:none;
}

#cGuestbook .cList .cBox {
	background-image:url('./images/pi_blueheart.gif');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px #d0d7f1 solid;
}

#cGuestbook .cList .cReplyBox {
	background-image:url('./images/pi_redheart.gif');
	background-repeat:no-repeat;
	background-position:10px 12px;
	margin-top:10px;
	padding:10px 10px 10px 25px;
	border:1px #d0d7f1 dotted;
}

#cGuestbook .cList .cBox .cListTitle {
	margin-bottom:5px;
}

#cGuestbook .cList .cBox .cListTitle .cName {
	font-weight:bold;
}

#cGuestbook .cList .cBox .cListTitle .cDate {
	float:left;
	font-size:8pt;
	color:#9f9f9f;
}

#cGuestbook .cList .cBox .cListTitle .cControl {
	float:right;
	font-size:8pt;
	color:#9f9f9f;
}

#cGuestbook .cList .cBox .cDesc {
	
}

.hiddenComment {
	color:#f50;
	font-weight:normal;
}

#cArticle {
	margin-top:20px;
}

#cArticle .cTitle {
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#cArticle .cTitle .cCaption {
	font-size:18pt;
}

#cArticle .cTitle .cCaption a:link,
#cArticle .cTitle .cCaption a:visited {
	color:#6b7bb3;
}

#cArticle .cTitle .cCaption a:hover {
	color:#d74d0d;
}

#cArticle .cTitle .cDate {
	font-size:12pt;
}

#cArticle .cTitle .cDesc {
	margin-top:15px;
}

#cArticle .cTitle .cDesc .cCategory {
	background-image:url('./images/pi_category.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:70px;
	
	margin-right:15px;
}

#cArticle .cTitle .cDesc .cName {
	background-image:url('./images/pi_writer.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:72px;
}

#cArticle .cContorl {
	font-size:7pt;
	text-align:center;
}

#cArticle .cPost {
	font-family: Dodum, Arial, san-serif;
	font-size:9pt;
	color:#4f4f4f;
	line-height: 180%;
	margin-bottom:20px;
}

#cArticle .cTag {
	font-size:8pt;
	background-image:url('./images/pi_tag.png');
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:40px;
	margin-bottom:20px;
}

#cArticle .cFeedback {
	font-size:8pt;
	background-image:url('./images/pi_feedback.png');
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:70px;
	margin-bottom:20px;
}

#cArticle .cFeedback .cCount {
	color:#4258f7;
}

#cArticle .cFeedback .cCount a:link,
#cArticle .cFeedback .cCount a:visited {
	color:#4258f7;
}

#cArticle .cFeedback .cCount a:hover {
	color:#d74d0d;
}

#cArticle .cFeedback .cAnd {
	color:#9f9f9f;
}

#cArticle .cTrackback {
	font-size:8pt;
	margin-bottom:20px;
}

#cArticle .cTrackback .cTrackbackAddress {
	height:20px;
	padding-top:6px;
	padding-left:90px;
	
	border-top:1px #d0d7f1 solid;
	border-bottom:3px #d0d7f1 solid;

	background-image:url('./images/pi_trackback.png');
	background-repeat:no-repeat;
	background-position:0 4px;
}

#cArticle .cTrackback .cTrackbackAddress .cAddress {
	cursor:pointer;
}

#cArticle .cTrackback ul {
	list-style:none;
}

#cArticle .cTrackback .cElement {
	background-image:url('./images/pi_blueheart.gif');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;

	margin-top:10px;
	margin-bottom:10px;	
	padding-bottom:9px;
	border-bottom:1px #d0d7f1 solid;
}

#cArticle .cTrackback .cElement .cCaption {
	margin-bottom:5px;
}

#cArticle .cTrackback .cElement .cCaption .cName {
	color:#9f9f9f;
}

#cArticle .cTrackback .cElement .cCaption .cDate {
	color:#9f9f9f;
}

#cArticle .cComment {
	font-size:8pt;
	margin-bottom:20px;
}

#cArticle .cComment .cCommentTitle {
	height:20px;
	padding-top:6px;
	padding-left:90px;
	
	border-top:1px #d0d7f1 solid;
	border-bottom:3px #d0d7f1 solid;

	background-image:url('./images/pi_comment.png');
	background-repeat:no-repeat;
	background-position:0 4px;
	
	margin-bottom:10px;
}

#cArticle .cComment .cList {
	margin-top:10px;
}

#cArticle .cComment .cList ol,
#cArticle .cComment .cList ul {
	list-style:none;
}

#cArticle .cComment .cList .cBox {
	background-image:url('./images/pi_blueheart.gif');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #d0d7f1 solid;
}

#cArticle .cComment .cList .cReplyBox {
	background-image:url('./images/pi_redheart.gif');
	background-repeat:no-repeat;
	background-position:10px 12px;
	margin-top:10px;
	padding:10px 10px 10px 25px;
	border:1px #d0d7f1 dotted;
}

#cArticle .cComment .cList .cBox .cListTitle {
	margin-bottom:5px;
}

#cArticle .cComment .cList .cBox .cListTitle .cName {
	color:#4f4f4f;
	font-weight:bold;
}

#cArticle .cComment .cList .cBox .cListTitle .cDate {
	float:left;
	font-size:8pt;
	color:#9f9f9f;
}

#cArticle .cComment .cList .cBox .cListTitle .cControl {
	float:right;
	font-size:8pt;
	color:#9f9f9f;
}

#cArticle .cComment .cList .cBox .cDesc {
	
}

.rp_secret 
{ 
	color:#f50;
	font-weight:normal;
}

#cArticle .cComment .cWrite {
	margin-bottom:10px;	
}

#cArticle .cComment .cWrite table {
	vertical-align:middle;
}

#cArticle .cComment .cWrite .cText {
	width:75px;
}

#cArticle .cComment .cWrite .cSecret {
	width:70px;
}


#cArticle .cComment .cWrite .cName,
#cArticle .cComment .cWrite .cPwd {
	font:9pt Dodum;
	color:#6f6f6f;
	width:120px;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:2px 4px 2px 4px;
	border:1px #9f9f9f solid;
}

#cArticle .cComment .cWrite .cHomepage {
	font:9pt Dodum;
	color:#6f6f6f;
	width:180px;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:2px 4px 2px 4px;
	border:1px #9f9f9f solid;
}

#cArticle .cComment .cWrite .cTextarea {
	font:9pt Dodum;
	color:#6f6f6f;
	background-image:url('./images/p_input_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:4px 4px 4px 4px;
	border:1px #9f9f9f solid;
}

#cArticle .cComment .cWrite .cSubmit {
	font:9pt Dodum;
	color:#6f6f6f;
	height:21px;
	width:538px;
	background-image:url('./images/p_button_bg.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px #9f9f9f solid;
}

#cPaging {
	text-align:center;
	font:8pt Tahoma;
	margin-bottom:20px;
}

#cPaging .cPrev {
	margin-right:10px;
}

#cPaging .cPage {
	margin-left:7px;
	margin-right:7px;
}

#cPaging .cNext {
	margin-left:10px;
}

.selected {
	color:#4258f7;
	font-weight:bold;	
}

.no-more-prev {
	color: #afafaf;
}
.no-more-next{
	color: #afafaf;
}

/*-----------------------------------------------------

				##### MY STYLE #####

-----------------------------------------------------*/

#cAdsense1 {
	font-size:8pt;
	text-align:center;
	margin-bottom:20px;
	background-color:transparent;
}

#cAdsense2 {
	text-align:center;
	background-color:transparent;
	margin-top:10px;
	margin-bottom:20px;
}

#cAdsense3 {
	text-align:center;
	background-color:transparent;
	margin-top:30px;
	margin-bottom:50px;
}