@import url(/common/css/common.css);

/* ---------------------------------------------------------------------------------------------------------------------------------------------
Wrapper
--------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{
	position:relative;
	width:1002px;
	min-height: 100%;
	height:auto;
	border-right: 1px solid #D6D6D6;
/*	background: url(/images/main/bg_main_line.gif) repeat-y; */
	/* hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;
}
html>body #wrapper { height: auto; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
Header
--------------------------------------------------------------------------------------------------------------------------------------------- */
#header { 
	position: relative; 
	width: 100%; 
	height: 65px;
	background: #000;
	color: #fff;
	}
#header .logo {
	position: relative;
	width: 230px;
	height: 30px;
	padding: 4px 0 0 4px;
	}
#header .main_menu{
	float: left;
	padding: 0 0 0 20px;;
	margin: 0;
	font: bold 12px Arial , verdana , Tahoma;
	list-style: none;
	}
#header .main_menu li {
	float: left;
	padding-right: 10px;
	margin: 0;
}
#header .menu {
	float: right;
	width: 300px;
	font: bold 11px Arial , verdana , Tahoma;
	color: #999;
	padding: 10px 0 0 0;
	}
#header .menu a:visited, #header .menu a:link {
	color: #999;
	text-decoration: none;
	}
#header .menu a:hover {
	color: #ffcc00;
	text-decoration: underline;
	}

a.rollover span { display: none; }
a.rollover img { border:none ; display:inline; } 
a.rollover img.over { display:none; } 
a.rollover:hover { border:none; } 
a.rollover:hover img {display:none; } 
a.rollover:hover img.over {display:inline; } 

/* ---------------------------------------------------------------------------------------------------------------------------------------------
Main
--------------------------------------------------------------------------------------------------------------------------------------------- */
#main_wrapper {
	position: relative;
	width: 100%;
	}

#main_image {
	position: relative;
	width: 767px;
	padding: 0 0 10px 0 ;
	}
/* ---[ Sidebar ]--------------------- */
#sidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	}

/* menu */
#sidebar .menu {
	padding: 10px 10px;
	}
#sidebar .menu ul {
	height: 87px;
	padding: 0;
	margin: 4px 0 0 0;
	list-style: none;
	background: #fff;
	}
#sidebar .menu li {
	padding: 0 0 0 10px;
	margin: 0;
	height: 29px;
	}

/* notice */
#sidebar .notice {
	position: relative;
	width: 185px;
	padding: 0;
	margin: 0 auto;
	background: url(/images/main/notice.gif) repeat-y -205px 0;
	}
#sidebar .notice h2 {
	padding: 3px 1px 0 1px;
	margin: 0;
	background: url(/images/main/notice.gif) no-repeat 0 0;
	}
#sidebar .notice ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(/images/main/notice.gif) no-repeat -410px 100%;
	}
#sidebar .notice li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(/images/icon_arrow_b.gif) no-repeat 0 50%;
	}
#sidebar .notice ul li a:visited, #sidebar .notice ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#sidebar .notice ul li a:hover {
	text-decoration: underline;
	}

/* ---[ Main ]--------------------- */
#main {
	float: left;
	width: 777px;
	}

/* ---[ Main Left ]--------------------- */
#main_left {
	float: left;
	width: 530px;
	padding: 10px 20px;
		}
#main_left .hr_line {
	height: 20px;
	background: url(/images/main/bg_hr.gif) repeat-x 0 50%;
	}
#main_left .hr_line hr {
	visibility: hidden;
	}

/* search */
#frm_search {
	width: 530px;
	height: 80px;
	padding: 0;
	margin: 0;
	background: url(/images/main/bg_search.gif) repeat-x 0 0;
	}
#frm_search ul {
	width: 376px;
	height: 38px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	}	
#frm_search ul li {
	padding: 0;
	margin: 0;
	float: left;
	}
#frm_search p {
	clear: left;
	font-weight: bold;
	color: #7F9DB9;
	text-align: center;
	}
#frm_search #search_value {
	width: 180px;
	height: 16px;
	border: 1px solid #7F9DB9;
	}

/* hot blog */
#main_left .hot_blog {
	position: relative;
	}
