@charset "utf-8";

/********************	全体 *********************/

a{
	text-decoration:underline;
	color:#62beb0;
}

a:hover{
	text-decoration:none;
	height: 30px;
}

h1{
	font-size:20px;
	text-align:left;
	display:block;
	margin: 0px 0px 0px 40px;
	padding-top:10px;
	color: #966400;
}

/********************	メイン ********************/

#main p{
	font-size:10px;
	color:#966400;
	margin: 0px;
	line-height:1.8em;
}

#main .date{
	text-align: right;
}

#main .center{
	text-align: center;
}

#main .price{
	font-size:16px;
}

#main .section{
	font-size:12px;
	margin: 0px 0px 0px 15px;
}

/********************	サブ ********************/

#sub p{
	font-size:12px;
	color:#966400;
	line-height:1.6em;
	margin: 0px 0px 15px 0px;
	text-align:center;
}
