@charset "Shift_JIS";

body {
	margin: 10px;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠp Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color:#F5E5F6;
	}

#wrapper {
	width: 760px;
	margin: 2px auto;
	padding: 0;
	background-color:#F5E5F6;
	}

#content {
	margin: 5px 0;
	padding: 5px;
	background-color: seashell;
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
	}
	
#text {
	float: left;
	width: 350px;
	margin: 5px 0;
	padding: 5px 20px;
	}

#picture {
	float: lef;
	}

	
#footer {
	width: 760px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-color: #E8CFEF;
	border-bottom: solid 1px silver;
	border-top: solid 1px silver;
	}

#footer1	{
	float: left;
	width:100px;
	margin: 2px 0 2px 10px;
	padding:2px 0;
	height: 15px;
	background-color:white;
	text-align: center;
	}

#footer2 {
	float: right;
	width:100px;
	margin: 2px 10px 2px 0;
	padding:2px 0;
	height: 15px;
	background-color:white;
	text-align: center;
	}

h1	{
	font-size: 168%;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	color: blue;
	white-space: pre;
	}

h2	{
	font-size: 150%;
	font-weight: bold;	
	margin: 0;
	paddding: 0;
	white-space: pre;
	}

h3	{
	font-size: 134%;
	font-weight: bold;
	margin: 0;
	paddding: 0;
	white-space: pre;
	}

h4	{
	font-size: 117%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: pre;
	}

h5	{
	font-size: 109%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: pre;
	}

h6	{
	font-size: 84%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: pre;
	}

p	{
	font-size: 120%; 
	text-align: left;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:1.5;
	}

a	{
	font-size: 100%;
	text-decoration: none;
	}

a:link	{
	color: blue;
	}

a:visited{
	color: purple;
	}

a:hover	{
	color: red;
	background-color: #ffffcc;
	font-weight: bold;
	}

a:active{
	color: yellow;
	background-color: green;
	}
	
img {
	border: 0;
	}


