/* Index.css */

@charset "utf-8";

body {
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	font-size:12pt;
	color:#000000; 
	background-color:#131A22;
}

.pan {
	text-decoration:none;
	font-size:12pt;
	color:white;
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
}

input:focus,textarea:focus { background-color:lavender;}

a		{text-decoration:none; font-size:12pt;}
a:link		{color:black;}
a:visited	{color:black;}
a:hover		{background-Color:#0688E8;}
a:active	{color:black;}
