@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
	zoom:1;
}

html, body{
/*	overflow: hidden;*/
}

/* General settings */
body{
	width:100%;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	font-family:"Century Gothic","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #4d4d4d;
/*	overflow-y:hidden;*/
	letter-spacing:1px;
}
div.container#display{
	background: url("/img/bkgPortrait.jpg");
	background-position:750px 0%;
	background-repeat:no-repeat;
}
div.container#test_display{
	background: url("/img/bkgPortrait_new.jpg");
	background-position:770px 114px;
	background-repeat:no-repeat;
}
div.container#fc_display{
	background: url("/img/bkgFanclub.jpg");
	background-position:0px 0px;
	background-repeat:no-repeat;
}
a{
	color:#4d4d4d;
	text-decoration:underline;
}
a:hover{
	color:#4d4d4d;
	text-decoration:none;
}

a img{
	border:none;
}

hr {
	border:dotted #999;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h2{
padding-top: 1em;
margin:0.3em 0;
font-size: 180%;
}

h3{
/*padding-top:2em;*/
font-size: 140%;
}

h4{
padding-top:0.5em;
font-weight:normal;
}

form div{
	vertical-align: text-top;
}
label {
/*display: block;
width: 20px;
padding-right: 5px;*/
}
input[type=checkbox] {
	float: left;
	clear: both;
	margin-top:2px;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}
option {
	font-family: inherit;
}
/*
input[type=submit] {
display: inline;
vertical-align: bottom;
}
*/
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
}
input,textarea,select,button,submit {
	color: #888888;
	background: #fff;
	border: 1px solid #ddd;
}
input.noborder {
	color: #888888;
	background: #fff;
	border: none;
}

/*IE Hack*/
/*\*//*/
.frmGoButton {
  letter-spacing: -9999px;
}
/**/
.frmGoButton {
	border:none;
	margin:0px;
}
/* by class*/
.container{
	margin:0 auto;
}

.list{
	margin-left:10px;
}
.bluefont{
	color:#39C;
}
div.center{
	text-align:center;
}

h1#logo{
	padding:20px 0px 30px 35px;
}
/*
h1#logo img.alpha{
	margin:20px 0px 30px 35px;
}*/

/* this is left side div*/
div#main{
	margin-left:35px;
	height:650px;
}
div#navi{
	float:left;
	width:190px;
	font-size:15px;
}
div#article{
	margin:0px;
	margin-left:225px;
	height:610px;
}
div#hptag{
	float:right;
	text-align:right;
	width:50px;
}

/* menu CSS (SEE SUPERFISH.CSS for detail) ===============================*/
#menu{
	width: 180px;
	background:none;
	height:400px;
}
#menu ul{
	list-style:none;
}
/* end of menu CSS========================================================*/

#search{
	border-top:#999 1px solid;
	margin:0px;
}
#search li{
	float:left;
	margin-right:5px;
	height:28px;
	line-height:28px;
}
input#searchtext{
	border:2px solid #CCC;
	width:80px;
}

/* login box CSS begin ===================================================*/
#login{
	height:170px;
	overflow:hidden;
	margin:0px 5px;
	font-size:12px;
}

#login a{
	text-decoration:none;
}
#login div#dummy{
	height:102px;
	overflow:hidden;
	text-align:center;
}
#login div#login_err{
	text-align:center;
}
#login div#dummy div#p_hiddenfield{
	height:26px;
}
#login div#dummy div#p_hiddenfield2{
	height:76px;
}

#headerimg{
	z-index:10;
	width:180px;
	cursor:pointer;
}
#loginbox{
	height:150px;
	text-align:left;
	background:#c7e7f2;
	padding:0px 5px;
}
#loginbox input.noborder{
	background:none;
}
#loginbox h3{
	border:#39C dotted 2px;
	border-left:none;
	border-right:none;
	font-size:12px;
	line-height:22px;
	color:#39C;
	height:24px;
}
#loginbox h3.center{
	text-align:center;
}

#loginbox table label{
	width:35px;
	display:inline-block;
}

#loginbox ul{
	list-style:none;
}
#loginbox ul li{
	border-bottom:#39C dotted 2px;
	height:23px;
	width:170px;
	line-height:23px;
	text-align:left;
}
#loginbox ul li.intable{
	width:120px;
}



/* end of login CSS========================================================*/

#bookmarks{
	border-top:#999 solid 1px;
	padding-top:2px;
	clear:left;
	height:23px;
	line-height:23px;
	font-size:12px;
}


/*------------------------------------
* for copyrights
*/
#copyright{
	font-size:9px;
	line-height:10px;
	text-align:center;
}

/*-------------------------------------*/

/* Specified style */
#supplement h4{
	border-bottom:2px solid #666;
}
#lastfmfeed li{
	border-bottom:1px dashed #999;
}
#headline2 li{
	border-bottom:1px dashed #999;
	margin-bottom:5px;
}
#notification{
	width:100%;
	height:100px;
	background:#fff;
	filter: alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#mainpane{
	width:720px;
	height:610px;
	float:left;
}

div.splash{
	width:500px;text-align:center;	
}
div.splash div.jump,
div.splash div.jumpimg{
	border:#4d4d4d dotted 2px;
	min-height:50px;
	margin-top:25px;
	font-size:25px;
	line-height:50px;
}
div.splash div.jump{
	width:125px;
}
div.splash div.jumpimg{
	border:none;
}
div.splash div.jump a,
div.splash div.jumpimg a{
	text-decoration:none;
	color:#39C;
}
div#splash_copyright{
	margin-top:25px;
}
div.jasrac{
	text-align:center;
	width:400px;
	margin-top:100px;
}
div.jasrac p{
	font-size:9px;
}
div.jasrac p.jasracmark{
	float:left;
	width:175px;
}
div.jasrac p.jasracnumber{
	margin-left:180px;
	width:200px;
}



/*----------------------------------------*/
dl.error dt{
	font-weight:bold;
}
dl.error dd{
	margin-left:25px;
}