A:link { color:orange; text-decoration: none; }
A:active  { color: lightblue; text-decoration: none; }
A:hover  { color: red; text-decoration: none; }

a { text-decoration: none; cursor:pointer;  }

a.anchor{
padding-top: 100px;
margin-top: -100px
}


body,form {
	font-size: 7pt;
	line-height: 10pt;
	color:#cccccc;
	font-family: Meiryo, Osaka
}

h1 {
	line-height:20px;
}

body { 
background-image: url(img/back_40th.jpg);
background-size: contain;
background-position: top;
background-attachment: fixed;
margin: 0px;
padding: 0px;
}

.tborder2 {
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-style : solid;
 border-color : #333333;
 border-width : 1px;
 background-color : rgba( 0, 0, 0, 0.55 );
 color : white;
}


body,form {
　scrollbar-track-color:#111111;
　scrollbar-face-color:#000000;
　scrollbar-shadow-color:#000000;
　scrollbar-darkshadow-color:#333333;
　scrollbar-highlight-color:#000000;
　scrollbar-3dlight-color:#333333;
　scrollbar-arrow-color:#808080;
}

.sns_btn{
	float: right;
	margin-left: 10px;
}

.margin{
	padding: 5px;
	border:solid 1px #333;
}

.comment_main{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#ccc;
	line-height:18px;
}

.artistname{
	text-align:right;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

img{
	border:none;
}

p{
	padding-top:200px;
}

ul {
    text-align: center;
	list-style-type: none;
	margin: 0; 
	padding: 0; 
}

li {
	list-style-type: none;
	display: inline-block;

}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.bs {
	font-size:22px;
	font-weight:bold;
	line-height:45px;
}

.rbs {
	font-size:20px;
	font-weight:bold;
	color:#F00;
	line-height:24px;
}

#outer { /* table like */
	display: table;
	width: 70%;
	margin: 0 auto;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 20px;
	border-style : solid;
	border-color : #222222;
	border-width : 1px;
	background-color : rgba( 0, 0, 0, 0.55 );
	color : white;
}

#outer2 { /* table like */
	display: table;
	margin: 0 auto; 
	width: 570px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-style : solid;
	border-color : #222222;
	border-width : 1px;
	background-color : rgba( 0, 0, 0, 0.55 );
	color : white;
}

#inner { /* tr like */
	display: table-row;
}

#inner2 { /* tr like */
	display: table-row;
	display:inline-block;
	margin: 0 auto;

}

#photo { /* td like */
	display: table-cell;
	padding:5px;
}

#comment { /* td like */
	display: table-cell;
	width:100%;
	vertical-align: middle;     
	padding:5px;
}

#movie { /* td like */
	display: table-cell;
	padding:5px;
}



#headerbox {
 display: table;
 margin:0 auto;
 width:100%;
 border-top-style : solid;
 border-bottom-style:solid;
 border-color : #666666;
 border-top-width : 1px;
 border-bottom-width : 1px;
 background-color : rgba( 0, 0, 0, 0.75 );
 color : white;
 height: 45px;
 box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.6);
}
.snsb{ 
	list-style-type:none;
	text-align:right;
	margin: 0; 
	padding: 0; 

}
.snsb li{
    display:inline-block;
    margin-left:10px;
    vertical-align:bottom;
    *display: inline;   <!-- IE用のハック -->
    zoom: 1;        <!-- IE用の hasLayout を true にするための記述 -->
}
iframe.twitter-share-button {
	width: 100px!important;
}
#___plusone_0 {
width:65px !important;
}