* {
	margin : 0 ;
	padding : 0 ;
	font-size : 100% ;
}

body {
	font-size : 80% ;
	text-align : center ;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height : 1.4 ;
}

#container {
	width : 800px ;
	margin : 15px auto 30px ;
}

#container #header {
	width : 800px;
	height : 32px ;
    background-color: lightgray;
    text-align: left;
    display: flex;
    align-items: center;
}

#header #title {
    font-weight: bold;
    margin-left: 16px;
}

#container #header a {
	display : block ;
	text-indent : -500em ;
	overflow : hidden ;
	width : 292px ;
	height : 40px ;
	margin : 0 auto ;
}

#container dl#contents {
	height : 108px ;
	margin-bottom : 8px ;
	background : url(default_page.png?date=210428) left bottom no-repeat ;
}

thead tr th {
    background-color: green;
    color: greenyellow;
}

.name {
	width: 250px;
}

.description {
    width: 550px;
}

.appName {
	font-size: x-large;
}

#blank {
    height: 16px;
}

.ltext-container {
    text-align: left;
}
.ltext {
    margin-left: 8px;
}

.image-container {
	width: 120%;
}