@charset "UTF-8";

html {
	background-color: transparent;
	background-image: none;
	height: 100%;
	overflow-x: hidden;
}

body {
	background: #ffffff none top center no-repeat;
	height: 100%;
	white-space: nowrap;
}

a {
	color: #380c00;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a:focus {
	overflow: hidden;
}

.clear {
	clear: both;
}

.box {
	width: 950px;
	position: relative;
	margin: 0px auto;
}

.new {
	background: url(../img/new.png) no-repeat;
	width: 51px;
	height: 22px;
	text-indent: -9999em;
}

/*----------------------------------------------------------

header

----------------------------------------------------------*/
#header {
	background-image: url(../img/header_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 147px;
	position: relative;
	z-index: 1;
	margin-bottom: -31px;
}

#header .logo {
	position: absolute;
	left: 4px;
	top: 1px;
}

.new {
	background: url(../img/new.png) no-repeat;
	width: 51px;
	height: 22px;
	text-indent: -9999em;
}

/*----------------------------------------------------------

nav

----------------------------------------------------------*/
#nav ul {
	position: absolute;
	left: 193px;
}

#nav li {
	float: left;
}

#nav li a,
#nav li span {
	display: block;
	background-image: url(../img/nav.png);
	height: 115px;
	text-indent: -9999em;
	position: relative;
}

#nav li .new {
	background: url(../img/new.png) no-repeat;
	width: 51px;
	height: 22px;
	text-indent: -9999em;
}

/*----- トップ -----*/
#nav li.top a {
	background-position: -0px -0px;
	width: 72px;
}

#nav li.top a:hover,
#nav li.top .selected {
	background-position: -0px -115px;
	width: 72px;
}

#nav li.top .new {
	position: absolute;
	left: 4px;
	top: 48px;
	visibility: hidden;
}

/*----- メッセージ -----*/
#nav li.message a {
	background-position: -72px -0px;
	width: 98px;
}

#nav li.message a:hover,
#nav li.message .selected {
	background-position: -72px -115px;
	width: 98px;
}

#nav li.message .new {
	position: absolute;
	left: 0px;
	top: 66px;
	visibility: hidden;
}

/*----- ヒストリー -----*/
#nav li.history a {
	background-position: -170px -0px;
	width: 92px;
}

#nav li.history a:hover,
#nav li.history .selected {
	background-position: -170px -115px;
	width: 92px;
}

#nav li.history .new {
	position: absolute;
	left: 0px;
	top: 48px;
	visibility: hidden;
}

/*----- 記念タイトル -----*/
#nav li.title a {
	background-position: -262px -0px;
	width: 106px;
}

#nav li.title a:hover,
#nav li.title .selected {
	background-position: -262px -115px;
	width: 106px;
}

#nav li.title .new {
	position: absolute;
	left: 0px;
	top: 66px;
/*	visibility: hidden;*/
}

/*----- イベント -----*/
#nav li.event a {
	background-position: -368px -0px;
	width: 84px;
}

#nav li.event a:hover,
#nav li.event .selected {
	background-position: -368px -115px;
	width: 84px;
}

#nav li.event .new {
	position: absolute;
	left: 0px;
	top: 48px;
/*	visibility: hidden;*/
}

/*----- コミュニティ -----*/
#nav li.community a {
	background-position: -452px -0px;
	width: 113px;
}

#nav li.community a:hover,
#nav li.community .selected {
	background-position: -452px -115px;
	width: 113px;
}

#nav li.community .new {
	position: absolute;
	left: 0px;
	top: 66px;
/*	visibility: hidden;*/
}

/*----- グッズ -----*/
#nav li.goods a {
	background-position: -565px -0px;
	width: 79px;
}

#nav li.goods a:hover,
#nav li.goods .selected {
	background-position: -565px -115px;
	width: 79px;
}

#nav li.goods .new {
	position: absolute;
	left: 0px;
	top: 48px;
	visibility: hidden;
}

/*----- ダウンロード -----*/
#nav li.download a {
	background-position: -644px -0px;
	width: 109px;
}

#nav li.download a:hover,
#nav li.download .selected {
	background-position: -644px -115px;
	width: 109px;
}

#nav li.download .new {
	position: absolute;
	left: 0px;
	top: 66px;
	visibility: hidden;
}

/*----------------------------------------------------------

content

----------------------------------------------------------*/
#content {
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 31px;
	margin-bottom: -4px;
	padding-bottom: 4px;
}

/*----------------------------------------------------------

footer

----------------------------------------------------------*/
#footer {
	background: url(../img/footer_bg.png) center top no-repeat;
	width: 100%;
	height: 282px;	/* 233px - 23px */
	position: relative;
	z-index: 1;
	padding-top: 23px;
}

#footer .left {
	float: left;
	text-align: left;
}

#footer .right {
	float: right;
	text-align: right;
}

/*----- ツイッターウィジェット -----*/
.twitter-widget-wrapper {
	background-image: url(../img/twitter_bg.png);
	background-repeat: no-repeat;
	width: 555px;	/* 555px */
	height: 190px;	/* 195px */
	position: relative;
	padding: 40px 8px 34px 8px;
}

.twitter-widget-wrapper .twitter-btn-home a {
	background-image: url(../img/twitter_btn_home.png);
	width: 113px;
	height: 24px;
	position: absolute;
	left: 13px;
	top: 233px;
	text-indent: -9999em;
}

.twitter-widget-wrapper .twitter-btn-list a {
	background-image: url(../img/twitter_btn_list.png);
	width: 166px;
	height: 20px;
	position: absolute;
	left: 378px;
	top: 237px;
	text-indent: -9999em;
}

.twitter-widget {
	white-space: normal;
	margin-left: 8px;
	margin-top: 4px;
}

.twitter-widget .twtr-widget {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif !important;
}

.twitter-widget .twtr-hd {
	display: none;
}

.twitter-widget .twtr-ft {
	display: none;
}

.twitter-widget .twtr-widget .twtr-tweet {
	border-bottom:1px dotted #380c00;	/*#ddd*/
}

.twitter-widget .twtr-results-hr {
	border-bottom: 0px dotted #380c00;	/*#ddd*/
}

/*----- SNS -----*/
.social {
}

.social li {
	float: left;
}

.social .twitter iframe.twitter-share-button {
	width: 110px!important;
}

.copyright {
	font-size: 10px;
	margin-bottom: 4px;
}
