@charset "utf-8";

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

/*#Container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}*/


/*#menu {
	float: left;
	color: #333;
	text-align: center;
	width: 200px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	height: 40px;
	width: 160px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menu li a {
	background-image: url(photo/menuback.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 40px;
	width: 160px;
	display: block;
	line-height: 40px;
}
#menu li a:hover {
	background-image: url(photo/menuback.gif);
	background-position: -160px 0px;
	background-repeat: no-repeat;
	background-color: #333;
	height: 40px;
	width: 160px;
	position: absolute;
	line-height: 40px;
	display: block;
}


#mein {
	float: right;
	width: 65%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#FlashID{ width:50%; height:auto;}

#gallery p img {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-style: none;
}

#gallery p {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}
#profile {
	margin-top: 50px;
	padding-right: 30px;
	margin-bottom: 60px;
}

.kei {
	float: right;
	margin-right: 60px;
}


@media only screen and (min-width: 600px) {
#menu {
	float: left;
	color: #333;
	text-align: center;
	width: 200px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}

@media only screen and (min-width: 960px) {
#Container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
}