﻿* {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
 	font-size: 12px;
 	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
 	zoom: 1;
}

#container {
	width: 900px;
}

#note {
	float: left;
	margin-left: 60px;
	width: 600px;
}

#menu {
	width: 80px;
	z-index: 4; 
	float: left;
	margin-left: -12px;
	margin-top: 100px;
}

#menu div {
  margin-bottom: -5px;
}

#header {
	width: 605px;
	height: 96px;
	background-image: url('back_top.jpg');
	text-align: left;
	z-index: 3;
}

#main {
	width: 605px;
	background-image: url('back_main.jpg');
	background-repeat: repeat-y;
	text-align: left;
	z-index: 2;
}

#footer {
	width: 605px;
	height: 83px;
	background-image: url('back_bottom.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
}

#title {
  display: block;
	position: relative;
	left: 70px;
	top: 31px;
	width: 400px;
}

#sent {
	position: relative;
	width: 500px;
	left: 65px;
	top: 20px;
}

#name-img {
	margin-bottom: 7px;
}

.img-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.img-r {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

p {
	color: #062066;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 23px;
	z-index: 10;
}

h3 {
	font-weight: bold;
	font-size: 14px;
  color: #062066;
  letter-spacing: 1px;
  margin-bottom: 4px;
  padding-top: 1px;
}

#author {
  color: #C00E24;
}

#profile {
	text-align: right;
	color: #062066;
	font-style: normal;
	padding-top: 2px;
	clear: both;
}

#name {
  font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

#leaf {
  margin-top: 18px;
  margin-left: 225px;
}

em {
	font-style: normal;
	font-weight: bold;
}
