h1,h2 {
margin: 0;
padding: 0;
}

#main-title p {
margin: 0;
padding: 0;
text-align: left;
height:30px;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: center left;
}

#sub-title h1 {
height:40px;
text-indent: -9999px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
}

p.kiminonawa {
background: url(../img/proglogo-kimi.gif) ;
background-color: #f00;
}

h2 {
margin: 10px 0 0 0;
border-bottom: 1px solid #060;
color: #060;
background: #fff;
font-size: medium;
	*font-size: small;
font-weight: bold;
text-align: left;
}

@media screen and (max-width:480px) {
#sub-title h1 {
height:30px;
-moz-background-size:95% 80%;
background-size:95% 80%;
}
}

