
body {
    background-color: #f7f7f7;
}
/* リンク定義 */
a {
	color: #1a0dab;
	text-decoration: none;
}
h1 {
    margin: 0;
	padding: 0;
}
h2,h3 {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom-width: thin;
	border-left-width: 15px;
	padding: 2px 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #009933;
	border-top-style: none;
	border-right-style: none;
}
.text {
   font-family: fot-matisse-pron, sans-serif;
    color: #333333;
   font-weight: 500;
   margin: 15px;
   font-style: normal;
	line-height: 180%;
    
}
li {
   font-family: fot-matisse-pron, sans-serif;
    color: #333333;
   font-weight: 500;
   font-style: normal;

}
img {
    margin: 0;
	padding: 0;
}
a:hover {
	color: #cc3434;
	text-decoration: underline;
}
a:visited {
    color: #660099;
}

#container{
  width: 1000px;
  margin:0 auto; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

/*  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .3);*/
  background-color: #FCFCFC;
}
#copyright {
	background-color:#009933;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	margin: 0px;
	padding: 2px 4px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
