﻿@charset="utf-8" ;
/*--------jawan.css------------*/
html{
	margin-top: 4px;
	background-color: #F0F0F0;
	text-align: center;
}
body {
	margin:0 auto;
	line-height: 175%;
	text-align: center;
	max-width: 532px;
	width:100%;
	background-color: white;
	font-family:"BIZ UDPMincho","HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
}
h1,h2,h3{
	font-family: "BIZ UDPGothic",Meiryo,"Hiragino Sans",sans-serif;
}
header img{
	width:100%;
	max-width:532px;
	height:44px;
}


article {
	text-align:left;
}
.font18{
	font-size:18pt;
}
.font16{
	font-size:16pt;
	margin-bottom:0.5em;
}

article img {
	width:100%;
}
.w100{
	width:100%;
}
p.top{
	margin: -0.5em 0 -0.5em 1em;
	color:  blue;
}
#h0{
	text-align: left;
	font-size: 100%;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: -0.5em;
	color: #00c;
}

h1 {
	margin: 0 0 0.5em 0;
	color: #369;
	line-height: 130%;
	text-align: center;
	font-size: 20pt;
	text-shadow: 1px 1px 3px gray;
}
h1 u{
	text-decoration: none ;
	font-size:12pt;
}

#h1sub{
	margin: 0.5em 0;
	color:  #38c;
	text-align: center;
	font-size: 16pt;
	line-height : 130%;
}
span.writer {
	font-size: 13pt;
	font-weight: bold;
	color: teal;
	margin-right: 1em;
	margin-left:1em;
}
span.shozoku {
	padding: 0px;
	color: teal;
	font-weight: bold;
	margin-right: 0em;
}
span.notes {
	font-size: 90%;
	color: gray;
}
span.dot {
	color: blue;
	font-weight: bold;
}

h2{
	border:3px double red;
	background-color:#ffe;
	padding:0.5em 0.4em;
	font-size:17pt;
	border-radius:0.5em;
	margin-top:2em;
}
h3 {
	text-align: left;
	margin-left: 1em;
	font-size: 115%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #070;
}
h4{
	margin: 1em 0 0.2em 2em;
	text-align: left;
	color: #049;
	font-size:110%;
}

p {
 	text-indent: 0.3em;
	text-align: left;
	margin: 0 1em 0 1em;
}
p.right{
	text-align:right;
}
p.center{
	text-align:center;
}
figure{
	margin-left:0;
	width:100%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-size : 95%;
	line-height : 115%;
	color : maroon;
	text-align:left;
}

figcaption.center {
	text-align:center;
}
figcaption {
	text-align:left;
	margin-left:0.4em;
}

figure img {

}

aside{
	margin:1em 0;
}
aside p{
 	text-indent: -1.5em;
	margin:0 1em 0 3em;
	color:#400;
}
p.center{
 	text-indent: 0;
	text-align:center;
}
.floatright{
	float:right;
	margin:0.2em 1em;
} 
div.boke {
	display: inline-block;
	position: relative;
}
div.boke:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}


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

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

div.comment {
	padding: 16px;
	border: 2px green solid;
	width: 100%;
	right: auto;
	left: auto;
	background-color: #EFE;
	color: #008000;
}

div.info{
	border-radius:20px;
	border:solid 4px #bbf;
	box-shadow:0 0 6px #0ff;
	background-color: #fffffa;
	padding:1em 0;
	margin:1em ;
}

.blur, .blur > img {
	border-radius:50px;
	border: 4px white solid;
 	margin: 0; padding: 0;
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 20px 20px #fff;
    content: " ";
}
img.pic200 {
	width: 200px;
}

div.sama{
		text-align:left;
		margin-left:1em;
		font-size:110%;
}



footer{
	background-color: #f8f8f8;
}

i{
	color:blue;
	margin-right:0.2em;
	margin-left:-1.5em;
	font-style: normal;
	font-weight: bold;
}

table {
	border-collapse:collapse;
	margin:0.5em 1em;
}

#t4 th,#t4 td{

}
#t4 th{
	text-align:right;
	vertical-align:top;
	width:3.5em;
}

#プログラム p{
	text-indent: -1em;
	margin-left:2em;
	color:#000;
	margin-bottom:0.5em;
}
#リスト p{
	text-indent: -1em;
	margin-left:3em;
	color:#600;
	margin-bottom:0.5em;
}

figure.center figcaption{
	text-align:center;
}
