@charset "utf-8";
/*--------ヘッダ--------*/
#header h1 {
	float: left;
	width: 241px;
	margin-bottom: 8px;
	margin-left: 4px;
}
/*--------メインイメージ--------*/
#mainImage {
	height: 380px;
	width: 800px;
}
/*--------メインコンテンツ--------*/
#tMainContents {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}
#tMainContents ul#lBnr {
	float: left;
	width: 189px;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: 5px;
}
#tMainContents ul#lBnr li {
	margin-bottom: 2px;
}
#tMainContents #info {
	float: left;
	width: 337px;
	padding-top: 22px;
	margin-right: 8px;
}
#tMainContents #info dl#infoTitle {
	background-image: url(../images/dl_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 327px;
}
#tMainContents #info dl#infoBox  {
	background-image: url(../images/dl_line.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 324px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#tMainContents #info dl#infoBox dt{
	float: left;
	width: 60px;
	margin-bottom: 12px;
	clear: left;
}
#tMainContents #info dl#infoBox dd {
	width: 240px;
	margin-bottom: 12px;
	margin-left: 70px;
}
#tMainContents #bnrBox {
	float: right;
	width: 251px;
	padding-top: 56px;
	display: inline;
}
#tMainContents #bnrBox #bnr01 {
	float: left;
	width: 70px;
	margin-right: 4px;
}
#tMainContents #bnrBox #bnr01 p#qr {
	width: 49px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#tMainContents #bnrBox #bnr01 p#qrTxt {
	font-size: 84%;
	width: 70px;
}
#tMainContents #bnrBox #bnr02 {
	float: right;
	width: 177px;
}
#tMainContents #bnrBox #bnr02 p#tPjtTxt {
	font-size: 84%;
	width: 169px;
}

