﻿<@charset "UTF-8";>
html,body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
}
html,body{margin:0;padding:0;}
body { width : 768px ;
       margin:auto ;
     }
body { color: #ffffff; font-size: 0.9em; line-height: 1.2em ;}

*{
		margin:0:
		padding:0;
}

/*honbun*/
#header { margin: 50px 0 30px 0;
					padding-left: 30px;
					width: 430px;
					border: 1px solid #fff;
			}

p.pokko { font-size: 80%;
				font-weight: bold;
				margin: 0.5em 0px;
			}
span.red   {color:#ff0000;}
span.orange{color:#ff8000;}
span.yellow{color:#ffff00;}
span.green {color:#6ad0af;}
span.cobalt{color:#6ad0af;}
span.cobalt2{color:#00ffff;}
span.aiiro {color:#8080ff;}
span.gray  {color:#cccccc;}
p.kkori { font-size: 80%;
				color: #c0c0c0;
				text-decoration: underline;
				margin: 0.5em 0px;
			}
h1 {  line-height: 1.0em;
			margin: 0px;
			height: 35px;
			}
.daimei {font-size: 80%;}
.kijitu {font-size: 50%;color: #ffff00;}
#contents {line-height: 1.7em;}
.midasi {color: #ff8000;
     	font-size: 1.2em;
			font-weight: bolder;
			}
.daiji {color: #ffff00;
				font-weight: bolder;
				font-size: 1.3em;
			}

#tyuui {font-size: 0.9em;}
.murasaki { color: #8080ff; font-size:1.0em;}
.siro {color: #fff; font-size:1.0em;}

a {color: #fff;}

#footer {margin-top: 50px;
				margin-bottom: 50px;
				width: 450px;
			}
/*前後ボタン*/
input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #716246;
  border:solid 1px #716246;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
	}
input#go_back:hover{
  background:#fff;
  color: #716246;
}

	p.copy_right {color: #716246; font-size: 1.4em; font-weight: bold ;}


