@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
	font-size: 15px;
	line-height: 1.5em;
	font-family: "Lucida Grande","メイリオ",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;
}

/* 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;
}

/* headerarea */
#headerarea {
	margin: 30px 30px 0 30px;
}
#headerarea-title {
	background-color: #0d0d0d;
	background-color: rgba(0,0,0,0.7);
	border-top: 1px solid rgba(0,0,0,0.9);
	border-left: 1px solid rgba(0,0,0,0.9);
	border-right: 1px solid rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.9);
	font-size: 24px;
	line-height: 1em;
	padding: 20px 15px;
}

/* menuarea */
#menuarea {
	-webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.9);
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.9);
	margin: 0 30px 0 30px;
}
#menuarea ul {
	list-style-type: none;
	border-left: 1px solid rgba(0,0,0,0.9);
	background-color: #0d0d0d;
	background-color: rgba(0,0,0,0.7);
}
#menuarea ul li {
	float: left;
	cursor: pointer;
	font-weight: bold;
	border-right: 1px solid rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.9);
	padding: 15px;
	font-size: 15px;
	line-height: 1em;
}

/* mainarea */
#mainarea {
	margin: 30px 30px 30px 30px;
}
#mainarea .box {
	display: none;
}

/* 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;
}

/* profilebox */
#profilebox .profilebox-image {
	width: 420px;
	float: left;
	margin-bottom: 50px;
}
#profilebox .profilebox-image img {
	border: 1px solid #ffffff;
}
#profilebox dl {
}
#profilebox dt {
	font-weight: bold;
	font-size: 12px;
}
#profilebox dd {
	margin-bottom: 10px;
	line-height: 1.2em;
}
#profilebox dd ul {
	list-style-type: none;
}
/* playerbox */
#alpDisplay {
	display: none;
	float: right;
}
#alpDisplay #alpTime {
	font-size: 30px;
	line-height: 1.1em;
}
#alpController {
	display: none;
	padding: 0 0 0 0;
	float: left;
}
#alpController input {
	margin: 0 10px 0 0;
}
#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 6px 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: 12px;
	line-height: 1.1em;
}
#alpPauseBtn {
	display: none;
}
#alpList {
	clear: both;
	text-align: left;
	padding-top: 5px;
}
#alpList ul {
	list-style-type: none;
	border-top: 1px solid #aaaaaa;
}
#alpList li {
	border-bottom: 1px solid #aaaaaa;
}
#alpList li a {
	display: block;
	padding: 20px 0;
	color: #ffffff;
}
#alpList li a:hover {
	background-color: rgba(255,255,255,0.1);
}
#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 {
	padding: 10px 0;
}
#alpAbout {
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px 0;
}

/* #topicbox */
#topicbox .topic {
	padding: 20px 0;
	border-bottom: 1px solid #aaaaaa;
}
#topicbox .topic:first-child {
	border-top: 1px solid #aaaaaa;
}
#topicbox .topic-date {
	float: left;
	width: 75px;
	text-align: center;
}
#topicbox .topic-date p {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1em;
}
#topicbox .topic-date span {
	font-size: 12px;
	line-height: 1.1em;
}
#topicbox .topic-text {
	margin: 0 0 5px 90px;
}
#topicbox .topic-text img {
	float: left;
	margin: 0 10px 10px 0;
}
#topicbox .topic-meta {
	clear: both;
	text-align: right;
	font-size: 11px;
	line-height: 1.3em;
	color: #777777;
}

/* #livebox */
#livebox .live {
	border-bottom: 1px solid #aaaaaa;
}
#livebox .live:first-child {
	border-top: 1px solid #aaaaaa;
}
#livebox .live-title {
	padding: 20px 0;
	cursor: pointer;
}
#livebox .live-title:hover {
	background-color: rgba(255,255,255,0.1);
}
#livebox .live-detail {
	display: none;
	padding: 0 0 20px 0;
}
#livebox dl {
}
#livebox dt {
	font-weight: bold;
	font-size: 12px;
}
#livebox dd {
	margin-bottom: 10px;
	line-height: 1.2em;
}

/* #discobox */
#discobox {
	border-top: 1px solid #aaaaaa;
}
#discobox .disc {
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 0;
}
#discobox .disc-image {
	float: left;
	width: 270px;
}
#discobox .disc-image img {
	border: 1px solid #ffffff;
}
#discobox dl {
}
#discobox dt {
	font-weight: bold;
	font-size: 12px;
}
#discobox dd {
	margin-bottom: 10px;
	line-height: 1.2em;
}

/* #videobox */
#videobox .video {
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 0;
	cursor: pointer;
}
#videobox .video:first-child {
	border-top: 1px solid #aaaaaa;
}
#videobox .video a {
	color: #ffffff;
}
#videobox .video:hover {
	background-color: rgba(255,255,255,0.1);
}
#videobox .video-i-image {
	width: 80px;
	float: left;
}
#videobox .video-i-image img {
	border: 1px solid #ffffff;
}
#videobox .video-i-name {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}

/* #photobox */
#photobox {
}
#photobox ul {
	list-style-type: none;
}
#photobox ul li {
	float: left;
	width: 140px;
	height: 140px;
}
#photobox ul li img {
	border: 1px solid #ffffff;
}

/* #blogbox */
#blogbox ul {
	border-top: 1px solid #aaaaaa;
	list-style-type: none;
}
#blogbox ul li {
	border-bottom: 1px solid #aaaaaa;
}
#blogbox ul li a {
	display: block;
	padding: 20px 0;
	color: #ffffff;
}
#blogbox ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}
