﻿@charset="Shift-jis" ;
/*--------jawan.css------------*/
body {
	margin-top: 4px;
	background-color: #F0F0F0;
	text-align: center;
}
div.main {
	margin-right: auto;
	margin-left: auto;
	line-height: 175%;
	text-align: center;
	width: 532px;
	background-color: white;
}
h1 {
	margin: 12px 0px;
	color: #369;
	line-height: 130%;
	text-align: center;
	font-size: 20pt;
	font-family: "HGP明朝E","ＭＳ Ｐ明朝";
	text-shadow: 2px 2px 3px gray;
}
h1.subtitle {
	font-size: 16pt;
}
h2 {
	margin: 0.5em 1em;
	color: #369;
	text-align: center;
	font-size: 16pt;
	line-height : 130%;
}
h3 {
	text-align: left;
	margin-left: 1.5em;
	font-size: 110%;
	margin-bottom: 0pt;
	margin-top: 1em;
	color: #070;
}
p {
	text-align: left;
	margin-left: 1.5em;
	margin-top: 8px;
	margin-right: 1em;
}
div.caption {
	margin-top: 8px;
	text-align: center;
	font-size : 95%;
	line-height : 130%;
	color : maroon;
	margin-bottom: 1em;
}
div.captionleft {
	margin: 8px 0.5em 1em 1em;
	text-align: left;
	font-size : 95%;
	line-height : 130%;
	color : maroon;
}

div.right {
	text-align: right;
	margin-right: 1em;
}
/* ----- img ------*/
img.line {
	margin: 3px 0px 1em 0px;
}
img {
	border: 0px;
}
img.pic {
	width: 532px;
}
img.maru_a {
	position: relative;
	top: 7px;
}
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;
}
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 3px gray ;
}

.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;
}
