@charset "utf-8";

*  { padding: 0px; margin: 0px; } 

body {
	background-color: #CCCCCC;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	margin: 10px;

}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

#allbox {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
#allbox #box1 {
	width: 750px;
	background-color: #FFFFFF;
}
#allbox #box1 h1 {
	font-size: 32px;
	background-color: #FF0000;
}
#allbox #box1 p {
	background-color: #FF3366;
}



#allbox #box2 {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
}
#allbox #box2 h2 {
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#allbox #box2 h3 {
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}


#allbox #box2 p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#allbox #box3 {
	background-color: #FFFF99;
	width: 250px;
	float: right;
	height: 718px;
}
#allbox #box3 h3 {
	font-size: 100%;
	background-color: #FF99CC;
}

#allbox #box3 ul {
	margin-left: 5px;
}

#allbox #box3 p {
	background-color: #FF99CC;
}

#allbox #box3 li {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

#allbox #box4 {
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	clear: both;

}
#allbox #box1-1 {
	float: left;
	width: 750px;
}
#allbox #box1-1 #sp {
	font-size: 8px;
	margin-right: 5px;
}

#allbox #box5 {
	width: 750px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
	clear: both;
}
#allbox #box6 {
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
	clear: both;
}
