html,body{
	padding:0;
	margin:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
}
a:link {text-decoration:none;color: #0033CC;} /* 未訪問リンク */ 
a:visited {text-decoration:none;color: #660033;} /* 訪問済みリンク */
a:active {text-decoration:underline;color: #FF0000;} /* クリックしたとき */
a:hover {text-decoration:underline;color: #660066;} /* マウスが乗ったとき */
h1 {
	margin:0em;
	text-align: left;
	font-size: 80%;
	color: #000000;
	background-image: url(../img/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FF98CD;
	font-weight: normal;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
#header {min-width: 750px;}
h2 {
	margin:0em;
	background-image: url(../img/t_logo.gif);
	background-repeat: no-repeat;
	height: 56px;
	text-indent:-99999px;
}
#menu {
	width: 446px;
	float: right;
	text-align: center;
}

h3 {
	font-size: 80%;
	display: inline;
}
.explain {
	margin-top: 2em;
}


#t_bg {
	background-image: url(../img/t_header_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	height: 80px;
	text-indent:-99999px;
}
#loginBG {
	text-align: right;
	background-image: url(../img/t_header_bg02.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
#loginLine {
	background-image: url(../img/login_line.jpg);
	background-repeat: repeat-x;
	height: 32px;
	text-align: center;
}
#wrapper {
	padding:40px;
	text-align: center;
}
p {
	font-size: 80%;
	line-height: 130%;
	padding-bottom:20px;
	margin: 0px;
	padding-top: 0px;
}
.entrance {
	padding-top: 1em;
}

.btn {
	height: 190px;
	width: 480px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
}
.btn01 {
	float: left;
	width: 220px;
	margin: 0.5em;
}
.btn02 {
	float: right;
	width: 220px;
	margin: 0.5em;
}
.general {
	margin-top: 3em;
}

#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	clear:left;
	margin:5px 0;
	padding:10px 0;
}
#copyright {
	text-align: center;
	margin:0;
	padding-bottom:20px;
}
h5 {
	font-size: 130%;
	color: #FF0000;
	margin-bottom: 30px;
	margin-top: 30px;
}

