@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	margin-top:20px;
	margin-bottom:20px;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	background-attachment: fixed;
	background-image: url(../img_index/wall.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*真ん中*/
	display: -moz-box;
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
}
img {
	border: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
div#container {
	width:500px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
.corona {
	border: #fff 1px solid;
	padding: 2em;
	margin: 2em;
}

.MENU {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

.INFO{
	font-size:12px;
	padding-left:1em;
	}

.WORKS{
	font-size:12px;
	padding-left:2em;
	margin-top:-0.5em;
	list-style-image:url(../img/listmark.png);
	}
	
.WORKS_TITLE{
	color:#FFFF00;
	margin-top:10px;
	border-bottom: 1px dotted #FFFF00;	
}