@charset "utf-8";

/* CONTAINER ****************************************************************/
div#contents div.topback {
	margin: 20px 52px 30px 0;
}


/* HEADER ****************************************************************/
div#header {
	width: 800px;
	height: 80px;
}

div#h-top p {
	float: left;
	width: 400px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}
div#h-top p a {
	float: left;
	width: 400px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}


/* MAIN ****************************************************************/
div#main {
	padding-top: 17px;
}
div#main h1 {
	width: 580px;
	height: 35px;
	margin-bottom: 32px;
	text-indent: -9999px;
}

h1#main-title01 { background: url(../greeting/images/main_title01.gif) no-repeat;}

div#main h2 {
	width: 580px;
	height: 35px;
	margin-bottom: 32px;
	text-indent: -9999px;
}
h2#main-title02 { background: url(../greeting/images/main_title02.gif) no-repeat;}

div#box01 {
	width: 580px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: #9F9FA0 dotted 1px;
}

div#box02 {
	width: 580px;
	padding-bottom: 10px;
}

div#box03 {
	width: 580px;
	padding-bottom: 30px;
	font-size: 116%;
}

div.main-side {
	float: left;
	width: 150px;
	margin-right: 15px;
}
div.main-side p.name {
	height: 100px;
	text-indent: -9999px;
}

div#box01 p.name { background: url(../greeting/images/main_name01.gif) no-repeat;}
div#box02 p.name { background: url(../greeting/images/main_name02.gif) no-repeat;}

div.main-sent {
	float: left;
	width: 400px;
	line-height: 1.8;
	color: #574E4D;
}


/* FOOTER ****************************************************************/
div#footer {
	height: 3em;
	font-size: 10px;
}
div#footer address {
	padding-top: 0.2em;
	font-size: 10px;
}

