﻿@charset="utf-8" ;
body {
	margin-top: 4px;
	background-color: #ddd;
	text-align: center;
	font-family:"BIZ UDPGothic", Meiryo,sans-serif;
	width:100%;
}
main{
	max-width: 600px;
	width:100%;
	margin:0 auto;
}
header{
	width:100%;
}
header img{
	width:100%;

}
article {
	line-height: 150%;
	text-align: center;
	background-color: #fff;
	padding:0.5em 2em;
}
#title1{
	font-weight:bold;
	text-align:left;
}
#title2{
	font-size:16pt;
	
}
#title3{
	margin-top:1em;
	font-size:18pt;
	color:green;
}
h1 {
	margin: 22px 0px;
	color: red;
	line-height: 120%;
	text-align: center;
	font-size: 20pt;
	text-shadow: 2px 2px 3px gray;
}
#h1sub{
	font-size:14pt;
	text-decoration: none;
	font-style: normal;
}
h1.subtitle {
	font-size: 16pt;
}

#msg{
	font-size:120%;
	font-wait:bold;
}

p {
	text-align: left;
}

div.right {
	text-align: right;
	margin-right: 1em;
}

img.line {
	margin: 3px 0px 1em 0px;
}

img {
	border: 0px;
}

img.maru_a {
	position: relative;
	top: 7px;
}

table{
	width:100%;
	border:5px solid #f0f0f0;
	border-collapse:collapse;
}
#日付{
	font-size:150%;
}
article img{
	margin-top:1em;
	width:80%;
}
th	{
	text-align: left;
	color: Teal;
	width:4em;
	padding: 0 0.5em;
	border: 2px solid #eee;
	vertical-align: top;
}

td{
	text-align: left;
	border:2px solid #eee;
	padding:0 0.5em;
}

a	 {
	color: #00A; 
	padding:0px 0px; border:0; 
	text-decoration:underline ; 
 }
a:link 	{background-color: #FFFEFF; }
a:visited	{ background-color: #FDFDFD;}
a:active	 {background-color: #FFFDFD;}
a:hover	{
	color: #F00; 
	 background-color: #fff0f8;
}

footer a{
	margin-left:1em;
}
#メール{
	position:relative;
	top:4px;
	height:24px;
	width:200px;
}

