/* ロリポップ メインの基本レイアウト CSS */
h1{
	font-size: 1px;
	color: #C8FAFA;
	margin: 0px;
}	
img {
	border: none;
}
#content {
	position: absolute;
	width: 770px;
	margin-top: 0px;
}
#header {
	position: relative; 
	width: 770px;
	height: 80px;
}
#logo {
	position: absolute;
	width: 160px;
	left: 10px;
	margin: 0px;
    top: 10px;
}
#affiliate {
	position: absolute;
	width: 550px;
	left: 170px;
	/*padding-top: 10px;*/
	/*padding-left: 120px;*/
	text-align: center;
}
#affiliate a {
	font-size: 12px;
	text-decoration: underline;
}
#menu {
	position: absolute;
	width: 130px;
	left: 20px;
	text-align: left;
    margin-top: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin-bottom: 20px;
	padding: 0px;
	width: 120px;
	/*float: left;*/
}
#menu li a {
	display: block;
	line-height: 20px;
	background-image: url(../toolbox/btn-menu-on.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	background-position: left top;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#menu li a:hover {
	background-position: left center;
}
#menu li a:active {
	background-position: left bottom;
}
#main {
	position: absolute;
	width: 600px;
	left: 170px;
}
.proc {
	width: 530px;
	margin-bottom: 20px;
	/* border: solid 1px #666666; */
}
#footer {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px;
	width: 120px;
	float: left;
}
#footer li a {
	display: block;
	background-image: url(../toolbox/btn-menu-on.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-position: left top;
	width: 100%;
	font-weight: bold;
}
#footer li a:hover {
	background-position: left center;
}
#footer li a:active {
	background-position: left bottom;
}
#side {
	position: absolute;
	width: 130px;
    top: 70px;
	left: 780px;
}

