@charset "Shift_JIS";

/*
 * gateway.pl 用スタイルシート
 * http://confetto.s31.xrea.com/
 *
 * $Id: gateway.css,v 1.2 2006/01/11 08:06:32 confetto Exp $
 */


/*** 色設定のガイド
 * CSSに詳しくない方向けのガイドです。16進数等で色を指定してみてくださ
 * い。
 */

body {
	/* ページの文字色 */
	color: #333333;

	/* ページの背景色 */
	background-color: #ffeedd;
}

/* 未訪問リンクの文字色 */
a:link    { color: #0000ff }

/* 既訪問リンクの文字色 */
a:visited { color: #800080 }

/* アクティブリンクの文字色 */
a:active  { color: #ff0000 }


/*
 * 以下は、CSSに詳しい方向けです。
 */

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

body, address {
	border-top: 1px solid #999;
}

body {
	margin: 8px 20%;
	line-height: 1.5;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: smaller;
	text-align: right;
}

h1, p, ul {
	margin: 1em 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bolder;
}

th {
	text-align: right;
}

ul {
	list-style-type: none;
}

[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 32px;
}


/*
 * MSIEのための特殊な記述
 */

th {
	font-weight: normal;
}
img.yorozu {
	border:solid #00F 2pt;
}
img.yorozu:hover {
	border-color:#CF0;
}
p.des {
	font-size:14px;
	line-height:1.5em;
}
