@charset "EUC-JP";

/* ### a4map a4map2 ### */
body {
	background-color: #FFFFFF;
	margin:0;
}
a:link {
	color: #1155BB; text-decoration: none;
}
a:visited {
	color: #3399CC; text-decoration: none;
}
a:hover {
	color: #FF6600; text-decoration: underline;
}
a:active {
	color: #333333; text-decoration: none;
}
form {margin: 0px;}

.memo,.memo2 {
	font-size:11px;
	line-height:95%;
	background-color:#FFFFCC;
	width:375px;
	height:65px;
}
/* ### a4map ### */

.line {
	margin-top: 0px;
	margin-bottom: 2px;
	width:640px;
	border-bottom:dotted 1px #999999;
	font-size:10px;
}
.header{width:640px;margin-bottom:1px;}
.qr{vertical-align:middle}

.mapline {
	width:640px;
	margin-top: 0px;
	margin-bottom:0px;
}
.ad {
	margin-top:2px;
	width:640px;
	text-align:center;
}

/* ### a4map2 ### */

.line2 {
	margin-top: 0px;
	margin-bottom: 2px;
	width:885px;
	height:20px;
	border-bottom:dotted 1px #999999;
	font-size:10px;
}
.ad2 {
	margin-left:2px;
	vertical-align:bottom;
}
.mapline2 {
	width:766px;
	margin-top: 0px;
	margin-bottom:0px;
}
.header2{width:766px;margin-bottom:1px;}

/* ### センタリング ### */
body{
	padding:0;
	text-align:center;
	}
#wrapperType1{
	margin:0 auto;
	width:640px;
	text-align:left;
	}
#wrapperType2{
	margin:0 auto;
	width:886px;
	text-align:left;
	}

/* リンク画像のボーダー消し 090925 */
a img{border:none;}
