﻿@charset 'UTF-8';

/*------------- property ------------------*/


ul {
	margin: 3px 5px 0px 15px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 12px auto 0px auto;
	background: url(../../images/arrow_orange.gif) no-repeat 0px 4px;
	padding: 0px 0px 3px 12px;
	border-bottom: dotted 1px #ccc;
}

li a:link {text-decoration: none; color: #333;}
li a:visited {text-decoration: none; color: #333;}
li a:hover {text-decoration: underline; color: #1B5FB4;}

.contentM {
	float:left;
	width: 243px;
	margin: 0px 0px 12px 0px;
	padding-top: 10px;
	background: url(../../images/top_contBG.jpg) repeat-x top right;
	font-weight:bold;
}
