@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
}
/* 全てのスクリーンサイズで適用する設定 */
/* body */

body {
	font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
.max_width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

header {
	text-align: center;
}



@media only screen and (min-width: 767px) {
	/* header */

	/* nav */

	.menu {
		top: 130px;
		left: 0px;
		margin-left: 0px;
		width: 100%;
	}
	.menu ul {
		background-color: rgba(0, 0, 0, 0);
	}
	.menu ul li a:link {
		border-bottom: 0px solid #424242;
		color: #000000;
		padding: 5px;
		text-decoration: none;
	}
	.menu ul li a:visited {
		color: #000000;
		text-decoration: none;
	}
	.menu ul li a:hover {
		text-decoration: none;
		color: #B9B9B9;
		/* hover のカラー（600px 以上のメニュー）（4/4 箇所） */
	}
	.ie6 .menu ul li {
		display: inline;
		zoom: 1;
		padding-top: 10px;
		padding-right: 10px;
	}
	.ie7 .menu ul li {
		display: inline;
		zoom: 1;
	}

	aside{
		display:block;
		position: relative;
	}
	aside a{
		position: absolute;
		top: 150px;
		right: -275px;
	}
	aside a img{
		width:384px;
		height: auto;
		margin:0;
	}
	.mouseover{
		left:530px;
	}
	.mouseout{
		margin-right: 0;
	}


}

@media screen and (max-width:959px){
	#headerfix .headerlogo{
		display:block;
		float:right;
		top:0;
		right:0;
		margin-top:0px;
		margin-bottom:-50px;
	}
}
