body {
    background-color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    width: auto;
    height: auto;
    text-align: center;
}
h1{
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	border-bottom:dotted 1px #fff;
}
h2{
	font-size: 20px;
}
h3{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 15px;
}
article{
	text-align: left;
}
ul{
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #fff;
}
li{
	margin: 15px;
	padding-top: 10px;
	font-size: 20px
}
ul a,a:visited {
    text-decoration:none;
    color:#fafafa;
}
ul a,a:link {
    text-decoration:none;
    color:#fafafa;
}
ul a,a:hover {
    text-decoration:none;
    color:#777;
}
/* 複数カラム使用時用
.box{
	width:225px;
	float: left;
	border-left: dotted 1px #fff;
	border-right: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
	margin: 0;
	padding: 0;
}
.inhead{
	margin: 0;
	padding: 0;
	font-size: 15px;
	border-bottom: dotted 1px #fff;
}
*/