@charset "utf-8";

/* @group clearfix */

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

/* IE6 */

* html .clearfix {
	zoom: 1;
}

/* IE7 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* @end */

/* @group font */

@font-face {
	font-family: BallparkWeiner;
	src: url(/font/ballpark_weiner-webfont.eot);
	src: local('BallparkWeiner'),
	url(/font/ballpark_weiner-webfont.woff) format('woff'),
	url(/font/ballpark_weiner-webfont.ttf) format('truetype'),
	url(/font/ballpark_weiner-webfont.svg#webfontpducsBcZ) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #cc8833 url(http://img511.imageshack.us/img511/9076/gallerybackuq4.jpg);
	color: #fff;
}

a:link {
	color: #141818;
	text-decoration: none;
}

a:visited {
	color: #141818;
	text-decoration: none;
}

a:hover {
	color: #141818;
	text-decoration: none;
}

p {
	font-size: 93%;
	line-height: 1.5;
}

h1,h2 {
	color: #141818;
	font-family: BallparkWeiner,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0px 1px 0px #cc8833;
	clear: both;
}

h1 {
	font-size: 800%;
}

h2 {
	font-size: 300%;
}

h3 {
	font: normal 77% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#header {
	margin: 20px auto;
	width: 960px;
	text-align: center;
}

#footer {
	height: 100px;
	text-align: center;
	font: 77% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 100px;
	background-color: #141818;
	color: #ffd018;
	clear: both;
}

.left {
	width: 500px;
	float: left;
	text-align: right;
}

.right {
	width: 300px;
	float: right;
	text-align: left;
}

.sociallink {
	margin: 15px 0;
}

#contents {
	width: 820px;
	float: left;
}

#contents img {
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#menu {
	width: 120px;
	margin-bottom: 120px;
	position: fixed;
	right: 20px;
	bottom: 0;
}

#menu a:hover {
	border-bottom: 3px solid #ffd018;
}

.visitwebsite {
	margin-top: 15px;
}

.visitwebsite a {
	padding: 5px;
	color: #ffd018;
	background-color: #141818;
	font: 77% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.visitwebsite a:hover {
	color: #141818;
	background-color: #ffd018;
}

.item {
	margin-bottom: 30px;
}