@charset "UTF-8";

#content {
	background: none;
}

/* ----- MAIN IMAGE ----- */
h1#mainImage {
	width: 860px;
	height: 310px;
	display: block;
	margin-bottom: 30px;
	background-color: #F5F5F5;
}

/* ----- MASSAGE ----- */
#firstMassage {
	float: left;
	width: 320px;
	padding: 0 13px 15px 0;
	background: url(../assets/templates/sixbird/images/verticalline.gif) repeat-y right top;
	text-align: justify;
}
#firstMassage h2 {
	margin-bottom: 12px;
}

/* ----- POINT 4 ----- */
#point4 {
	float: left;
	width: 295px;
	margin: 0 10px 0 12px;
	line-height: 16px;
	text-align: justify;
}
#point4 h3 {
	margin-bottom: 5px;
}
#pointDesign, #pointContents, #pointUsability, #pointSEO {
	width: 140px;
}
#pointDesign, #pointUsability {
	float: left;
}
#pointContents, #pointSEO {
	float: right;
}
#pointDesign, #pointContents {
	margin-bottom: 12px;
}

/* ----- RECENT WORKS ----- */
#recentWorks {
	float: right;
	width: 190px;
	padding-left: 10px;
}
#recentWorks h3, #information h3 {
	font-size: 20px;
	margin-bottom: 4px;
}
#recentWorks p {
	margin-bottom: 4px;
}
ul#WorksTag li {
	margin-right: 3px;
	display: inline;
}
#recentImg img {
	border: 1px solid #0a3d21;
}


#information {
	clear: both;
	background: url(../assets/templates/sixbird/images/line.gif) repeat-x left top;
	padding: 15px 0 0;
}
	#information:after {
		content: "";
		display: block;
		clear: both;
	}
	/*\*/
		* html #information {
		height: 1em;
		overflow: visible;
	}
	/**/
	
#feedArea {
	float: left;
	width: 410px;
}
#feedArea dl {
}
#feedArea dt {
	float: left;
	background: #dddddd;
	width: 75px;
	padding: 3px 5px;
	font-family: Helvetica, sans-serif;
	color: #555555;
}
#feedArea dd {
	margin-left: 85px;
	background: #e9e9e9;
	margin-bottom: 3px;
	padding: 3px 5px;
}


#bannerArea {
	float: right;
}
.bnrWrap {
	float: left;
	display: block;
	width: 190px;
	margin-left: 5px;
	padding: 5px;
	border: 5px solid #DDDDDD;
	/*	background: #e9e9e9;*/
}
.bnrWrap h4 {
	margin-bottom: 2px;
}
.bnrWrap p {
	font-size: 11px;
	line-height: 1.3em;
}