@charset "utf-8";

/* 090305追記 */
h1 {
	margin-bottom: -15px;
	background:url(../images/aboutTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 42px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}

*html body h1 {
	margin-bottom: 20px;
	background:url(../images/messageTtl.gif) no-repeat;
	padding-top: 15px;
	padding-left: 46px;
	font-size: 134%;
	font-weight:bold;
	width: 760px;
	height: 62px;
}
/* 追記終了 */

#message div.msgContainer {
	width: 730px;
	height: 1065px;
	margin: 20px 0 10px 0;
	background: url(../images/messageBg.gif) no-repeat;
}

#message div.box {
	padding: 60px 36px 45px;
}

#message div.box h2{
	background:url(../images/messageCatch.gif) no-repeat;
	height:25px;
	text-indent:-9999px;
}

#message div.message1,
#message div.message2
{
	padding: 0px 20px 0px;
	height: 272px;
}
#message div.message3 {
	padding: 0px 20px 0px;
}

#message div.message3 div.info {
	float: left;
	width:690px;
}

#message div.message1 {
	margin-bottom: 44px;
}
* html #message div.message1 {
	margin-bottom: 0px;
}

#message div.message1 p.img {
	float: left;
	width: 248px;
	height: 1%;
}
* html #message div.message1 p.img {
	width: 248px;
	height: 272px;
	text-indent: -9999px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/messageImg1.png' ,sizingmethod='scale');
}

#message div.message1 div.info {
	float: right;
	width: 422px;
}

#message div.message2 p.img {
	float: right;
	width: 249px;
}
* html #message div.message2 p.img {
	width: 249px;
	height: 268px;
	text-indent: -9999px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/messageImg2.png' ,sizingmethod='scale');
}

#message div.message2 div.info {
	float: left;
	width: 421px;
}

*html #message div.message2 div.info {
	padding-top:10px;
	float: left;
	width: 421px;
}

#message div.message1 div.info p {
	margin-bottom: 35px;
}

#message div.message2 div.info p {
	margin-bottom: 30px;
}

#message div.message3 div.info div.signature {
	margin-top: 5px;
	padding-left: 450px;
}

#message div.message3 div.info div.signature p {
	margin-bottom: 0;
}

*html #message div.message3 div.info div.signature {
	margin-top: 10px;
	padding-left: 450px;
}

*html #message div.message3 div.info div.signature p {
	margin-bottom: 0;
}

#lineup {
	position: relative;
	height: 86px;
	background: url(../images/lineupBg.gif) center top no-repeat;
}
#lineup p {
	display: none;
}

#lineup p.btn {
	display: block;
}

#lineup p.btn a {
	display: block;
	position: absolute;
	top: 18px;
	left: 460px;
	width: 252px;
	height: 52px;
	background: url(../images/lineupBtn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#lineup p.btn a:hover {
	background-position: 0 -52px;
}

