@charset "utf-8";

.c100 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

.c30 {
	margin: 0px;
	float: left;
	height: auto;
	width: 30%;
	text-align: left;
	
}
.c30 h1  {
	font-size: 2.5em;
	text-decoration: none;
	color: #B90000;
	margin-left: 30px;
}
.c30 ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.c30 li {
	margin-left: 30px;
	margin-bottom: 5px;
}
.c30 ul li a {
	color: #666;
	text-decoration: none;
}
.c70 {
	margin: 0px;
	float: left;
	height: auto;
	width: 70%;
	text-align: left;
	
}
.c70 p   {
	color: #666;
	font-size: 1.7em;
	font-weight: normal;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.c100 a:hover {
	color: #F00;
}
@media screen and (max-width:700px){
	.c30 {
	width: 100%;
	text-align:center;
	}
	.c70 {
	width: 100%;
		
	}
	.c30 li {
	
	margin-bottom: 0px;
}
.c70 p   {
	margin-top:20px;
}
	}
