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

/*- Core Styles -*/

h1 {
	margin: 10px 15px 10px 15px;
	
	font-family: 'Garamond'; /** coment **/
	font-size: 28px;
	font-weight: bold;
	color: #7d9a21;
}
h1 a {
	text-decoration: none;
	color: #7d9a21;
}
h1 a:hover {
	text-decoration: none;
	color: #9dba41;
}
h2 {
	margin: 15px 15px 10px 30px;
	
	font-family: 'Garamond';
	font-size: 19px;
	font-weight: bold;
	color: #1b4b24;
}
h2 a {
	text-decoration: none;
	color: #1b4b24;
}
h2 a:hover {
	text-decoration: none;
	color: #7d9a21;
}
@charset 

"utf-8";
/* CSS



 Document */
p {
	margin: 0px 15px 0px 15px;
	
	text-align: justify;
	text-indent: 15px;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #394b38;
}
p a,li a {
	text-decoration: none;
	color: #4c5420;
}
p a:hover,li a:hover {
	text-decoration: none;
	color: #7d9a21;
}
ul {
	margin: 10px 0px 10px 0px;
	
	padding: 0px 10px 0px 40px;	
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #394b38;
}
ol {
	margin: 10px 0px 10px 0px;
	
	padding: 0px 10px 0px 40px;	
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #394b38;
}
li {
	margin: 0px 0px 0px 0px;
	
	padding: 0px 10px 0px 0px;
	text-align: justify;
	text-indent: 0px;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #394b38;
}
div.hr_right {
	height: 22px;
	
	background: url(../files/images/common/right_spliter.gif) top center no-repeat;
}
div.hr_main {
	height: 55px;
	
	background: url(../files/images/common/main_spliter.gif) top center no-repeat;
}
table {
	width: 95%;

	margin: auto;
}
td {
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #394b38;
}

#content #right h1{
	margin: 0px 0px 15px 0px;
	
	text-align: center;
	font-family: 'Garamond';
	font-size: 17px;
	font-weight: bold;
	color: #1b4b24;
}
#content #right p{
	margin: 0px 10px 0px 10px;
	
	text-align: justify;
	text-indent: 0px;
	font-family: 'Garamond';
	font-size: 13px;
	color: #5e7b5b;
}
#content #right p a, #content #right li a {
	text-align: justify;
	text-decoration: none;
	color: #5e7b5b;
}
#content #right p a:hover,#content #right li a:hover {
	text-align: justify;
	text-decoration: none;
	color: #7d9a21;
}

