/* base setting */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #4cb44c url(./images/alonelyarrow.gif) no-repeat 88px top;
	padding: 0 20px 30px 88px;
}

/* header */ 

div#header {
	padding: 80px 0;
}

h1 {
	height: 54px;
}


/* contents */

div#divLeft {
	float: left;
	width: 304px;
	padding-right: 70px;
}

h2 {
	width: 126px;
	height: 27px;
	text-indent: -9999px;
	padding-bottom: 30px;
}

h2#about {
	background: url(./images/title_about.gif) no-repeat;
}

h2#contact {
	background: url(./images/title_contact.gif) no-repeat;
}

h2#works {
	background: url(./images/title_works.gif) no-repeat;
}

p.descAbout {
	width: 304px;
	height: 228px;
	text-indent: -9999px;
	background: url(./images/about.gif) no-repeat;
	padding-bottom: 60px;
}

p.descContact {
	width: 304px;
	height: 100px;
	text-indent: -9999px;
	background: url(./images/contact.gif) no-repeat;
	padding-bottom: 60px;
}

div#divRight {
	float: left;
}

img.sign {
	padding: 30px 0;
}

/* flyer */

div#flyer {
	position: absolute;
	top: 80px;
	right: 80px;
}

div#flyer ul {
	list-style: none;
}

div#flyer li {
	padding: 1px 0;
}

div#flyer li a {
	display: block;
	width: 186px;
	text-indent: -9999px;
	overflow: hidden;
}

div#flyer li.blog a {
	background: url(./images/btn_gotoblog.gif) no-repeat;
	height: 52px;
	margin-bottom: 8px;
}

div#flyer li.blog a:hover {
	background-position: 0 -52px;
}

div#flyer li.cyworld a {
	background: url(./images/btn_gotocyworld.gif) no-repeat;
	height: 33px;
}

div#flyer li.cyworld a:hover {
	background-position: 0 -33px;
}

div#flyer li.me2day a {
	background: url(./images/btn_gotome2day.gif) no-repeat;
	height: 33px;
}

div#flyer li.me2day a:hover {
	background-position: 0 -33px;
}


/* works */

ul.worksList {
	list-style: none;
}

ul.worksList li {
	width: 500px;
	height: 60px;
	padding-bottom: 10px;
	position: relative;
}

ul.worksList li.new {
	left: -52px;
	padding-left: 52px;
	background: url(./images/icon_new.gif) no-repeat left 3px;
}

ul.worksList li a {
	display: block;
	width: 500px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.worksList li a span {
	display: block;
	width: 126px;
	height: 60px;
	text-indent: -9999px;
	cursor: pointer;
}

ul.worksList li a:hover span {
	background: url(./images/thumbnail_view.gif) no-repeat;
}


ul.worksList li.w0902 a {
	background: url(./images/works_stonebridge.gif) no-repeat;
}
ul.worksList li.w0901 a {
	background: url(./images/works_koyo.gif) no-repeat;
}
ul.worksList li.w0808 a {
	background: url(./images/works_wzdfactory.gif) no-repeat;
}
ul.worksList li.w0805 a {
	background: url(./images/works_namsungil.gif) no-repeat;
}
ul.worksList li.w0804 a {
	background: url(./images/works_thankyouandwe.gif) no-repeat;
}
ul.worksList li.w0803 a {
	background: url(./images/works_statuscard.gif) no-repeat;
}
ul.worksList li.w0712 a {
	background: url(./images/works_worldnewspaper.gif) no-repeat;
}
ul.worksList li.w0708 a {
	background: url(./images/works_kusanokaori.gif) no-repeat;
}
ul.worksList li.w0607 a {
	background: url(./images/works_wzddotcom.gif) no-repeat;
}
ul.worksList li.w0806 a {
	background: url(./images/works_me2day-home.gif) no-repeat;
}
ul.worksList li.w0807 a {
	background: url(./images/works_me2day-event.gif) no-repeat;
}
ul.worksList li.w0903 a {
	background: url(./images/works_me2day-widget.gif) no-repeat;
}



/* for LightBox */

div.hiddenImages {
	display: none;
}