﻿@charset "UTF-8";

html{
	margin:0;
	padding:0;
	overflow-y: scroll;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-size:62.5%;/* 1em=10px */
	background:#E1DAE9;
	font-family:
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐ ゴシック",
		sans-serif;
}

img{
	border:0;
}

a{
	text-decoration:underline;
	outline:none;
}

.red{
	color:#CC0000;
}

.submit_button{
	text-align:center;
}

/* 未閲覧 */
a:link{
	color:#003688;
	text-decoration:underline;
}

/* 閲覧済み */
a:visited{
	color:#003688;
	text-decoration:underline;
}

/* マウスオーバー */
a:hover{
	color:#14a2d7;
	text-decoration:none;
}

/* クリック */
a:active{
	color:#14a2d7;
	text-decoration:none;
}

table{
	width:100%;
	font-size:1.4em;
}

table th,
table td{
	padding:5px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:dashed 1px #aaaaaa;
}

table th{
	width:8em;
	white-space:nowrap;
}

table td img{
	margin:0 5px;
	vertical-align:middle;
}

