@charset "UTF-8";
/* CSS Document */
#menu_6_on span {
	height: 16px;
	background-image: url(../../img/menu_6.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 70px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#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;
	}
.link_box {
	position: relative;
	width: 385px;
	float: left;
	}
.link_box h3 {
	height: 45px;
	padding-left: 1px;
	}

.link_box h4 { color: #202020;
 font-size: 9pt;
 font-weight: bold;
 line-height: 170%;
 letter-spacing: 0.2em;
 }
.link_box p {
	font-size: 8pt;
	line-height: 170%;
	letter-spacing: 0.3em;
	margin-bottom: 40px;
	}
.link_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 ;
	}

.link_box p a:hover {
	color: #b3b3b3;
	}

/**/
#fashion_container {
	padding-left: 85px;
	
	}

#beauty_container {
	padding-left: 85px;
	
	}

#food_container {
	position: absolute;
	bottom: 0;
	padding-left: 85px;
	}

