@CHARSET "UTF-8";

/* ------------------------------------------------------------
 標準スタイル
 ------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

th {
	text-align: center;
	font-weight: normal;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	padding: 2px;
}

/* ------------------------------------------------------------
 リンク
 ------------------------------------------------------------ */
/* 未訪問、訪問済み */
a:link,a:visited {
	text-decoration: none;
	color: #AAAAFF;
	outline: none;
}

/* ポイント時、選択中、フォーカス時 */
a:hover,a:active,a:focus {
	text-decoration: none;
	color: #FFFF00;
	outline: none;
}

/* ------------------------------------------------------------
 共通レイアウト
 ------------------------------------------------------------ */
/* ボディエリア */
body {
	color: #DDDDDD;
	background-color: #000000;
	background-image: url("/img/common/mainBack.png");
	font-size: 75%;
	font-family: "メイリオ ＭＳ Ｐゴシック",  sans-serif;
	line-height: 120%;
	-webkit-text-size-adjust: none;

}

/* ボディコンテナ */
div.container {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}

/* ヘッダー */
div.header {
	width: 1000px;
	margin-bottom: 10px;
}

/* コンテンツ */
div.content {
	float: right;
	width: 850px;
	margin-top: 15px;
	margin-bottom: 30px;
}

/* メニュー */
div.menu {
	float: left;
	width: 150px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* メニューリンク */
a.menuLink {
	display: block;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 130%;
}
a.menuLink .jp {
	font-size: 140%;
	font-weight: bold;
	color: #DDDDDD;
}
a.menuLink .en {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF00;
}

/* フッター */
div.footer {
	clear: both;
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	border-top: dotted 1px #555555;
}

/* コピーライト */
a.copyright {
	color: #DDDDDD;
	font-weight: normal;
}

/* ログイン */
a.login {
	color: #000000;
	font-weight: normal;
}

/** アクセスカウンター */
table.accessCounter {
	width: 80%;
}
table.accessCounter caption {
	color: #FF0000;
}
table.accessCounter th {
	text-align: left;
	padding-left: 10px;
}
table.accessCounter td {
	text-align: right;
	color: #FF8A00;
}

/* ------------------------------------------------------------
 各画面共通
 ------------------------------------------------------------ */
/* タイトル */
h1.title {
	font-size: 160%;
	margin-left: 20px;
	color: #00FF00;
}

/* 確認メッセージ */
div.info {
	width: 100%;
	margin: 20px 0px 20px 40px;
	color: #FFFF00;
	font-size: 120%;
	line-height: 140%;
}

/* エラーメッセージ */
div.error {
	width: 100%;
	margin: 20px 0px 20px 40px;
	color: #FF3333;
	font-size: 120%;
	line-height: 140%;
}

/* 補足情報 */
.information {
	margin-top: 5px;
	color: #FFFF00;
	font-size: 80%;
	font-weight: normal;
}

/* ボタンエリア */
div.button {
	text-align: center;
	margin: 20px auto;
	font-size: 150%;
	font-weight: bold;
}
div.button a {
	margin: 10px 20px 10px 20px;
}



/* 戻る */
span.back {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}


