@charset "UTF-8";
/* CSS Document */
#menu_2_on span {
	height: 16px;
	background-image: url(../../img/menu_2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 61px;
	}
#header h2 {
	height: 10px;
	background-image: url(../img/page_title.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 1100px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
/**/
#main_box {
	font-family: Quicksand, sans-serif;
	width: 770px;
	float: left;
	min-height: 512px;
	padding-top: 15px;
	}
#main_box h3 {
	text-align: center;
	margin-bottom: 10px;
	}

#main_box h4 { color: #202020;
 font-size: 9pt;
 font-weight: bold;
 line-height: 170%;
 letter-spacing: 0.2em;
 }
#main_box p {
	color: #000;
	font-size: 9pt;
	line-height: 220%;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 40px;
	}
#main_box p a {
	color: #202020;
	text-decoration: none;
		transition: all 0.18s ease-out ;
		-webkit-transition: all 0.18s ease-out ;
		-moz-transition:  all 0.18s ease-out ;
		-ms-transition:  all 0.18s ease-out ;
	}

#main_box p a:hover {
	color: #b3b3b3;
	}
#main_copy {
	text-align: center;
	height: 9px;
	margin-bottom: 9px;
	}

#main_copy img {
	position: relative;
	top: -30px;
	}