#main_left .hot_blog h2 span {
	display: none;
	}
#main_left .hot_blog h2 {
	width: 530px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(/images/main/title_new_post2.gif) no-repeat 0 0;
	}
#main_left .hot_blog dl {
	padding: 15px;
	margin: 0;
	}
#main_left .hot_blog dt {
	color: #999;
	padding-bottom: 10px;
	}	
#main_left .hot_blog dt a:visited, #main_left .hot_blog dt a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
#main_left .hot_blog dt a:hover {
	text-decoration: underline;
	}
#main_left .hot_blog dd {
	padding: 0;
	margin: 0;
	}
#main_left .hot_blog dd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #999;
	}

#main_left .hot_blog ul {
	clear: left;
	width: 500px;
	padding: 10px 0 0 0;
	margin: 20px auto 0;
	list-style: none;
	border-top: 1px dashed #999;
	}
#main_left .hot_blog ul li {
	padding: 0 0 0 12px;
	margin: 0;
	color: #999;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_left .hot_blog ul li a:visited, #main_left .hot_blog ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_left .hot_blog ul li a:hover {
	text-decoration: underline;
	}

/* new blog */
#main_left .new_blog {
	position: relative;
	}
#main_left .new_blog h2 span {
	display: none;
	}
#main_left .new_blog h2 {
	width: 530px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(/images/main/title_new_blog.gif) no-repeat 0 0;
	}
#main_left .new_blog dl {
	padding: 15px;
	margin: 0;
	}
#main_left .new_blog dt {
	color: #999;
	padding-bottom: 10px;
	}	
#main_left .new_blog dt a:visited, #main_left .new_blog dt a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
#main_left .new_blog dt a:hover {
	text-decoration: underline;
	}
#main_left .new_blog dd {
	padding: 0;
	margin: 0;
	}
#main_left .new_blog dd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #999;
	}

#main_left .new_blog ul {
	clear: left;
	width: 500px;
	padding: 10px 0 0 0;
	margin: 20px auto 0;
	list-style: none;
	border-top: 1px dashed #999;
	}
#main_left .new_blog ul li {
	padding: 0 0 0 12px;
	margin: 0;
	color: #999;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_left .new_blog ul li.topic {
	font-size: 13px;
	}

#main_left .new_blog ul li.content {
	padding: 0 0 10px 12px;
	background-image: none;
}

#main_left .new_blog ul li a:visited, #main_left .new_blog ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_left .new_blog ul li a:hover {
	text-decoration: underline;
	}

/* search blog */
#main_left .search_blog {
	position: relative;
	}
#main_left .search_blog h2 span {
	display: none;
	}
#main_left .search_blog h2 {
	width: 530px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(/images/title_searchresult.gif) no-repeat 0 0;
	}
#main_left .search_blog dl {
	padding: 15px;
	margin: 0;
	}
#main_left .search_blog dt {
	color: #999;
	padding-bottom: 10px;
	}	
#main_left .search_blog dt a:visited, #main_left .search_blog dt a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
#main_left .search_blog dt a:hover {
	text-decoration: underline;
	}
#main_left .search_blog dd {
	padding: 0;
	margin: 0;
	}
#main_left .search_blog dd img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #999;
	}

#main_left .search_blog ul {
	clear: left;
	width: 500px;
	padding: 10px 0 0 0;
	margin: 20px auto 0;
	list-style: none;
	border-top: 1px dashed #999;
	}
#main_left .search_blog ul li {
	padding: 0 0 0 12px;
	margin: 0;
	color: #999;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_left .search_blog ul li.topic {
	font-size: 13px;
	}

#main_left .search_blog ul li.content {
	padding: 0 0 10px 12px;
	background-image: none;
}

#main_left .search_blog ul li a:visited, #main_left .search_blog ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_left .search_blog ul li a:hover {
	text-decoration: underline;
	}

/* photo */
#main_left .photo {
	position: relative;
	}
#main_left .photo h2 span {
	display: none;
	}
#main_left .photo h2 {
	width: 530px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(/images/main/title_photo.gif) no-repeat 0 0;
	}
#main_left .photo .photo_wrapper {
	float: left;
	padding: 10px 5px 0 10px;
	text-align: center;
	}
