﻿@charset "utf-8";

body {
	font-family: "メイリオ", "Osaka", "MS P 明朝" ;
	}

h2 {
	font-size: 24px;
	color: #103862;
	}

p.text1 {
	text-align: right;
	}
p.text2 {
	padding-left: 25px;
	}

a:link {
	color: #0077E6;
	}

a:visited {
	color: #0077E6;
	}

a:hover {
	color: #103862;
	}

div#nav {
	font-weight: bold;
	font-size: 18px;
	line-height: 2.5em;
	}

table {
	background-color: #F8F8F8;
	}
th {
	background-color: #EDEDED;
	}