@charset "UTF-8";

/*�ėp�ݒ�*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
body
{
	background: url(../images/bg.jpg) repeat-x #BA99C5 fixed;
}

a:link
{
	text-decoration: none;
	color: #F60;
}
a:visited
{
	text-decoration: none;
	color: #F60;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}

/*�G���A�w��*/

#wrap
{
	width: 900px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	overflow: hidden;
	background: #E60080;
}
#text
{
	width: 900px;
	height: 640px;
	background: url(../images/text.jpg) no-repeat;
	position: relative;
}
#text .text01
{
	position: absolute;
	top: 199px;
	left: 20px;
	width: 420px;
}
#text .text02
{
	position: absolute;
	top: 396px;
	left: 20px;
	width: 420px;
}
#text .text03
{
	position: absolute;
	top: 503px;
	left: 20px;
	width: 860px;
}
#footer
{
	padding: 20px;
	font-size: 10px;
	line-height: 1.5em;
	color: #fff;
}
