@charset "utf-8";


.blog {
	width: 68%;
	margin: 0 auto 30px;
	padding: 3px 6px;
	background-color: #f3ffee;
	border: 1px solid #ccee99;
	font-size: 94%;
	color: #555555;
}
.blog_i {
	margin: 3px 5px 5px 5px;
	padding: 8px 12px;
	background-color: #ffffff;
	font-size: 106%;
	color: #8899aa;
	text-align: center;
}

.main h2 {
	margin: 0;
	padding: 10px 10px 8px;
	background-color: #ffffff;
	background-image: url('../image/h2_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
}
.box {
	margin: 0 0 30px;
	padding: 10px 20px 20px;
	background-color: #ffffff;
	background-image: url('../image/p_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 140%;
}


.t {
	font-size: 86%;
	line-height: 86%;
	color: #bb6633;
}
.ho {
	font-size: 86%;
	line-height: 86%;
}

.chuu {
	margin: 0 6px;
	padding: 3px 9px;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	color: #aa9966;
}

/* ================================== */
.ticket {
	margin: 0 0 30px;
	text-align: center;
}
.ticket a {
	display: block;
	width: 219px;
	height: 24px;
	margin: 0;
	padding: 3px;
	background-image: url('../image/ticket0.png');
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 0px;
	color: #ffffff;
	text-indent: -50000px;
	border: 3px solid #ffff33;
}
.ticket a:link, .ticket a:visited {
	background-image: url('../image/ticket0.png');
	background-repeat: no-repeat;
	border: 3px solid #ffff33;
}
.ticket a:hover, .ticket a:active {
	background-image: url('../image/ticket1.png');
	background-repeat: no-repeat;
	border: 3px solid #ff3333;
}
/* ================================== */



