﻿@charset "UTF-8";
body {
	background:#F7F7F7;
	color:#000000;
	font-size:12px;
	font-family:"Meiryo","メイリオ","Gothic","Hiragino Kaku Gothic Pro","Osaka","Consolas","Verdana",sans-serif;
}
h1 {	font-size:16px;}
h2 {	font-size:14px;
		font-weight:800;}
.red {
	color: #FF0000;
	}
.clip {	border:#0099FF solid 1px;
		background-color:#fff;
		margin:5px 0px;
		padding:5px;
	}
a,a:link,a:visited {
		color: #003366;
		text-decoration:none;
	}
a:hover {
		text-decoration:underline;
	}
a:active,a:focus {
		text-decoration:none;
		color:#003366;
	}