
<meta http-equiv="Content-Style-Type" content="text/css">


 
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address{
     margin : 0;
     padding : 0;
     }



BODY{background-image:url("");
     background-repeat:repeat;
     background-position: right top;
     background-color: #333333;
     }




BODY, TD, TH {
    font-variant: small-caps;
    font-size: 11px;
    margin : 0;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
    }



 
hr {
    margin: 5px 0px 10px 0px;
    height: 1px;
    border-color: #777777;
    border-style: dotted;
    }


 

h3 {
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    border-bottom-color: #777777;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    }


 
h4 {
    font-size: 13px;
    margin: 0px 0px 15px 0px;
    color: #ddddd;
    border-bottom-color: #777777;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    }

 
 
h5 {
    font-size: 11px;
    margin: 0px 0px 10px 0px;
    color: #008877;
    }


 
h6 {
    font-size: 9px;
    margin: 0px 0px 10px 0px;
    color: #008877;
    }



body {
scrollbar-track-color:#000000;
scrollbar-face-color:#000000;
scrollbar-shadow-color:#444444;
scrollbar-darkshadow-color:#444444;
scrollbar-highlight-color:#444444;
scrollbar-3dlight-color:#444444;
}



A { 
   text-decoration: none; 
   color: #008877;
   }


/*サムネイルリンク--*/
.thumbLink {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px;
    width: 125px;
    height: 125px;
    border: 1px solid #333333;
	border-radius: 25px;
	-moz-border-radius: 25px;    /* Firefox */
	-webkit-border-radius: 25px; /* Safari,Chrome */
	text-align: center;
	padding: 0px;
	z-index: 1;
}
.thumbBox{
	margin: 10px;
    width: 125px;
    height: 125px;
	position: relative;
	float:left;
}	
.thumbTitle {
	color:#CCC;
	text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

.clear {
	clear:both;
	}  
.clear hr {
	display:none;
	}  
/*--サムネイルリンク*/


.thumb150 {
	width: 125px;
	height: 125px;
	margin: 5px;
	border: 1px solid #333333;
	border-radius: 30px;
	-moz-border-radius: 30px;    /* Firefox */
	-webkit-border-radius: 30px; /* Safari,Chrome */
}


.thumb180 {
	width: 180px;
	height: 180px;
	margin: 10px;
	border: 1px solid #333333;
	border-radius: 30px;
	-moz-border-radius: 30px;    /* Firefox */
	-webkit-border-radius: 30px; /* Safari,Chrome */
}


