@charset "utf-8";
/*------------------------------
   last updated 10.02.26 itk
-----------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
}

img { border: none; }

a { color: #0066cc; text-decoration: underline; }
a:hover { color: #FFCA10; text-decoration: underline; }

#wrapper {
	width: 770px;
	margin: 0 10px;
}

#wrapper p {
	line-height: 140%;
}

#cnt { margin-top: 10px; }

/*---------------
   padding
---------------*/
.p5 { padding-bottom: 5px; }

/* select padding */
.selectpad { padding: 0 5px; }

/*-----------------
   colors
---------------*/
.green { color: #063; }
.blue { color: #039; }
.red { color: #F30; }

/*--------------
   tables
--------------*/
table { 
	font-size: 105%;
	border-collapse: collapse;
	}

table.t1 { border: 1px solid #039; }

.t1 th {
	border: 1px solid #039;
	background-color: #69F;
	color: #FFF;
	font-weight: normal;
	padding: 3px 10px;
}

.t1 td {
	border: 1px solid #039;
	padding: 3px 10px;
}
