@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(../pict/back.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
}



.navi-img {
	width: 600px;
	margin-top: 30px;
	margin-left: 200px;
	text-align: center;
}
.group-idea {
	margin-top: 20px;
	margin-left: 200px;
	width: 580px;
	padding: 10px;
	border: 1px solid #090;
	background-color: #EFE;
	-webkit-box-shadow: 5px 5px 5px #BCBCBC;
	box-shadow: 5px 5px 5px #BCBCBC;
}
.group-link {
	width: 600px;
	margin-top: 30px;
	margin-left: 200px;
}
.group-link-logo {
	float: left;
	width: 105px;
}
.group-link01 {
	float: left;
	margin-left: 50px;
}
.group-link01 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.group-link01 ul li {
	margin-left: 25px;
	list-style: url(../pict/mark.png) none;
	font-size: 12px;
	line-height: 22px;
}


.group-link02 {
	float: right;
}
.group-link02 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.group-link02 ul li {
	font-size: 12px;
	line-height: 22px;
	list-style: url(../pict/mark.png) none;
	margin-left: 20px;
}


.footer {
	width: 600px;
	margin-top: 10px;
	margin-left: 200px;
	text-align: center;
	font-size: small;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
.clearboth {
	clear: both;
}
