/*--------------------
 Common
--------------------*/

body,
html {
	width: 100%;
	height: 100%;
	background: #000;
}

p,
ul {
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 20px;
}

a {
	outline: none;
	color: #FFFFFF;
}

.section {
	width: 1100px;
	margin: 0 auto 80px auto;	
}

/* ----- ClearFix -----*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	zoom: 1;
}


/*--------------------
 Header
--------------------*/

.header_bg {
	width: 100%;
	height: 30px;
	margin-bottom: 80px;
	background-color: #303030;
	border-bottom: 1px solid #848484;
}

.header_navi {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

.header_navi .gwlogo {
	position: absolute;
	top: 6px;
	left: 0;
}
.header_navi a.home {
	position: absolute;
	top: 6px;
	left: 105px;
}


/*--------------------
 Logo
--------------------*/

.logo {
	width: 1000px;
	height: 707px;
	background: url(./images/logo.jpg) no-repeat 0 0;
	margin: 0 auto 40px auto;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/*--------------------
 Social
--------------------*/

.social {
	width: 1000px;
	margin: 0 auto 80px auto;
}

.social ul li {
	float: right;
	margin-left: 10px;	
}


/*--------------------
 Section
--------------------*/

.photo_list {
	width: 795px;
	margin: 0 auto 40px auto;
}

.photo_list li {
	float: left;
	width: 180px;
	margin-right: 25px;	
}
.photo_list li img {
	display: block;
	margin-bottom: 5px;	
}
.photo_list li p {
	text-align: center;	
}
.photo_list li.last {
	margin-right: 0;
}

/* ----- About ----- */

.about h2 {
	width: 1100px;
	height: 37px;
	background: url(./images/title_about.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}

/* ----- DJ ----- */

.dj h2 {
	width: 1100px;
	height: 37px;
	background: url(./images/title_dj.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}

/* ----- Artist ----- */

.artist h2 {
	width: 1100px;
	height: 37px;
	background: url(./images/title_artist.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}

/* ----- Performer ----- */

.performer h2 {
	width: 1100px;
	height: 37px;
	background: url(./images/title_performer.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}


/* ----- Attention ----- */

.attention {
	width: 830px;
	height: 180px;
	padding: 110px 60px 10px 60px;
	margin: 0 auto 80px auto;
	background: url(./images/attention_bg.jpg) no-repeat 0 0;
}

.attention h2 {
	display: none;
}

/* ----- Partner ----- */

.partner h2 {
	width: 1100px;
	height: 37px;
	background: url(./images/title_partner.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}

.partner .partner_01 {
	width: 85px;
	height: 71px;
	margin: 0 auto;
}

/* ----- Supported ----- */

.supported h2 {
	width: 1100px;
	height: 29px;
	background: url(./images/title_supported.jpg) no-repeat 0 0;
	margin-bottom: 40px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;	
}

.supported .supported_01 {
	width: 70px;
	height: 38px;
	margin: 0 auto;
}

/*--------------------
 PageTop
--------------------*/

.pagetop {
	padding-top: 80px;	
}

.pagetop .button {
	width: 45px;
	height: 30px;
	margin: 0 auto;
}

.pagetop .button img {
	cursor: pointer;
}
	

/*--------------------
 Footer
--------------------*/

.footer_bg {
	width: 100%;
	height: 100px;
	background-color: #303030;
	border-top: 1px solid #848484;
}

.footer {
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}

.footer img.tgclogo {
	position: absolute;
	top: 30px;
	left: 0px;
}
.footer img.gwlogo {
	position: absolute;
	top: 30px;
	right: 0px;
}

.footer ul {
	position: absolute;
	top: 30px;
	left: 100px;
}

.footer ul li {
	color: #FFFFFF;
	float: left;
}

.footer address {
	color: #FFFFFF;
	position: absolute;
	top: 65px;
	left: 100px;
}














	