#main_left .photo .photo_wrapper p {
	padding: 0;
	margin: 0;
	}
#main_left .photo .photo_wrapper p img {
	padding: 1px;
	border: 1px solid #999;
	}
#main_left .photo .photo_wrapper a:visited, #main_left .photo .photo_wrapper a:link {
	color: #666;
	text-decoration: none;
	}
#main_left .photo .photo_wrapper a:hover {
	text-decoration: underline;
	}

/* ---[ Main Right ]--------------------- */
#main_right {
	float: right;
	width: 200px;
	padding:0;
	margin:0 ;
	}

/* today */
main_right .today {
	position: relative;
	width: 195px;
	padding: 0;
	margin: 10px auto;
	background: url(/images/main/today.gif) repeat-y -215px 0;
	}
main_right .today h2 {
	padding: 1px 1px 0 1px;
	margin: 0;
	background: url(/images/main/today.gif) no-repeat 0 0;
	}
main_right .bloger_info {
	background: url(/images/main/notice.gif) no-repeat -430px 100%;
	}
#main_right .today {
	position: relative;
	width: 195px;
	padding: 0;
	margin: 10px auto;
	background: url(/images/main/new_post.gif) repeat-y -220px 0;
	}
#main_right .today h2 {
	padding: 1px 1px 0 1px;
	margin: 0;
	background: url(/images/main/new_post.gif) no-repeat 0 0;
	}
#main_right .bloger_info {
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(/images/main/new_post.gif) no-repeat -430px 100%;
	}
#main_right .today p {
	padding: 0;
	margin: 0;
	}
#main_right .bloger_info .bloger_photo {
	padding: 10px 0;
	text-align: center;
	}
#main_right .bloger_info .bloger_photo img {
	padding: 2px;
	border: 1px solid #ccc;
	}
#main_right .bloger_info .bloger_name {
	padding: 0 0 10px 0;
	text-align: center;
	}
#main_right .bloger_info .bloger_name a:visited, #main_right .bloger_info .bloger_name a:link {
	color: #666;
	text-decoration: none;
	}
#main_right .bloger_info .bloger_name a:hover {
	text-decoration: underline;
	}

/* new post */
#main_right .new_post {
	position: relative;
	width: 195px;
	padding: 0;
	margin: 10px auto;
	background: url(/images/main/new_post.gif) repeat-y -220px 0;
	}
#main_right .new_post h2 {
	padding: 1px 1px 0 1px;
	margin: 0;
	background: url(/images/main/new_post.gif) no-repeat 0 0;
	}
#main_right .new_post ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(/images/main/new_post.gif) no-repeat -430px 100%;
	}
#main_right .new_post li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_right .new_post ul li a:visited, #main_right .new_post ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_right .new_post ul li a:hover {
	text-decoration: underline;
	}

/* today scrap */
#main_right .today_scrap {
	position: relative;
	width: 195px;
	padding: 0;
	margin: 10px auto;
	background: url(/images/main/today_scrap.gif) repeat-y -220px 0;
	}
#main_right .today_scrap h2 {
	padding: 1px 1px 0 1px;
	margin: 0;
	background: url(/images/main/today_scrap.gif) no-repeat 0 0;
	}
#main_right .today_scrap ul {
	position: relative;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(/images/main/today_scrap.gif) no-repeat -430px 100%;
	}
#main_right .today_scrap li {
	padding: 0 0 0 12px;
	margin: 0;
	height: 16px;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_right .today_scrap ul li p {
	padding: 0;
	margin: 0;
	}
#main_right .today_scrap ul li .topic {
	float: left;
	width: 135px;
	}
#main_right .today_scrap ul li .scrap_cnt {
	color: #FF9A02;
	text-align: right;
	}
#main_right .today_scrap ul li a:visited, #main_right .today_scrap ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_right .today_scrap ul li a:hover {
	text-decoration: underline;
	}

/* New Comments */
#main_right .new_comments {
	position: relative;
	width: 195px;
	padding: 0;
	margin: 10px auto;
	background: url(/images/main/today_scrap.gif) repeat-y -220px 0;
	}
