@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
html,body{
	height: 100%;
	background-color: #fafafa;
}
p,img,h1,h2,h3,h4,form {
	margin:0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.rolinList{
	width:296px;
	height:212px;
	text-align:left;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.rolinList li{
}
.rolinList li h4{
	width:286px;
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	background-color: #fff;
	background-image: url(../images/pot04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 24px;
}
.content{
	height:179px;
	width:296px;
	background:#fff;
	background:#FAFAFA;
	font-size: 12px;
	color: #333333;
}
.content p{
	font-size: 12px;
	background-image: url(../images/pot01.gif);
	background-repeat: no-repeat;
	background-position: 17px 11px;
	padding-left: 28px;
	line-height: 24px;
}
.content p span{
	float: right;
	margin-right: 10px;
	color: #999999;
}
.content p a{
    color: #333333;
	text-decoration: none;
}
.content p a:hover{
	color: #eb6100;
	text-decoration: underline;
}
