/* The Style Sheet of My Document */

@charset "Shift_JIS";
/* CSS Document */


body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	margin:0px auto;
	padding:0 30px 0 30px;
	font-size:84%;
	line-height:135%;
	color:#593e30;
}


img{ border:0px;}/* イメージボーダー指定 */

A:link {color: #2f4f4f; text-decoration: none}
A:visited {color:#333333; text-decoration: none}
A:active {color:#483d8b; text-decoration: none}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#999999;
}

/*↓pやh1後の隙間なくす（padding …［上］と［右］と［下］と［左］）*/
h1 { margin-top: 0; margin-bottom: 0 }
h2 { margin-top: 0; margin-bottom: 0 }
p { margin-top: 0; margin-bottom: 0 }

h1 {
    margin: 0;
    padding: 0px 0 0px 0px;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size : 20pt ; 
	line-height:130%;
}

h2 {
    margin: 0;
    padding: 0px 0 0px 0px;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size : 18pt ; 
	line-height:130%;
}

h3 {
    margin: 0;
    padding: 0px 0 0px 0px;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size : 13pt ; 
	line-height:130%;
}


p.waku1{
  padding: 3px 3px 3px 3px;
  margin: 0px 0 10px 0;
　border-width:5px;
  border-style:groove none groove none;
}


p.green {
	text-indent: 0.5em; /*段落・行頭を右にずらす*/
    border-left: solid 6px #006633;
    color: #333300;
}

p.green2 {
	text-indent: 0.5em; /*段落・行頭を右にずらす*/
    border-left: solid 6px #006633;
    color: #333300;
    background-color: #99cc00;
}

p.blue {
	text-indent: 0.5em; /*段落・行頭を右にずらす*/
    border-left: solid 6px #003366;
    color: #333333;
}

p.red {
	text-indent: 0.5em;
    border-left: solid 6px #800000;
    color: #800000;
}

p.midashi {
	margin: 0px 0 5px 0;
	font-weight: bold;
	text-decoration: underline;
	font-size: 120%;
}

td.space {margin:0px;padding:20px;border-collapse:collapse;}


