@charset "euc-jp";

/* --Base-- */
html,body,form,h1,h2,h3,ul,li,img{
	margin:0px;
	padding:0px;
}
body{
	font-size:100%;
}

img{
	border:none;
}

.emphasis{
	font-size:110%;
	font-weight:bold;
}

.Pemphasis{
	font-size:90%;
	font-weight:bold;
	color:#ff00a0;
}

.Bemphasis{
	font-size:90%;
	color:#000000;
}

body{
	text-align:center;
}

.clear-both{
	clear:both;
}

/* --PageBody-- */

#Outer{
	margin:0px auto;
	width:800px;
	margin-bottom:15px;
}

#PageBody{
	margin-top:15px;
	text-align:left;
	background-color:#eaeaea;
}


/* --Contents-- */
#PageBody #Contents .Introduction{
	float:left;
	width:531px;
	margin:10px 26px 20px 26px;
	font-size:80%;
	line-height:140%;
	display:inline;
}

#PageBody #Contents .Introduction .text{
	margin-bottom:20px;
}

#PageBody #Contents .Introduction .text-emphasis{
	margin-bottom:20px;
	font-weight:bold;
}

#PageBody #Contents .Introduction .SendURL .image-mailaddress{
	width:76px;
}

#PageBody #Contents .Introduction .SendURL form{
	height:27px;
	margin-bottom:40px;
}

#PageBody #Contents .Introduction .SendURL #textarea{
	width:310px;
	height:21px;
	float:left;
}

#PageBody #Contents .Introduction .SendURL #btn-send{
	position:relative;
	left:10px;
}

#PageBody #Contents .Introduction .QR{
	padding-top:20px;
}

#PageBody #Contents .Introduction .QR .QR-image{
	float:left;
	padding-right:13px;
}

#PageBody #Contents .cap-siteimage{
	float:left;
	margin-top:10px;
}

#PageBody #Contents .cap-siteimage .icon-siteimage{
	position:relative;
	top:-606px;
	left:-83px;
}

/* --Footer-- */
#Footer {
	clear:both;
	margin:0px;
	background-color:#eaeaea;
	background-image:url(/custom/pc/img/bg-foot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:20px 8px 8px 8px;

}
#Footer ul.FootLink {
	margin:0px;
	padding:0px;
	width:400px;
	float:left;
	font-size:8pt;
}
#Footer ul.FootLink li {
	margin:0px;
	padding:0px 10px 0px 0px;
	display:inline;
}
#Footer p.copyright {
	text-align:right;
	padding:0px;
	margin:0px;
}



