﻿@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/



/*========= レイアウトのためのCSS ===============*/

body{
	background:#fff;
}

h2,p {
    text-align:center;
    padding:20px;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
}

a:hover,
a:active{
	text-decoration: none;
}