/* CSS Document */

body{
	font-size:12px;
	color:#444444;
	margin:0px;
	padding:0px;
	background-color:#EAEAEA;
}

a{color:#606000;}
a:visited{color:#999900;}
p{padding:0px;margin:0px;}

.text12_bold{
	font-size:12px;
	color:#666666;
	line-height:140%;
	font-weight:bold;
}



/* ------------------------pop------------------------- */
#pop{
	text-align:center;
	padding:8px 24px 16px 24px;
}
.pop_text-green{
	font-size:14px;
	color:#999900;
	font-weight:bold;
	text-align:center;
}
.pop_dot{
	background-image:url(img/pop_dot.gif);
	height:1px;
	background-repeat:repeat-x;
}
.pop_link{
	width:510px;
	text-align:right;
	padding:8px 12px 8px 0px;
}
.pop_side01{
	background-image:url(img/pop_side01.gif);
	background-repeat:repeat-y;
	width:17px;
}
.pop_side02{
	background-image:url(img/pop_side02.gif);
	background-repeat:repeat-y;
	width:20px;
}
.pop_close{width:532px;}