#main_right .new_comments h2 {
	padding: 1px 1px 0 1px;
	margin: 0;
	background: url(/images/main/today_scrap.gif) no-repeat 0 0;
	}
#main_right .new_comments ul {
	position: relative;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(/images/main/today_scrap.gif) no-repeat -430px 100%;
	}
#main_right .new_comments li {
	padding: 0 0 0 12px;
	margin: 0;
	height: 16px;
	background: url(/images/main/icon_dash_b.gif) no-repeat 0 50%;
	}
#main_right .new_comments ul li p {
	padding: 0;
	margin: 0;
	}
#main_right .new_comments ul li .topic {
	float: left;
	width: 175px;
	}
#main_right .new_comments ul li .scrap_cnt {
	color: #FF9A02;
	text-align: right;
	}
#main_right .new_comments ul li a:visited, #main_right .new_comments ul li a:link {
	color: #010066;
	text-decoration: none;
	}
#main_right .new_comments ul li a:hover {
	text-decoration: underline;
	}

/* ---------------------------------------------------------------------------------------------------------------------------------------------
Clear foot
--------------------------------------------------------------------------------------------------------------------------------------------- */
#clearfooter{ 
	clear: left;
	height: 65px;
	width:100%; 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	position: absolute; 
	bottom: 0px; 
	width: 100%; 
	height: 64px; 
	background: #fff;
	border-top: 1px solid #D6D6D6;
	text-align: center;
	}

#foot {height:64px; padding: 0; margin:0; }
#foot_copy { float: left; margin: 0 40px 0 310px; }
#foot_navi01 { float: left; padding: 20px 0 0 0; margin:0; }
#foot_navi02 { float: left; padding: 20px 0 0 0; margin:0; }
#foot_navi03 { float: left; padding: 20px 0 0 0; margin:0; }


/* ---------------------------------------------------------------------------------------------------------------------------------------------
create Blog
--------------------------------------------------------------------------------------------------------------------------------------------- */

#article_form {
	float: left;
	width: 653px;	
	background: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 31px;
	}

#article_area fieldset { 
	border: 1px solid #ccc; 
	padding: 0 20px; 
	margin-bottom: 5px; 
	background: #fff;
	}
#article_area legend { 
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px; 
}
#frm_blog_info {
	padding: 0;
	margin: 0;
	}
#frm_blog_info ul { 
	padding: 5px 0 0 0; 
	margin: 0;
	list-style: none;
	}
#frm_blog_info li { 
	padding: 2px 0;
	width: 527px;
	float: left;
	}

#article_info .navi { 
	float: left;
	width: 100%;
	padding: 0 0px 5px 0; 
	}

#article_info .dot_red { 
	float: left; 
	width: 100px; 
	padding-left: 5px; 
	background: url(/images/dot_red.gif) no-repeat 0 50%; 
	}
#article_info .dot_gray { 
	float: left; 
	width: 100px; 
	padding-left: 5px; 
	background: url(/images/dot_gray.gif) no-repeat 0 50%; 
	}
#article_info .null { 
	float: left; 
	width: 500px; 
	padding-left: 105px; 
	}

#excerpt_1 {
	width: 400px;
	border: 1px solid #ccc; 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	}
#blog_cd1 {
	width: 200px;
	border: 1px solid #ccc; 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	}
#blog_cd2 {
	width: 200px;
	border: 1px solid #ccc; 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	}
#blog_url {
	width: 120px;
	border: 1px solid #ccc; 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	cursor: pointer;
	}

#pro_file {
	width: 400px;
	height: 50px;
	border: 1px solid #ccc; 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	}

#article_area #frm_title { 
	border: 1px solid #E6E6E6; 
	padding: 5px 5px 5px 0; 
	background: #E6E6E6;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}

#article_area #navi { 
	position: relative; 
	margin: 10px 0 5px 0; 
	text-align: center; 
	}

/* ------[  Form field ] ------------------------------ */
.inputFieldValue {
	font-family:verdana, ±¼¸²;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	height: 21px;
	line-height: 120%;
}

.selectFieldValue {
	font-family : verdana, ±¼¸²;
	font-size: 9pt;
	height: 21px;
}

