/*#ffd700 #ffe98d*/


/*全体ボックス*/
#container {
	width: 850px;
	margin: 40px auto 20px;
}


/*コンテンツ*/
#contents {
	width: 630px;
	margin: auto;
	text-align: center;
	}
#contents h1 {
	font-size: 16px;
	border: 1px solid #222222;
	color: red;
	text-align: center;
	padding: 20px 0 15px;
	margin-bottom: 20px;
	}
/*インフォ（画像の右の部分）*/
#info_box {
	width: 600px;
	margin-bottom: 20px;
	margin:auto;
}
#contents h3 {
	font-size: 12px;
	font-weight: normal;
}
#contents p {
	font-size: 12px;
	margin-bottom: 30px;
}



/*左の画像部分*/
#info_left {
	width: 200px;
	float: left;
	text-align: center;
}
#info_left h2 {
	width: 200px;
	height: 135px;
	margin-right: 20px;
	background: url(img/qr_code.jpg) center center no-repeat;
	text-indent: -9999px;
}
















#container a:link,#container a:visited {
	text-decoration: underline;
	color: blue;
}
#container a:hover {
	text-decoration: none;
	color: blue;
}
#container a:active {
	text-decoration: underline;
	color: blue;
}

.red {
	color: #F00;
}
