@charset "utf-8";
/*------------------------------------------------------------------------------
    index.html
------------------------------------------------------------------------------*/

/* レイアウト
----------------------------------------------------*/
div#top-left {
	float:left;
	width:650px;
	}
div#top-left div.left-wrap {
	padding-right:35px;
	}
div#top-right {
	float:left;
	width:250px;
	}
div#top-right div.right-wrap {
	padding-left:15px;
	border-left:solid 1px #800000;
	}
li.top-right {
	list-style-type:none;
	padding:10px 0;
	border-bottom:solid 1px #800000;
	}
li.top-right p {
	font-size:93%;
	color:#666666;
	}
div.information {
	height:270px;
	overflow:auto;
	border-top:dashed 1px #cccccc;
	border-bottom:dashed 1px #cccccc;
	}
div.information dl {
	margin:3px 3px 3px 0;
	}
div.information dl dt {
	font-size:93%;
	color:#e60012;
	font-weight:bold;
	}
div.information dl dd {
	margin:-1.22em 0 1em 10em;
	font-size:93%;
	}

div.information dl dd.space{
	padding-bottom:1em;
	}
	
span.ff4500{
	color:#ff4500;
	}
	
	
img.QR{
	padding-bottom:1em;
	}

span.red{
	color:#ff0000;
	}

