@charset "UTF-8";
/* CSS Document */

/*************************
 a
*************************/
a {
	color:#006F72;
	text-decoration: none;
}
a:hover {
	color:#B9D6D6;
	text-decoration: none;
}

/*************************
 テキスト
*************************/
p {
	font-size: 12px;
	color: #5A5A5A;
	text-align: left;
	line-height: 20px;
}
.style05 {
	color: #006F72;
	font-size: 12px;
}
.style06 {
	color: #006F72;
	font-size: 10px;
}
.style07 {
	color: #63A1AD;
	font-size: 10px;
}


/*************************
ページ>>>
*************************/
.style03 {
	color: #5A5A5A;
	font-size: 9px;
}
.style04 {
	color: #63A1AD;
	font-size: 9px;
}

/*************************
shop名
*************************/
h1 {
	font-size:13px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 20px;
}
.style01 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: lighter;
}
.style02 {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: lighter;
}

/*************************
shop　キャッチコピー
*************************/
h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #006F72;
	line-height: 22px;
}

/*************************
info
*************************/
h3 {
	font-size: 10px;
	font-weight: lighter;
	color: #5A5A5A;
	line-height: 17px;
}

/*************************
Copyright
*************************/
h4 {
	font-size:10px;
	color: #5A5A5A;
	text-align: center;
	font-weight: lighter;
}
