@charset "utf-8";
html {
	height : 100%;
}

body {
	text-align : center;
	font-size : 13px;
	background-color : #000;
	letter-spacing : 0px;
	padding-top : 0px;
	margin : 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	
	min-width: 840px;
	-webkit-text-size-adjust: none;
	height : 100%;
	word-break: break-all;
}

a {	color: #5588ff;}
a:link {	color: #5588ff;}
a:visited {	color: #8855aa;}
a:hover {	color: #00cccc;}
a:active {	color: #00cccc;}

textarea
{
	resize: none;
}

table,div,form,textarea
{
	margin: 0px auto;
	padding: 0px;
	font-size : 15px;
}


div.main_a{
	padding : 20px;
	color: #555555;
	margin: 0px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	border: 1px solid #555555;
	background-color: #fffff8;
	width: 800px;
}

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

div.full
{
	background-color : #000;
	height : 100%;
	min-width : 100%;
}
div.bg
{
	background-color : #000;
	min-height : 100%;
	max-width : 1600px;
	background-position: center 0px;
	background-repeat: no-repeat;
}

.t1 {
	background: #ddd;
	padding : 3px 10px;
	border-bottom : solid 5px #ffffff;
}
.t2 {
	text-align : left;
}