* {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

body {
	width: 100%;
	font-size: 0.9em;
	color: #333333;
	background-color: #6699CC;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}

h1 {
	color: #333399;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #333399;
	margin: 20px 0 20px 0;
}

div#letter-box-main {
	width: 700px;
	position: relative;
	left: 50%;
	margin: 0 auto 0 -350px;
}

div.checklists {
	background-color: #FFFFFF;
	padding: 20px;
}
	div.checklists ul {
		margin: 30px;
	}

	div.checklists li {
		margin: 10px 10px 10px 30px; 
		list-style-image: url(../images/check.gif);
	}

div.letter-box {
	background-color: #FFFFFF;
	padding: 20px 50px;
}

div.comment {
	border: 6px ridge #9999FF;
	padding: 20px;
	margin: 0 0 30px 0;
}

span.em-b {
	font-weight: bold;
}

span.em-big {
	font-size: 1.2em;
}

span.em-u {
	text-decoration: underline;
}

span.em-red {
	color: #CC0000;
}

span.em-bbig {
	font-size: 1.2em;
	font-weight: bold;
}

span.em-bigu {
	font-size: 1.2em;
	text-decoration: underline;
}

span.em-bu {
	font-weight: bold;
	text-decoration: underline;
}

span.em-bured {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

span.em-bbigu {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}


img {
	border: 0;
}

img.mini-image {
	margin: 20px 20px 20px 0;
	border: 3px solid #CCCCCC;
	padding: 2px;
	float: left;
}

.photo {
	width: 100%;
	text-align: center;
}

a:link { color: #006600; }
a:visited { color: #003300; }
a:hover { color: #009900; }
a:active { color: #00CC00; }

ul {
	border: 3px dashed #333366;
	margin: 20px 10px;
	padding: 0 20px;
}

li {	
	font-size: 100%;
	margin: 30px 0;
}

h1.heading {
	color: #FFFFFF;
	border: 5px dashed #336699;
	margin: 30px 0 10px 0;
	padding: 3px;
	background-color: #6699CC;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.content_box {
	margin: 0 0 50px 40px;
}

#tokusyoho, #tokusyoho td {
	border: 1px solid #CCCCCC;
}


