@charset "utf-8";
/* CSS Document */

#document .dl_link {
	margin-top:10px;
	margin-bottom:5px;
	padding-left:10px;
}

#document .dl_link span.note {
	font-size:9px;
	color:#999999;
	padding-left:10px;
}

#document .dl_link a {
	text-decoration:underline;
	font-size:9px;
}

#document .dl_link a:hover {
	text-decoration:none;
}

#document .dl_link img {
	vertical-align:middle;
	margin-right:5px;
}

#document .item_box td {
	vertical-align:top;
}

#document .item_box {
	width:100%;
	margin-top:20px;
	background-image: url(img/fd_box.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:8px;
	padding-bottom:10px;
}

#document .item_img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#document .item_date {
	text-align:right;
	font-weight:bold;
	margin-right:30px;
	color:#cccccc;
	font-size:9px;
	float:right;
}

#document h3 {
	font-size:11px;
	color:#2B345D;
	padding-left:15px;
}


#document h3 .note {
	font-size:9px;
	color:#999999;
	font-weight:normal;
}


#document .item_text {
	color:#333333;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}

#document .div_up_right {
	color:#cccccc;
	margin-top:10px;
	padding-right:15px;
}

#document .item_box_categ {

}

#document .item_box_categ_content {

}

#document h2 {
	background-color:#000000;
	color:#ffffff;
	padding-left:10px;
	font-size:14px;
}

/* INTRO **************************************** */

#document #intro_item {
	margin-bottom:30px;
}

#document #intro_content {
	background-color: #f7f7f7;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
}

#document #intro_content div {
	margin-top:3px;
	margin-bottom:3px;
}

#document #intro_content a {
	padding-left:15px;
	background-image: url(img/link_in.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

#document #intro_content a:hover {
	background-position: left -15px;
	text-decoration:underline;
	color:#999999;
}


/* PAGING *********************************************** */

#document div.paging {
	text-align:center;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	margin-top:20px;
	padding-bottom:20px;
}

#document div.paging a {
	text-decoration:none;
	color:#999999;
	padding-left:3px;
	padding-right:3px;
}

#document div.paging a.slct_pi {
	font-weight:bold;
}

#document div.paging a:hover {
	color:#666666;
	
}
/* --------------------------------------------------- POSTING */

#document .itempost_form {
	width:300px;
	border:solid 1px #000000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
}

#document .itempost_form .input {
	margin-left:0px;
}

#document .itempost_form .note {
	color:#999999;
	font-size:10px;
}

#document .itempost_form .intro_posting {
	font-size:12px;
}

#document .itempost_form .itempost_field {
	width:100%;
}

#document .itempost_form h4 {
	padding-left:29px;
	min-height:17px;
	background-image:url(img/ico_post.png);
	background-repeat:no-repeat;
	background-position: left top;
}

#document .title_posting {	
	text-align:right;
	margin-bottom:25px;
	margin-top:15px;
	min-height:17px;
	padding-right:29px;
	background-image:url(img/ico_post.png);
	background-repeat:no-repeat;
	background-position: right center;
}

