@charset "utf-8";
/* CSS Document */

/* タイトル */
#titleh1{
height: 40px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #cc6600; /* #cc6600 #db5c06 */
}

#titleh1 h1{
padding: 12px 0px 0px 0px;
font-size: 20px;
font-weight: bold;
color: white;
text-align: center;
letter-spacing: 0px;
font-family:Arial, Helvetica, sans-serif;
}

#titleh1 h1 span{
margin-left: 20px;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
}
/* タイトル */