/* Home styles */

div#siteBanner {
  width: 950px;
  height: 250px;
  margin: 0px 0 10px 0;
  color: #ffffff;
  background-image: url(../image/10banner_01.jpg);
  background-repeat: no-repeat;;
}

div#mainContents {
	display: block;
	width: 950px;
	height: auto;
	margin: 0 0 1em 0;
    background-color: ffffff;
    border: none 0;
}

div#mainContents div#Home {
	display: block;
	width: auto;
	height: auto;
	padding: 20px 70px 0px;
}
div#mainContents h1 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: capitalize;
}

div#mainContents h2 {
	clear: both;
	margin-bottom: 0.5em;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 100%;
	font-weight: normal;
    background-image: none;

}
div#mainContents p {
	clear: both;
    margin-bottom: 0.5em;
    font-size: 90%;
	font-weight: normal;
    text-indent: 0.5em;
}
div#mainContents div#Home div.photoBox {
	float: left;
	width: 180px;
	height: auto;
    text-align: center;
	margin: 0 20px 2em 60px;
}
div#mainContents div#Home div.photoBox h2 {
	margin-bottom: 2px;
	color: #006699;
	font-size: 110%;
	border-bottom: none;
}
div#mainContents div#Home div.photoBox p img {
	border: 1px solid #333333;
}

div#comment {
	display: block;
	width: auto;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
    padding: 0 100px;
    border-bottom: 1px solid #c0c0c0;
}

div#comment h2 {
	clear: both;
	margin-top: 1em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}

div#comment p {
    margin-bottom: 0.5em;
    font-size: 90%;
	font-weight: normal;
    text-indent: 0;
    margin-left: 1em;
}


