/* CSS Document */
*{
margin:0;
padding:0;
}

html{
height:100%;
/*min-height:100%;*/
}

body{
padding:0px;
	margin:0px auto;
	background-color:#000;
	font-family:sans-serif;
	font-size:80%;
	height: 100%;
	/*background-image: url(images/bk.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}


/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
background-color:#000;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
width:1200px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:left;
background-image: url(images/bk4.jpg);
background-repeat: repeat-y;
background-position:center top;
background-color:#ffffff;
}


div#header{
width:1200px;
height:900px;
position:relative;
left:0px;
background-color:#ffffff;
}


div#main{
width:1000px;
position:relative;
top:0px;
left:130px;
background-color:#ffffff;:
	
}

div#first{
position:relative;
top: 0px;
left:0px;
width:970px;
padding-bottom:20px;
}

/*Update*/
div#first .update{
float:left;
width:260px;
height:126px;
background-image: url(images/base_update.gif);
background-repeat: no-repeat;
background-position: top center;
}


.scroll-pane {
overflow: auto;
width:250px;
height: 105px;
margin-left:20px;
margin-top:10px;
font-size:1em;
line-height:1.5em;
}
.scroll-pane .jspVerticalBar {
width: 5px;
}
.scroll-pane .jspTrack {
background: #eee;
}
.scroll-pane .jspDrag {
background: #ccc;
}

.scroll-pane .update_detail{
font-size:0.8em;
line-height:1.2em;
}

/*for magazine Info*/
span.title{
font-size:0.8em;
line-height:1.2em;
font-color:#C03;
}

.share{
	position:relative;
	display:block;
	top:10px;
left:0px;
	width:450px;
}
	
ul.snsb {
overflow: hidden;
list-style-type: none;
}
ul.snsb li {
float: left;
margin-right: 0px;
width:200px;
}
ul.snsb iframe {
margin: 0 !important;
}





.pv{
	position:relative;
	top: 0px;
	left:0px;
	width:690px;
	float:right;
	}
.pv img{margin:0px;}



div.clear{
	clear:both;
}


.supportlink{
width:1000px;
font-size:1.2em;
line-height:1.5em;
margin-top:20px;
padding-bottom:20px;
text-align:left;
}


div#footer{
	width:1200px;
	height:138px;
	position:relative;
	top:0px;
	background-image: url(images/footer3.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
text-align:center;
}
