@charset Shift_JIS;

/* Body */
body {
	margin:0;
	background-repeat:repeat-y;
	/* Dummy for NN4.x's Bug */
	background-image:url("images/back.jpg");
}
body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	background-image:url("../images/back.jpg");
}

/* Block */
div.buttons {
	text-align:center;
	margin-top:1em;
}
div.copyright {
	text-align:center;
	margin-top:1em;
	margin-bottom1em;
}
div.tbl {
	position:relative;
	border:pink 1px solid;
	text-align:center;
	background-color:pink;
	margin-left:1%;
	margin-right:1%;
}
div.tbl table {
	width:100%;
}
div.tbl table {
    /*for WinIE4,5,5.5's Bug*/
    "";
	width:50%;
	width:95%;
}
h1 {
	margin-top:10px;
	text-align:center;
}
hr {
	color:pink;
	border-color:pink;
	border-style:none;
	background-color:pink;
}
p {
	letter-spacing:1px;
	line-height:150%;
	margin:1em 4em;
}
ul {
	background-color:white;
	color:black;
	margin:1em 4em;
	border:pink 3px double;
	padding:0.5em 1em;
	list-style-type:none;
	line-height:150%;
	letter-spacing:1px;
}

/* Inline */
em {
	font-style:normal;
	font-weight:bold;
}
li.list-mark {
	margin-top: 0.5em;
	padding-left: 1em;
     text-indent: -1em;
}
/*img.list-mark {
	margin-right:3px;
	vertical-align:text-bottom;
}*/
span.kome {
	color:red;
	font-size:smaller;
	font-weight:bold;
}
span.letter-notice {
	font-size:smaller;
}
strong {
	font-style:normal;
	font-weight:bold;
	font-size:1.6em;
	color:darkorange;
}

/* Table */
table {
	border-style:none;
}
th {
	background-color:#FFD7FF;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
}
th.group {
	background-color:pink;
	font-weight:bold;
	letter-spacing:1px;
	text-align:left;
}
td {
	background-color:white;
	letter-spacing:1px;
	line-height:130%;
	text-align:left;
}
td.notice { 
	color:red;
}
td.letter {
	vertical-align:top;
	width:300px;
}
