@charset "utf-8";

/* topPage style
------------------------------*/
#main{
	clear: both;
	float: left;
	width: 310px;
	margin-bottom: 20px;
}
p#logo00{
	margin-top: 10px;
}
h1{
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*#catch{
	width: 310px;
	font-size: 90%;
	margin-top: 10px;
}*/
#renraku{
	margin-top: 10px;
}
#handMade{
	font-size: 90%;
	margin-top: 10px;
}
#produce{
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 15px;
}
#eveInfo{
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 15px;
}
#main ul{
	margin-left: 20px;
}

p#maga{
	float: right;
	width: 550px;
	margin-bottom: 20px;
}


/* link styles
------------------------- */
#main a{
	display: block;
}
#main a:link{
	color: #333333;
	text-decoration: none;
}
#main a:visited{
	color: #666666;
	text-decoration: none;
}
#main a:hover{
	color: #4ca0b2;
	text-decoration: underline;
}
#main a:active{
	color: #4ca0b2;
	text-decoration: underline;
}



/* for ie6 : starHack
----------------------------*/
* html #footer {
	width: 100%;
	height: 100%;
}