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


/*----------------------------------------------------
	#font
----------------------------------------------------*/

.font_Syncopate { font-family: 'Syncopate', arial, serif; }

.font_marmelad{font-family: 'Marmelad', sans-serif;}

.tx_bold{font-weight:bolder;}

.tx_pink{	color: #FF99CC;}


.tx_small{	font-size:10px; padding-left:15px;}

.f-size15{	font-size: 15px;}

.f-size18{	font-size: 18px;}
.f-size20{	font-size: 20px;}

.font_Josefin{
	font-family: 'Josefin Slab', serif;
	color: #a09696;
	letter-spacing: 1px;
}

/*----------------------------------------------------
	#style
----------------------------------------------------*/

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

.cr{
	clear:both;
}

/*----------------------------------------------------
	#spacing
----------------------------------------------------*/

.pt10{padding-top:10pix;}

.mt5{margin-top:5pix;}
.mt10{margin-top:10pix;}
.mt15{margin-top:15pix;}
.mb15{margin-bottom:15pix;}
.mr15{margin-right:15pix;}
.ml15{margin-left:15pix;}
.ml25{margin-left:25pix;}

.space_5{
	clear: both;
	float: none;
	width: 100%;
	height: 5px;
}


.space_15{
	clear: both;
	float: none;
	width: 100%;
	height: 15px;
}

.space_20{
	clear: both;
	float: none;
	width: 100%;
	height: 20px;
}

.space_30{
	clear: both;
	float: none;
	width: 100%;
	height: 30px;
}

.space_170{
	clear: both;
	float: none;
	width: 100%;
	height: 170px;
}