.size1   { font-size: 9px;}
.size2  { font-size: 10px;}
.size3  { font-size: 12px;}
.size4  { font-size: 14px;}
.size5  { font-size: 18px;}
.size6  { font-size: 24px;}
.size7  { font-size: 36px;}
body   { color: #666; font-size: 12px; background-color: white; margin: 0px; padding: 0px;}
h1  { font-size: 24px;}
h2  { font-size: 18px;}
h3  { color:#fff; ccfont-size: 14px;}
h4  { font-size: 13px;}
h5  { font-size: 10px;}
h6  { font-size: 9px;}
td  { font-size: 12px;}
a:link { color: #f69 }
a:visited { color: #3c9 }
a:active { color: #fc3 }
a:hover { color: #fc3 }


/*-- パンくずリスト --*/
.pan ul {   
    float:left;   
}   
.pan li {   
    float:left;   
    line-height:110%;   
    list-style-type:none;
	padding:10px 0;   
}   
.pan li a {   
    margin-right:5px;   
    padding-right:10px;   
    background-image:url(../image/pan.gif);
	background-repeat:no-repeat;
	background-position:right center;   
}

.pan li.cu a{
	background-image:none;
}

