@charset "UTF-8";
@import url("common.css");

/* 汎用（上書き） */
body {
	background:url(../images/top/bg.jpg) repeat-x !important;
}

/* アウトライン（上書き） */
#main {
	width:715px;
	float:right;
}
#sub {
	width:268px;
	float:right;
	margin:8px 5px 0 10px;
	padding:5px 0;
	background-color:#e4e0cf;
	border:#ded9c2 1px solid;
}
#sub ul li {
	margin:0;
	padding:0;
	text-align:center;
}
#sub ul li img {
	margin:2px auto;
}

/* ビジュアル */
#contents h2 {
	width:978px;
	height:278px;
	margin:0 10px 2px;
	padding:0;
	border:#ded9c2 1px solid;
}
#visualNico {
	position: absolute;
	left: 36px;
	top: 185px;
}
#visualNotes {
	position:absolute;
	left:720px;
	top:195px;
}
#visualBanner {
	position: absolute;
	left: 740px;
	top: 188px;
}
#visualBannerMini {
	position: absolute;
	left: 572px;
	top: 218px;
}

/* ジャンプボタン */
#jump {
	width:240px;
	position:absolute;
	left:740px;
	top:30px;
}
#jump li {
	width:58px;
	float:left;
	margin:0 2px 4px 0;
}

/* 新着情報 */
#news {
	width:622px;
	background-color:#f8f7f2;
	border:#e9e6dc 1px solid;
	margin:10px 0 12px 10px;
	padding:28px 20px 10px 50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
}
#news img.head {
	position:absolute;
	left:-6px;
	top:-6px;
}
* html img.head {
	visibility:hidden;
}
#news ul {
	margin:0;
	padding:0;
}
#news ul li {
	line-height:1.3;
	margin:0 0 10px 0;
	padding:0 0 5px 18px;
	width:580px;
	background:url(../images/common/arrow01.png) left top no-repeat;
	border-bottom:1px #e3dfd0 dotted;
}

/* パーティー情報 */
#party {
	clear:both;
	background-color:#f8f7f2;
	border:#e9e6dc 1px solid;
	margin:10px;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
	overflow:hidden;
}
#party img.head {
	position:absolute;
	left:-6px;
	top:-6px;
}
#party #left {
	width:465px;
	float:left;
	margin:0 15px 0 0;
}
#party #right {
	width:465px;
	float:left;
	margin:0;
}
#party dl {
	margin:0 0 10px 5px;
	padding:0 0 10px 0;
	border-bottom:1px #ddd dotted;
	overflow:hidden;
}
#party dl dt {
	float:left;
	width:120px;
	margin:0 10px 0 0;
}
#party dl dd {
	float:left;
	width:320px;
	margin:0;
}
#party h3 {
	margin:0 0 7px 0;
}
#party h4 {
	font-size:15px;
	font-weight:normal;
	margin:0 0 5px 5px;
}
#party dl dd p {
	line-height:1.4;
	margin:0 0 1px 0;
	position:relative;
}
#party dl dd p a {
	font-size:12px;
	line-height:1;
	background:url(../images/common/arrow02.png) left top no-repeat;
	margin:-5px 0 0 0;
	padding:0 0 0 14px;
	position:absolute;
	right:0;
}
#party p.link {
	text-align:right;
	margin:10px 0 0 0;
}
#party p.link a:link {
	color:#dd2525;
	text-decoration:none;
}
#party p.link a:visited {
	color:#dd2525;
	text-decoration:none;
}
#party p.link a:hover {
	color:#dd2525;
	text-decoration:underline;
}
#party p.link a:active {
	color:#dd2525;
	text-decoration:underline;
}

/* その他 */
#twitter {
	clear:both;
	background-color:#f8f7f2;
	border:#e9e6dc 1px solid;
	margin:10px;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
	overflow:hidden;
}
#twitter .twtr-doc {
	margin:10px auto;
}
#twitter h3, h4, .twtr-tweet-text {
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}
#twitter #t01 {
	width:465px;
	float:left;
	margin:0 15px 0 0;
}
#twitter #t02 {
	width:465px;
	float:left;
	margin:0;
}
