@charset "utf-8";

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

/**
 * “α”
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Container
----------------------------------------------------------------------
*/
html,
body {
	height: 100%;
}

#PageTop {
	text-align: center;
}

html>/**/body .hover {
	display /*\**/:block\9;
}

/**
 * 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 {
	background:none;
	background-color:#000;
}

.toppage #PageTop {
	background-color:#000;
}

.toppage #Header {
	position:relative;
	margin:0 auto;
	width:940px;
	height:160px;
	background-color:#000;
}

.toppage #Header h1 {
	position:relative;
	z-index:1;
}

.toppage #Header p {
	position:relative;
	width:940px;
	margin:-40px auto 0 auto;
	text-align:center;
	z-index:0;
}

.toppage #Contents {
	position:relative;
	height:500px;
}


.toppage #Miyoshi {
	float:left;
	width:470px;
	height:500px;
	background: url(../img/top_bg_miyoshi.jpg) no-repeat;
}

.toppage #Miyoshi .intro {
	display:none;
}

.toppage #Miyoshi .btn {
	margin:220px 0 0 40px;
	width:200px;
	background-color:#FFF;
}

.toppage #Miyoshi .banner {
	margin:165px 0 0 139px;
	width:320px;
}

.toppage #Ozawa {
	float:left;
	width:470px;
	height:500px;
	background: url(../img/top_bg_ozawa.jpg) no-repeat;
}

.toppage #Ozawa .intro {
	display:none;
}

.toppage #Ozawa .btn {
	margin:220px 0 0 40px;
	width:200px;
	margin-left:40px;
}

.toppage #Ozawa .banner {
	margin:165px 0 0 10px;
	width:320px;
}

.toppage #Footer {
	width:auto;
	padding:5px 0 20px 0;
	background-color:#000;
}

.toppage #Footer div.outline {
	width:940px;
	margin:0 auto;
	background-color:#000;
}

.toppage #Footer div.outline div {
	width:940px;
	margin:0 auto;
}

.toppage #Footer div.outline div p.copyright {
	padding-top:40px;
	float:left;
	width:310px;
}

.toppage #Footer div.outline div p.products {
	float:right;
	width:281px;
}


/*
----------------------------------------------------------------------
	Contents
----------------------------------------------------------------------
*/
.pages #Header {
	position:relative;
	height:80px;
	background-color:#000;
}

.pages #Header h1 {
	position:relative;
	z-index:0;
}

.pages #Header p {
	width:940px;
	margin:-40px auto 0 auto;
	text-align:right;
	z-index:1;
}

.pages #Mainvisual {
	margin-top:20px;
}

.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: 35px 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: 35px;
	margin-bottom: 20px;
}

.pages #Aside .supplement {
	font-size:90%;
	padding-left:5px;
	color:#4c4c4c;
	text-align:left;
	margin-top: 20px;
	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;
}

.section .exif span {
	font-weight:bold;
}
