/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #4e3f43;
	line-height: 1.5;
	background-image:url(../img/bg.png);
	background-position:center top;
}
a{
	text-decoration: none;
}
a:link {
	color: #69F;
}
a:visited {
	color: #69F;
}
a:hover {
	color: #f7b2c5;
}
a:active {
	color: #F56D8D;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}

#wrap {
	width:1280px;
	height:100%;
	margin:0 auto;
	position:relative;
	border-left:4px solid #FFF;
	border-right:4px solid #FFF;
	box-shadow:0px 0px 6px 3px #C6A;
}

#titlebox {
	width:355px;
	height:213px;
	position:absolute;
	z-index:100;
	left:34px;
	top:2px;
}

#menubox {
	width:1280px;
	height:63px;
	background-image:url(../img/BG_menu.png);
	list-style-position:outside;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0;
	display:flex;
	justify-content:flex-end;
}
#menubox li {
	display:block;
	overflow:hidden;
}
#intro {
	width:178px;
	height:65px;
	margin-right:22px;
}
#chara {
	width:148px;
	height:65px;
	margin-right:20px;
}
#gallery {
	width:115px;
	height:65px;
	margin-right:16px;
}
#down {
	width:139px;
	height:65px;
	margin-right:16px;
}
#special {
	width:108px;
	height:65px;
	margin-right:14px;
}
#spec {
	width:74px;
	height:65px;
	margin-right:25px;
}

#footer {
	width:1280px;
	height:372px;
	background-image:url(../img/BG_footer.png);
	overflow:hidden;
}
#twitterbox {
	width:828px;
	height:271px;
	background-color:#FFF;
	text-align:center;
	margin:22px auto 20px auto;
	border:1px solid #f9aec4;
}

#commonbox {
	width:1280px;
	height:100%;
	position:relative;
	background-image:url(../img/BG_main.jpg);
	border-top:2px solid #FFF;
	border-bottom:1px solid transparent;
}


#colorbox {
	box-shadow:0px 0px 6px 3px #C6A;
}