@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../img/mess.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
}

#mess_box {
	width:365px;
	font-size:14px;
	line-height:18px;
	color:#FFFFFF;
	margin:5px 5px 5px 7px;
}

#content02 {
	width:400px;
	height:660px;
	background-image:url(../img/text_bg.png);
	background-repeat:repeat-y;
	right: 0;
	bottom: 0;
	clear: both;
	margin-right:10px;
	margin-left:auto;
	margin-top:-360px;
	overflow:auto;
}
img {
    border-style:none;
}
a img {
    border-style:none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
  color: #ffc000;
  text-decoration: none;
}
a:active {
	color: #ffc000;
}
a:hover {
  color: #ffc000;
  text-decoration: none;
}
#page {
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}