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

/*************************
 a
*************************/
a {
	color:#663300;
	text-decoration: none;
}
a:hover {
	color:#DBCEBC;
	text-decoration: none;
}

/*************************
 テキスト
*************************/
p {
	font-size: 12px;
	color: #5A5A5A;
	text-align: left;
	line-height: 20px;
}
.style07 {
	color: #5A5A5A;
	font-size: 11px;
	line-height: 17px;
}
.style01 {
	color: #663300;
	font-size: 12px;
	line-height: 20px;
}

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

.style06 {
	color: #663300;
	font-size: 9px;
}

/*************************
キャスト
*************************/
.style04 {
	color: #5A5A5A;
	font-size: 9px;
	line-height: 12px;
	padding-bottom: 8px;
}

/*************************
タイトル
*************************/
h1 {
	font-size: 18px;
	color: #663300;
	padding-bottom: 5px;
}

/*************************
キャッチコピー
*************************/
h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #663300;
	padding-bottom: 3px;
}

/*************************
info
*************************/
h3 {
	font-size: 10px;
	font-weight: lighter;
	color: #5A5A5A;
	line-height: 15px;
}
h3 a {
	color:#5A5A5A;
	text-decoration: none;
}
h3 a:hover {
	color:#663300;
	text-decoration: none;
}


.style05 {
	font-size: 14px;
	color: #5A5A5A;
	line-height: 18px;
}

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

