body{
    background-color: #b0b0b0;
}

#contents{
    width: 882px;
    margin: 0 auto;
    background-color: #fde2cf;
/*  border: solid 1px #0000ff; */
}
#header{
    width: 870px;
    height: 200px;
    background-color: #6a1b14;
    border: solid 5px #fde2cf; 
}
#logo0{
    float: left;
    width: 180px;
    margin: 20px 20px 0px 20px;
/*    background-color: #fcd338;  */
    background-image: url("img/gold_1.jpg");
    border-radius: 0px 0px 87px 87px; 
/*    border: solid 5px #9a4b44; */
    border-top: solid 5px #ba5b54;
    border-left: solid 5px #ba5b54;
    border-right: solid 5px #9a4b44;
    border-bottom: solid 5px #9a4b44; 
}
#meisyo{
    margin-top: 40px;
    color: #fcd338; 
    float: left;
    font-size: 330%;
    font-family: cursive;
text-shadow: 0px 1px 0px #111111, 0px -1px 0px #ffffff;
/*    border: solid 1px #0000ff; */
}
#catch{
    margin-top: 40px;
    padding-right: 20px;
    float: left;
    width: 600px;
    color: white;
    text-align: right;
    line-height: 150%;
/*    border: solid 1px #ffff00; */
}
#pank{
    width: 880px;
    margin: 0 auto;
/*    border: solid 1px #ff0000; */ 
}
#pank ul{
    display: inline-block;
    list-style: none;
}
#pank li{
    display: inline-block;
}
#pank li a{
    text-decoration: none;
}
#pank li a:hover{
    text-decoration: underline;
}

#navi{
    margin-top: -30px;
    float: right;
    width:660px; 
/*    border: solid 1px #ff0000; */  
}
#navi ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navi li { 
    width:106px; 
    float:left; 
    padding:0; 
    margin:0; 
    text-align:center;
    border-right: solid 1px #fde2cf; 
} 
#navi li a { 
    color:#fff; 
    font-size:14px; 
    font-weight:bold;  
    padding:10px 0; 
    text-decoration:none; 
    text-shadow:0 -1px 0px #333,0 1px 0px #555;
    display:block; 
    background:#6a1b14; 
} 
#navi li a:hover { 
    background: #c2d731; 
} 
#navi li:first-child a{ 
    border-radius:5px 0 0 5px; 
} 
#navi li:last-child a{ 
    border-radius:0 5px 5px 0; 
}

/* サイドバー */
div#sidebar	{width: 160px;
	margin-left: 10px;
	float: left}
div#sidebar h2	{margin: 0;
	padding: 10px 10px 10px;
	background-color: #6a1b14;
	font-size: 14pt;
	color: #ffffff}
ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	padding-left: 0;
	line-height: 0}
ul.sidemenu li	{list-style-type: none}
ul.sidemenu li a	{display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	color: #6a1b14;
	font-size: 12pt;
	background-color: transparent;
	border-bottom: solid 1px #6a1b14;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #c2d731}


#main0{
    width: 690px;
    float: right;
/*    border: solid 1px #00ffff; */
}
#main1{
    width: 685px;
    line-height: 150%;
/*    border: solid 1px #00ffff; */
}
#main1 h2{
    margin-top: 0px;
    padding: 10px;
    font-size: 20px;
    color: white;
    background-image: url("img/tb1.jpg");
    background-size: contain;
/*    background-color: #6a1b14;  */
}
#main1 a{
    text-decoration: none;    
}
#main1 a:hover{
    text-decoration: underline;
}
#main2{
    width: 685px;
/*    border: solid 1px #00ffff; */
}
#main2 h2{
    margin-top: 0px;
    padding: 10px;
    font-size: 20px;
    background-color: #e0e0e0;
}
#main2 a{
    text-decoration: none;    
}
#main2 a:hover{
    text-decoration: underline;
}
#main2 img{
   width: 620px;
   border: solid 3px #e0e0e0;
}
#foot{
    margin-top: 20px;
    width: 880px;
    color: white;
    text-align: center;
    line-height: 150%;
    background-color: #6a1b14;
/*    border: solid 1px #ff0000; */
}
#foot a{
    color: #ffffff;
    text-decoration: none;
}
#foot a:hover{
    text-decoration: underline;
}
#clear{
    clear: both;
}
