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

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: small;
}
body {
	background-color: #FFFFFF;
}
ul.list_style ul {
	display: block;
}
ul.list_style li {
	list-style-type: none;
	padding-left: 1em;
	background: url(../../img_common/img_icon_arrow.gif) no-repeat 0 0.4em;
}
a {
	color: #333333;
	text-decoration: underline;
}

