.mainphoto {
    display:block;
}

.caption {
    font:0.7em;
    line-height:1.5em;
    margin-left:65%;
}

p.awork{
    float:left;
    margin:0 17px;
    width:280px;
    border-bottom:solid 1px gray;
    margin-top:2em;
}

p.awork a{
    display:block;
    width100%;
    height:80px;
    text-align:right;
}

.title {
    display:block;
    float:left;
    margin-left:1em;
}

.count {
    color:silver;
}

#contentsbox img{
    border:none;
}


a:link			{ color: gray; text-decoration: none; background-color:none;}
a:visited		{ color: gray; text-decoration: none; background-color:none; }
a:active		{ color: white; text-decoration: none; background-color:silver;}
a:hover		{ color: white; text-decoration: underline; background-color:silver;}

.awork:link			{ color: gray; text-decoration: none; background-color:none;}
.awork:visited		{ color: gray; text-decoration: none; background-color:none; }
.awork:active,
    .count:active		{ color: white; text-decoration: none; background-color:silver;}
.awork:hover
    .count:hover		{ color: white; text-decoration: underline; background-color:silver;}

.caption{
    font-size:0.7em;
}

.thumbmenu{
    float:right;
    margin:2.3em 1.7em;
    margin-bottom:0;
}

a img {
    border-style:none;
}

.thumbmenu a{
    //display:block;
    color:white;
    text-decoration: none;
    //border:0px solid red;
    margin-left:0.7em;
}


.submenu{
    float:right;
    margin:3em 0;
    margin-bottom:0;
}

.submenu li {
    margin-left:1em;
    font-size:0.9em;
    line-height:1.5em;
}

.submenu a {
    padding:0 0.5em;
}



.submenu a:hover{text-decoration: none;}
