@charset "utf-8";
/* CSS Document */

a#link-black:link {
	color:#333;
}
a#link-black:visited {
	color:#333;
}
a#link-black:hover {
	color:#999;
}
a#link-black:active {
	color:#333;
}

a#link-green:link {
	color:#030;
}
a#link-green:visited {
	color:#030;
}
a#link-green:hover {
	color:#360;
}
a#link-green:active {
	color:#360;
}
#menu {
	max-width: 550px;
	list-style-type: none;
	height: auto;
	text-align: center;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

#menu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#menu li{
	margin-top: 0px;
	margin-left:3%;
	margin-bottom:20px;
	margin-right: 3%;
	text-align: center;
}
#menu ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#toprogo {
	max-width: 641px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

#toprogo img{
	width: 100%;
	height: auto;
}

#topsentence {
	font-size: 100%;
	line-height: 250%;
	color: #333;
	max-width: 380px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#topnew {
	font-size: 100%;
	line-height: 180%;
	color: #333;
	max-width: 550px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
}
#topnew .project  {
	max-width:550px;
	height:auto;
	padding:15px;
	border:dashed 1px #006600 ;
	margin:auto auto 20px auto;
}
#topnew .project .sentence,#topnew .project h2 {
	font-size:100%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:180%;
	text-align:left;
}
#topnew .project .img  {
	float:left;
	width:200px;
	margin-right:15px;
}

.red {
	font-weight: bold;
	color: #900;
}



