@charset "utf-8";

/*----------------------------- 
メイン
-----------------------------*/
#main
{
	height: 398px;
	background-image: url(../images/top/img_main_back01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

#main #calligraphy
{
	width: 245px;
	height: 225px;
	overflow: hidden;
	background-image: url(../images/top/img_main03.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 33px;
	left: 283px;
}

#main #mask01
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#main #mask02
{
	position: absolute;
	bottom: 0;
	left: 80px;
}

#main #mask03
{
	position: absolute;
	bottom: 0;
	left: 0;
}

#main #illustration
{
	width: 262px;
	height: 165px;
	overflow: hidden;
	background-image: url(../images/top/img_main01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 171px;
	left: 600px;
	display: none;
}

#main #illustration img
{
	position: absolute;
	top: 132px;
	left: 0;
	display: none;
}

#main #butterfly
{
	width: 36px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	top: 398px;
	right: -100px;
	cursor: pointer;
	z-index: 1;
}

#main #butterfly img
{
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------- 
下部リンク
-----------------------------*/
#content .link
{
	height: 377px;
	overflow: hidden;
	background-image: url(../images/top/img_link_back01.jpg);
	background-repeat: no-repeat;
}

#content .link ul
{
	margin: 29px 0 0 0;
	overflow: hidden;
	list-style: none;
}

#content .link ul li
{
	float: left;
	padding: 0;
	margin: 0 0 0 64px;
}

#content .link ul li:first-child
{
	margin: 0 0 0 23px;
}

#content .link h2
{
	background-image: none;
	width: 647px;
	height: 24px;
	margin: 38px 0 0 177px;
	overflow: hidden;
}

#content .link h3
{
	width: 433px;
	height: 38px;
	margin: 23px 0 0 280px;
	overflow: hidden;
}
