@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: left;
	color: #111111;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,sans-serif;
	word-wrap: break-word;
}

td {
	word-break: break-all;
}

img {
	border: none;
	vertical-align: bottom;
}

/* link */
a:link {
	color: #1b7bb7;
	text-decoration: none;
}
a:active {
	color: #1b7bb7;
	text-decoration: none;
}
a:visited {
	color: #1b7bb7;
	text-decoration: none;
}
a:hover {
	color: #1b7bb7;
	text-decoration: underline;
}

/* clearifx */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* pager */
.pager:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.pager {
	min-height: 1px;
}
* html .pager {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.pager ul {
	list-style-type: none;
}
.pager li {
	float: left;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	border-right: 1px solid #272727;
	background-color: #1d1d1d;
}
.pager li.pager-focus {
	font-weight: bold;
}

/* errors */
.errors {
	padding: 10px;
	background-color: #a60000;
}
.errors ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
.errors li {
	color: #ffffff;
	font-weight: bold;
}

/* btn */
.btn {
	background-color: #cccccc;
	background: linear-gradient(#eeeeee,#aaaaaa);
	background: -moz-linear-gradient(top,#eeeeee,#aaaaaa);
	background: -webkit-linear-gradient(top,#eeeeee,#aaaaaa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa')";
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111111;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 10px;
	cursor: pointer;
}
a.btn {
	color: #111111;
}
.btn-primary {
	background-color: #0099cc;
	background: linear-gradient(#108ccb,#0c6693);
	background: -moz-linear-gradient(top,#108ccb,#0c6693);
	background: -webkit-linear-gradient(top,#108ccb,#0c6693);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#108ccb',endColorstr='#0c6693');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#0c6693')";
	border: 1px solid #08415f;
}
a.btn-primary {
	color: #ffffff;
}
.btn-submit {
	background-color: #0099cc;
	background: linear-gradient(#108ccb,#0c6693);
	background: -moz-linear-gradient(top,#108ccb,#0c6693);
	background: -webkit-linear-gradient(top,#108ccb,#0c6693);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#108ccb',endColorstr='#0c6693');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#0c6693')";
	border: 1px solid #08415f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 10px;
	cursor: pointer;
}
.btn-cancel {
	background-color: #cccccc;
	background: linear-gradient(#eeeeee,#aaaaaa);
	background: -moz-linear-gradient(top,#eeeeee,#aaaaaa);
	background: -webkit-linear-gradient(top,#eeeeee,#aaaaaa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa')";
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111111;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 10px;
	cursor: pointer;
}
.btn-rewrite {
	background-color: #cccccc;
	background: linear-gradient(#eeeeee,#aaaaaa);
	background: -moz-linear-gradient(top,#eeeeee,#aaaaaa);
	background: -webkit-linear-gradient(top,#eeeeee,#aaaaaa);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee',endColorstr='#aaaaaa')";
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111111;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 10px;
	cursor: pointer;
}

/* wallpaper */
#wallpaper {
	z-index: -1;
	position: fixed;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/* container */
#container {
	position: relative;
	top: 0;
	left: 0;
}

/* headbar */
#headbar {
	width: 100%;
	height: 70px;
	top: 0;
	border-top: 1px solid #2c2c2c;
	background-color: #0d0d0d;
	background: linear-gradient(#3b3b3b,#0f0f0f);
	background: -moz-linear-gradient(top,#3b3b3b,#0f0f0f);
	background: -webkit-gradient(linear,center top,center bottom,from(#3b3b3b),to(#0f0f0f));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#0f0f0f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#0f0f0f')";
	text-align: left;
	color: #ffffff;
}
#headbar h1 {
	float: left;
	font-size: 25px;
	line-height: 1.2em;
	margin: 18px 0 0 10px;
	text-shadow: 2px 2px 2px #000;
}
#headbar p#headbar-adv {
	float: right;
	margin: 5px;
}

/* footbar */
#footbar {
	z-index: 10;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 25px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	background-color: #0d0d0d;
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
}
#footbar p {
	padding: 7px 10px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}

/* modal */
.modal {
	z-index: 11;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
}
.modal-container {
	position: relative;
	width: 450px;
	color: #1d1d1d;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.modal-head {
	background-color: #efefef;
}
.modal-head-title {
	float: left;
	font-size: 15px;
	line-height: 1.1em;
	padding: 10px;
}
.modal-head-btn {
	float: right;
	width: 70px;
	text-align: right;
	padding: 12px 5px 0 0;
}
.modal-head-btn span {
	background-color: #0d0d0d;
	background: linear-gradient(#3b3b3b,#1d1d1d);
	background: -moz-linear-gradient(top,#3b3b3b,#1d1d1d);
	background: -webkit-gradient(linear,center top,center bottom,from(#3b3b3b),to(#1d1d1d));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#1d1d1d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#1d1d1d')";
	border: 1px solid #0d0d0d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	line-height: 1em;
}
.modal-body {
	background: #ffffff;
	padding: 10px;
}

/* box */
.box {
	position: absolute;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	border: 1px solid rgb(0,0,0);
	color: rgb(255,255,255);
}
.box-head {
	background: rgb(0,0,0);
	height: 30px;
}
.box-head-title {
	float: left;
	font-size: 12px;
	line-height: 1em;
	padding: 10px 0 0 10px;
}
.box-head-btn {
	float: right;
	width: 70px;
	text-align: right;
	padding: 9px 3px 0 0;
}
.box-head-btn span {
	background-color: #0d0d0d;
	background: linear-gradient(#3b3b3b,#1d1d1d);
	background: -moz-linear-gradient(top,#3b3b3b,#1d1d1d);
	background: -webkit-gradient(linear,center top,center bottom,from(#3b3b3b),to(#1d1d1d));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#1d1d1d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#1d1d1d')";
	border: 1px solid #0d0d0d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	line-height: 1em;
}
.box-body {
	overflow: auto;
}
.box-body p.message {
	padding: 10px;
}
.box-body p.na {
	padding: 10px;
}

/* keyvalue */
table.keyvalue {
	width: 100%;
	margin: 10px 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.keyvalue th {
	padding: 10px;
}
table.keyvalue td {
	padding: 10px;
}

/* #imagebox */
#imagebox .box-body {
	display: table;
	width: 100%;
	text-align: center;
}
#imagebox .box-body p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* #profilebox */
#profilebox .profilebox-image {
	text-align: center;
	padding: 10px 0;
}
#profilebox dt {
	font-weight: bold;
	padding: 10px 10px 2px 10px;
}
#profilebox dd {
	padding: 0 10px 10px 10px;
}
#profilebox dd ul {
	list-style-type: none;
}

/* playerbox */
#alpDisplay {
	display: none;
	text-align: center;
}
#alpDisplay #alpTime {
	text-align: center;
	font-size: 24px;
	line-height: 1.1em;
	padding: 20px 0;
}
#alpController {
	display: none;
	padding: 10px;
	text-align: center;
}
#alpController input {
	margin: 0 5px 0 5px;
}
#alpPlayBtn, #alpPrevBtn, #alpNextBtn, #alpPauseBtn {
	background-color: #0099cc;
	background: linear-gradient(#108ccb,#0c6693);
	background: -moz-linear-gradient(top,#108ccb,#0c6693);
	background: -webkit-linear-gradient(top,#108ccb,#0c6693);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	padding: 5px 10px 7px 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.1em;
}
#alpPrevBtn, #alpNextBtn {
	background-color: #0099cc;
	background: linear-gradient(#108ccb,#0c6693);
	background: -moz-linear-gradient(top,#108ccb,#0c6693);
	background: -webkit-linear-gradient(top,#108ccb,#0c6693);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	padding: 5px 10px 7px 10px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.1em;
}
#alpPauseBtn {
	display: none;
}
#alpList {
	text-align: left;
}
#alpList ul {
	list-style-type: none;
}
#alpList li a {
	display: block;
	padding: 10px;
}
#alpList .track {
}
#alpList .track-name {
	margin-right: 60px;
	padding: 6px 0 5px 10px;
}
#alpList .track-player {
	float: right;
	width: 55px;
	text-align: center;
	padding: 5px 0;
}
#alpList .track-player .player-mini {
	width: 45px;
	height: 21px;
}
p.alp-message {
	text-align: center;
	padding: 10px;
}
#alpAbout {
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px;
}

/* #topicbox */
#topicbox .topic {
	padding: 10px;
}
#topicbox .topic-date {
	font-weight: bold;
	margin-bottom: 8px;
}
#topicbox .topic-date span {
	font-size: 12px;
}
#topicbox .topic-text {
	margin-bottom: 5px;
}
#topicbox .topic-text img {
	float: left;
	margin: 0 10px 10px 0;
}
#topicbox .topic-meta {
	text-align: right;
	font-size: 11px;
	line-height: 1.3em;
}

/* #livebox */
#livebox .live {
}
#livebox .live-title {
	padding: 10px;
	cursor: pointer;
}
#livebox .live-detail {
	display: none;
}
#livebox .live-detail dl {
	margin: 0 10px 10px 10px;
	background-color: #272727;
	color: #ffffff;
}
#livebox .live-detail dl dt {
	background-color: #1d1d1d;
	font-weight: bold;
	padding: 5px;
}
#livebox .live-detail dl dd {
	padding: 5px;
}

/* #discographybox */
#discographybox .disc {
	padding: 10px;
}
#discographybox .disc-image {
	float: left;
	width: 110px;
}
#discographybox .disc-detail {
	margin-left: 110px;
}
#discographybox .disc-detail dt {
	font-weight: bold;
	padding: 0 0 2px 0;
}
#discographybox .disc-detail dd {
	padding: 0 0 5px 0;
}

/* #videobox */
#videobox .video-t {
	padding: 10px;
}
#videobox .video-i {
	padding: 5px;
}
#videobox .video-i-image {
	float: left;
	margin: 0 10px 0 0;
}
#videobox .video-i-name {
	padding-top: 10px;
}

/* #photobox */
#photobox ul {
	list-style-type: none;
	margin: 10px;
}
#photobox ul li {
	float: left;
	width: 130px;
	text-align: center;
	padding: 5px 0;
}
#photobox ul li p {
	display: table-cell;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

/* #blogbox */
#blogbox ul {
	list-style-type: none;
}
#blogbox li {
	padding: 10px;
}
