﻿body
	{
	background-color: #0000ff;
	background-image: url(monju2.jpg);
	background-attachment: fixed;
	background-position: left top; 
	background-size: contain;
	background-repeat: repeat;
	}

h1
	{
	line-height: 60px;
	text-align: center;
	font-family: "ＭＳ 明朝",serif;
	font-size: 30pt;
	color: #00ff00;
	border-top: 3px solid #0000ff;
	border-bottom: 3px solid #0000ff;
	}

h2
	{
	line-height: 50px;
	background-color: #335c90;
	text-align: center;
	font-family: "ＭＳ 明朝",serif;
	font-size: 24pt;
	color: #ffffff;	
	border-top: 3px double #ffffff;
	border-bottom: 3px double #ffffff;	
	}

div.box1
	{
	width: 800px;
	margin: auto;
	margin-top: 100px;
	padding: 50px;
	border: 7px ridge #8888cc;
	background-color: #ffffaa;
	line-height: 30px;
	text-align: left;
	font-family: "ＭＳ ゴシック",serif;
	font-size: 12pt;
	color: #0000ff;
	}

div.box2
	{
	width: 640px;
	height: 480px;
	background-color: #0000ff;
	margin: auto;
	border: 7px ridge #8888cc;
	}

div.link1
	{
	width: 900px;
	height: 100px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 1000px;
	}

div.link2
	{
	width: 600px;
	height: 200px;
	margin-left: 0px;
	background-color: #ffffff;
	}

