﻿

body    
	{
	background-color: #6890d8;
	margin: 0;
	}

div.box1
	{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #00ff00;
	overflow: auto;
	}

div.title
	{
	width: 700px;
	margin-left: 35px;
	padding: 10px;
	background-color: #ffff88;
	border: 5px ridge #8888cc;
	font-family: "ＭＳ ゴシック",serif;
	font-size: 32pt;
	color: #0000ff;
	}

div.left
	{
	float: left;
	width: 375px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color: #00ff00;
	}

div.right
	{
	float: left;
	width: 375px;
	margin-top: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #00ff00;
	}
