/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.topArea {
	color: #2098a8;
	font-size: 14px;
	font-variant: normal;
}

.gray_box {
width: auto;
margin: 1em auto;
padding: 0px 12px 0px 12px;
background-color: #e0e4fc;
overflow: hidden;
margin-bottom: 5em!important;
}


/* 基本の文字 */
p {
	margin-bottom: 5px;
}


.mt10 {
margin-top: 10px;
}

.mt50 {
margin-top: 80px;
}

.mt80 {
margin-top: 100px;
}

.mt100 {
margin-top: 130px;
}

.mb20 {
margin-bottom: 20px;
}

.mb30 {
margin-bottom: 50px;
}

.mb50 {
margin-bottom: 80px;
}


.mb100 {
margin-bottom: 130px;
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
　font-size: 12px;
}


blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 500%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 500%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}


.t3 {
    color: #01441a;
    font-weight: bold;
    font-size: 18px;
	  margin-right: 3px;
    margin-left: 2px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #ff6860,
    -1px 1px 1px #ff6860,
    1px -1px 1px #ff6860,
    -1px -1px 1px #ff6860;
}

.t2 {
    color: #c1c1c1;
    font-weight: bold;
    font-size: 18px;
	  margin-right: 3px;
    margin-left: 2px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px #007729,
    -1px 1px 0px #007729,
    1px -1px 0px #007729,
    -1px -1px 0px #007729;
}

.t1 {
    color: #212121;
    font-weight: bold;
    font-size: 18px;
	  margin-right: 3px;	
    margin-left: 2px;		
    letter-spacing: 1px;	
    text-shadow: 1px 1px 0px #ddfff6,
    -1px 1px 0px #ddfff6,
    1px -1px 0px #ddfff6,
    -1px -1px 0px #ddfff6;
}

.futo {
font-weight: bold;
font-size: 18px
}



