﻿article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary {
display:block;
}


body {
      margin: 0;
      padding: 0;
      background: white url("img_T/black.jpg");
      background-repeat:repeat-x;
}

#body2{ text-align: center;
        padding: 20px 0 10px;
        background: url("img_T/black.jpg");
        background-repeat:repeat-x;
        background-position:left bottom;
}

#wrapper{ 
          margin: 0 auto;
          text-align:left;
          width:820px; 
          background-color: white;
          border: 1px solid gold;
}

#header {
        border: 1px solid black;
        background-color: black;
}
#header p{
	text-align:left;
	margin:0;
	padding:5px;
	font-size: 14px;
}


#header a{
	color:#ffffff;
}


#header h1 {
	text-align:center;
	font-size: 18px;
	margin-top:0; margin-bottom:0; 
	font-weight:bold;
	color:#666666;
}

#header h3 {
	text-align:center;
	font-weight:bold;
	margin-top:0.5%; margin-bottom:0.5%; 
	color:#ffffff;
        font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 20px;
}

#header h4 {
	text-align:center;
	font-size:14px;
	margin-top:0; margin-bottom:3%;
	font-weight:normal;
}

h2 {
	margin:0px;
	margin-top:10px; 
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	clear:both;
}


p {
        text-indent:0em;
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:10px
}

img.left {
        float: left }

img.right {
        float: right }

.kodokai p {
        float: right }

caption {
 	color: #666666;
        font-size:80%;
}



/*フッタ部*/
#footer{
	clear:both;
	text-align:center;
	color: #999999;
	margin-top:20px;
	margin-right:10px ;
	margin-left:10px;
	border-top:1px dotted #ccc;
}
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}











