@charset "UTF-8";
/**
 * 2.0 - Common
 * 6.0 - Option
 *    6.1 - Index
 *    6.2 - Program
 * 0.0 - Text
 */

/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------
body {
	font-family: "Microsoft YaHei","微软雅黑",'SimSun', sans-serif;
}*/
html {
margin:0;
padding:0;
text-align:center;
overflow-y:scroll;
}
body {
text-align:center;
margin:7% auto;
/*font-size:100%;*/
line-height:2.0;
}
body {
font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
text-align:center;
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;
}
p {
margin:0;
padding:0;
}
header {
width:30%;
margin:0 auto 5%;
padding:10px;
display:block;
color:#CCCCCC;
border:3px solid #F0F0F0;
}
.title {
font-size:1.6em;
font-weight:bold;
}
h1 {
font-size:2.0em;
color:#009296;
font-weight:bold;
}
.copyright {
margin:10% auto 0;
color:#CCCCCC;
}
a:link,a:visited {
	color: #00A685;
	outline: none;
}
a:hover,a:active {
	color: #bbb;
	text-decoration: none;
}