*{ margin:0; padding:0; }
h2 {
	font-family: "ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3";
	font-size: 0.8em;
	color: #000;
	line-height: 100%;
}
h1 {
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3";
	font-size: 1.5em;
	color: #000;
	line-height: 100%;
	margin-top: 0em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
}
h3 {
	font-weight: normal;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1em;
	color: #000;
	line-height: 130%;
	border: 1px dashed #000000;
	padding: 0.8em;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
h2 {
	font-family: "ＭＳ Ｐゴシック","ゴシック","ヒラギノ明朝 Pro W3";
	font-size: 1.5em;
	color: #000;
	line-height: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3";
	font-size: 1.0em;
	color: #000;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 2em;
}

body {
	background-color: #fff;
	color: #000;
}
#header {
	background-color: #fff;
	text-align: center;
	padding-top: 1.5em;
	font-size: 22px;
	margin-bottom: 1em;
}

@media handheld, only screen and (min-width: 768px) {
	.container {
	  padding-right: 20%; /* hayashi kaechatta. 20px deshita */
	  padding-left: 20%; /* hayashi kaechatta. 20px deshita */
	}
}

img.gazou {
 display: block;
 margin-left: auto;
 margin-right: auto;
margin-bottom: 3em;
}

ul {
	list-style-type: square;
	margin-left: 1.5em;
}
li {
	font-size:1em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 180%;
	margin-left: 1.5em;
}

table {
	margin-left: 2em;
	margin-bottom: 2em;
	background: #f3fbff;
	border: 2px skyblue dashed;
}
td {
	font-family: "ＭＳ Ｐゴシック","ゴシック","ヒラギノ明朝 Pro W3";
	font-size: 1em;
	line-height: 100%;
	padding: 0.3em;
}


#footer {
	clear: both;
	background-color: #fff;
	text-align: right;
	font-size:0.8em;
	margin-bottom:3em;
}


p {
	font-size:1em;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 180%;
	margin-bottom: 1.5em;
}

i {
	font-weight: bold;
}

img { margin-top:10px; margin-bottom:20px;}

hr {
	margin-top:1em;
	margin-bottom:1em;
}

a {
	text-decoration: none;
	color: #00b;
}
a:visited{
	color: #00b;
}
a:hover { 
color:#05f;
}

#footer a { text-decoration:none; color:#666666; }
#footer a:hover { color:red; }
