html,body{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
body{
	background-color:#000;
}
#header {
    background: black;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
}

#header a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}

#header a:hover{
    opacity: 0.8;
}
#info{
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.83);
    margin-top: 50px;
    border-radius: 10px;
		color:#000;
}
#code{
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.83);
    margin-top: 50px;
    border-radius: 10px;
		color:#000;
}
#info h1{
	font-size:24px;
	font-weight:bold;
}
#info h2{
	font-size:18px;
}
#main_navi{
	padding:0 auto;
	margin-top:100px;
	margin-bottom:50px;
}
#main_navi a{
	color:#fff;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
#pname{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    margin-top: 20px;

}

#pinfo{
    margin: 0;
    font-size: 15px;
}

#link{
    background: #CF0000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
		margin-left:10px;
    font-size: 12px;
		float:left;
}

#link:hover {
background: #E90000;
}

#code{

}

#code pre{
    margin: 0;
font-size: 12px;
font-family: "Lucida Console";
}
.com_area{
	padding:20px;
	background-color:#fff;
	border-radius: 10px;
}
#newsList{

}
#newsList .news-border{
	border-color:#000;
}
#compay{

}
.compay-img{
	margin-bottom:10px;
}
#footer{
	margin-top:80px;
	margin-bottom:30px;
	color:#fff;
	font-family: "Lucida Console";
}
#footer div{
	font-weight:bold;
	font-size: 52px;
}
