﻿body {
  color:#525252;}

h2 {
  color:#333333;}


.header h1{
  color:#333333;}
  
/*  レフトコンテンツ  */
.left {
	background-color:#e8cce0;}

.left h2 {
  color:#FFFFFF;
  background-color:#e8cce0;}

.left a {
  border:#f4eaf3 1px solid;
  background:#e8cce0;}
  
.left a:hover {
  background-color:#FFFFFF;}

/*  センターコンテンツ  */

.content h2 {
  border: #f4eaf3 1px solid;
  background-color:#e8cce0;}

/*  ライトコンテンツ  */

.right {
	background-color:#f4eaf3;}

.right h2 {
  color:#FFFFFF;
  background-color:#e8cce0;}


/*  フッター  */

.footer {
  background:#e8cce0;}
  
