@charset "utf-8";



/*---------------------------

      index

---------------------------*/

#main {
	width: 590px;
	float: right;
	text-align: left;
}

#title {
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 550px;
}

#street {
	z-index: 1;
	position: relative;
	margin: 0 0 20px 0;
}

hr, .style2 {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #75d3d9;
	height: 1px;
	margin: 5px 0 10px 0;
}

.box {
	margin-top: 100px;
}

table {
	width: 590px;
	border: 0;
	background-color: #fff;
	text-align: left;
	float: right;
}


.day {
	width: 140px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #2F4F4F;
	margin: 0 0 -15px 0;
}

p {
	margin: 0 0 35px 0;
}


/*--タイトル：文字赤色--*/

.red {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #FF3333;
	margin: 0 0 -5px 0;
}


/*--URL：リンク青色--*/

p, a:link, a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #75d3d9;
}

/*--コチラ：リンクピンク色--*/

a.pink:link {
	text-decoration: underline;
	color: #ff99bb;
}

a.pink:visited {
	text-decoration: underline;
	color: #ff99bb;
}

a.pink:hover {
	text-decoration: none;
	color: #ff99bb;
}



