@charset "UTF-8";

html {
	height:100%;
}
body {
	width: 100%;
	height: 100%;
	background:#19a6c8;
	color:#fff;
}

a{
	color:#fff;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#19A6C8;
	background-color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#19A6C8;
	background-color:#fff;
	text-decoration:none;
}

div.container {
	position:relative;
	min-height: 100%;
}

* html div.container {
	height:100%;
}

div#main {
	
	padding-bottom:1em;
}

div.header p.backHome {
	padding-left:52px;
}

div.capmain {
	padding-top:40px;
	padding-bottom:200px;
	width:532px;
	float:left;
	background:url(../image/capcupcap.gif) 0 0 no-repeat;
}

div.capmain div.enterbtn {
	padding-left:380px;
}

div.capmain div.enterbtn a {
	width:96px;
	height:96px;
	display:block;
	background:url(../image/enterbtn.gif) 0 0 no-repeat;
}
div.capmain div.enterbtn a:hover {
	background:url(../image/enterbtn.gif) 0 -96px no-repeat;
}
div.capmain p {
	padding-left:20px;
	padding-right:40px;
	padding-bottom:7px;
}

div.capmain p.plugincaution {
	padding-bottom:20px;
}

div.capmain div.archives {
	padding-left:20px;
	padding-top:30px;
	padding-bottom:35px;
}

div.capmain div.archives h3.title {
	width:360px;
	height:27px;
	text-indent:-9999px;
	background:url(../image/archives.gif) 0 0 no-repeat;
}

div.capmain div.archives ul.link li {
	float:left;
}

div.capmain div.archives ul.link li span.nolink {
	color:#75cade;
}

/* -------------- .footer ---------------- */

div.footer {
	position:absolute;
	bottom:0;
	padding-top:0;
	padding-bottom:0;
	float:right;
}

div.footer div.Box {
	padding-right:40px;
	padding-left:603px;
}
div.footer .copyright {
	width:237px;
	height:10px;
	text-indent:-9999px;
	background:url(../image/footer/copyright.gif) top right no-repeat;
	line-height:100%;
}

div.footer .footerNavi {
	padding-bottom:72px;
	background:none;
}

div.footer li {
	float:left;
}

div.footer li.privacy {
	padding-left:62px;
}
div.footer li.terms {
	padding-left:1px;
	background:url(../image/footer/bar.gif) 0 0 no-repeat;
}

div.footer li.privacy a {
	width:74px;
	height:19px;
	display:block;
	text-indent:-9999px;
	background:url(../image/footer/privacy.gif) 0 0 no-repeat;
	line-height:100%;
}
div.footer li.terms a {
	width:100px;
	height:19px;
	display:block;
	text-indent:-9999px;
	background:url(../image/footer/terms.gif) 0 0 no-repeat;
	line-height:100%;
}

div.footer li.privacy a:hover,
div.footer li.terms a:hover {
	background-position:0 -19px;
}