@charset "shift-jis";
@import url(color.css);

@font-face
{
font-family: 刻明朝;
src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montez');


body {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: 'Martel'/*Google Fonts*/
    , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 12px;
　 text-align : center;
    background: #3b3b3b;
    margin : 40px auto;
}


/*背景画像*/

body::before {
  background: url('bg.png')  #fff;
  background-size: 485px;
  display: fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
}


TABLE,TD,DIV,P{
	color : #A3A3A2;
	font-size : 12px;
	line-height : 14px;
	font-family : tahoma,sans-serif;
	margin : auto;
}
A{
	color : #66aaff;
	text-decoration : none;
}
A:HOVER{
	color : #bbbbbb;
}


H2{	/* タイトル */
	text-align : center;
	font-size: 3.0rem;
	font-family: 刻明朝;
	padding-top: 15px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

h2:first-letter {
	color: #fff;
	text-shadow: 0 0 5px rgba(89,185,198,0.7);
	}

INPUT,select{
	font-size : 13px;
	font-family : tahoma,sans-serif;
}
.pu{
	/* テキストエリア */
	font-size : 13px;
	border : 1px solid #5d5d5d;
}
.bo{
	/* ボタン */
	font-size : 12px;
	background-color : #5d5d5d;
	border : 1px solid #5d5d5d;
	color : white;
}
.main{
	/* mainページのスレッド */
	margin-bottom : 30px;
	width : 600px;
	padding : 10px;
	text-align : left;
}
.tips{
	border-bottom : 1px dotted #999999;
	padding : 1px 0;
}
H3{
	/* 日付 */
	font-family: 'Montez', cursive;
	width : 100%;
	font-size : 170%;
	margin-bottom : 5px;
	text-align : right;
}