@charset "Shift_JIS";
@import "import_screen2.css";

/**************************************************
	リセット
**************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	color:#000;
	font-family:Verdana,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}	
	
	
/**************************************************
	初期設定
**************************************************/
body {
	padding:0;
	margin:0 auto;
	line-height:120%;
}

img {
	border:0;
	vertical-align:bottom;
}

table {
	font-size:small;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

caption {
	text-align:left;
	margin:5px 0 0 0;
}

th, td {
	padding:3px 7px;
	border-left:1px solid #000;
	border-top:1px solid #000;
	text-align:left;
	vertical-align:top; 
	font-weight:normal;
}

h1 { font-size:x-small; font-weight:normal; }
h2 { font-size:large; font-weight:bold; }
h3, h4 { font-size:medium; font-weight:bold; }
h5, h6 { font-size:90%; font-weight:bold; }
p {	font-size:small; }

strong, em { font-weight:normal; font-style:normal; }

a:link, a:visited { color:#03F; text-decoration:underline; }
a:hover, a:active { color:#F60; text-decoration:none;}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited { color:#000; text-decoration:none; }

h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active,
h6 a:hover, h6 a:active { color:#F60; text-decoration:none; }		