@charset "Shift_JIS";

/*
 * gateway.pl 用スタイルシート
 * http://confetto.s31.xrea.com/
 *
 * $Id: gateway.css,v 1.2 2006/01/11 08:06:32 confetto Exp $
 */

body {
	color: #333333;
	background: #FFFFFF;
}

a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover {}
a:active { color: #ff0000; }


* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1.5;
	font-size: 80%;
	text-align: center;
}
#gateway {
	width: 451px;
	text-align: left;
	margin: 0px auto;
	background: url(img/gateway_bg.jpg) no-repeat left top;
	padding: 60px 0px;
	height: 500px!important;
	overflow: visible;
}


h1 {
	font-size: 140%;
	padding: 20px;
	text-align: center;
}

p {
	padding: 0px 30px;
	margin: 1em;
}
dl {
	border: 1px solid #CCCCCC;
	margin: 0em 3em 1em 3em;
	padding: 10px;
}
ul {
	list-style-type: none;
	margin: 0em 3em;
}
.navi {
	margin-top: 5em;
	padding-top: 1em;
}


address  {
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	padding: 0em 3em;
}

[accesskey]:after {
	content: "[" attr(accesskey) "]";
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
}

input {	font-family: monospace; }

input[type="submit"] { padding: 0.25em 1em; }
