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

body {
	margin: 0 auto;
}
	
#wrapper {
	width: 660px;
	margin: 0 auto;
}



/* ----------本文／スライドショー---------- */

.slide {
	width: 660px;
	height: 440px;
	margin: 0 auto;
}

.slide_text {
	width: 640px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
}





/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666;
	line-height: 20px;
}


/* ------------------リンク------------------ */
a:link {
	color: #E205AE;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E205AE;
}
a:hover {
	text-decoration: none;
	color: #E205AE;
}
a:active {
	text-decoration: none;
}


.btn {
}
