@charset "utf-8";

@import url("./classes.css");
@import url("./reset.css");

/**
 * “α”
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Container
----------------------------------------------------------------------
*/
html,
body {
	height: 100%;
	background: url(../img/cnt_bg.jpg);
}

#PageTop {
	text-align: center;
}

/**
 * Header
 */
#Header {
	text-align: left;
}

/**
 * Contents
 */
#Contents {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

/**
 * Banner
 *
#Banner {
	margin: 40px auto 25px;
	width: 940px;
	text-align: left;
}
*/

/**
 * Footer
 */
#Footer {
	margin: 0 auto;
	width: 940px;
	height: 40px;
}

/*
----------------------------------------------------------------------
	toppage
----------------------------------------------------------------------
*/
.toppage #PageTop {
	background: url(../img/top_bg.jpg) no-repeat top center;
}

.toppage #Contents {
	background: url(../img/top_main.jpg) no-repeat;
}

/**
 * Introduction
 */
#Introduction {
	position: relative;
	height: 640px;
	margin-top: 30px;
}

#Introduction .profile {
	margin-top: 50px;
}

#Introduction .enter {
	margin-top: 45px;
}

#Introduction .buttons {}

#Introduction .buttons li {
	position: absolute;
}

#Introduction .buttons .share {
	bottom: 20px;
}
	
	#Introduction .buttons .share span {
		margin-right: 14px;
	}
	
	#Introduction .buttons .share a {
		margin-left: 8px;
	}

#Introduction .buttons .gallery {
	right: 290px;
	bottom: 20px;
}

#Introduction .buttons .nex5n {
	right: 0;
	bottom: 20px;
}


/*
----------------------------------------------------------------------
	Contents
----------------------------------------------------------------------
*/
.pages #PageTop {
	background: url(../img/cnt_main.jpg) no-repeat top center;
}

.pages #Article {
	float: right;
	width: 665px;
}

.pages #Article .header {
	text-align: right;
	padding-bottom: 40px;
}

	/**
	 * nav
	 */
	.pages #Article .nav {
		position: relative;
		width: 665px;
		height: 25px;
		margin: 15px 0 45px;
		background: url(../img/dotline.gif) no-repeat left bottom;
	}

	.pages #Article .nav ul {
		position: absolute;
		left: 270px;
	}

	.pages #Article .nav li {
		float: left;
		padding-right: 25px;
	}
	
	.pages #Article .nav .back,
	.pages #Article .nav .next {
		position: absolute;
		top: 6px;
	}
	
	.pages #Article .nav .back {
		left: 10px;
	}
	
	.pages #Article .nav .next {
		right: 15px;
	}
	
	/**
	 * nextpage
	 */
	.pages #Article .nextpage {
		margin: 60px 15px 15px;
		text-align: right;
	}
	
	.pages #Article .nextpage a {
		padding-right: 14px;
		background: url(../img/link_buret.gif) no-repeat right;
		color: #4c4c4c;
	}
	
.pages #Aside {
	float: left;
	width: 245px;
	text-align: right;
}

.pages #Aside .profile {
	margin-top: 440px;
	margin-bottom: 20px;
}

.pages #Aside .banner {
	margin-top: 20px;
	margin-bottom: 25px;
}

.pages #Aside .share {
	margin-top: 25px;
	margin-bottom: 25px;
}

.pages #Aside .share span {
	display: block;
	margin-bottom: 10px;
}

.pages #Aside .share a {
	margin-left: 5px;
}

/*
----------------------------------------------------------------------
	section
----------------------------------------------------------------------
*/
.section {
	margin: 30px 0 35px;
	width: 660px;
}

.section h3 {
	margin-bottom: 23px;
}

.section .exif {
	margin: 8px 4px;
	color: #4c4c4c;
	font-size: 80%;
	line-height: 1.4;
}
