*{
	font-family:"Avenir Next", Avenir, "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.chikumaru-h2{
    background:url(/wp-content/themes/heichiku/images/headers/h2.gif) no-repeat;
    margin:20px 0 10px;
    padding: 10px 0 10px 80px;
    height:40px;
    font-size:25px;
    line-height:40px;
}

.chikumaru-h3{
    background:url(/wp-content/themes/heichiku/images/headers/h3.gif) no-repeat;
    margin:20px 0 10px;
    padding: 10px 0 10px 80px;
    height:30px;
    font-size:20px;
    line-height:30px;
}

.chikumaru-h3-2{
    background:url(/wp-content/themes/heichiku/images/headers/h3-2.gif) no-repeat;
    margin:20px 0 10px;
    padding: 10px 0 10px 80px;
    height:30px;
    font-size:20px;
    line-height:30px;
}



table.standard-table{
    border:1px solid #999999;
    border-collapse: collapse;
    
}

table.standard-table th{
    border:1px solid #999999;
    background-color:#D8D8D8;
    font-size:15px;
    padding:3px;
}
table.standard-table td{
    border:1px solid #999999;
    font-size:15px;
    padding:3px;
}


.boxed{
    border:1px solid #CCCCCC;
    padding:15px;
    margin : 10px 0;
}

.boxed-with-bg{
    border:1px solid #CCCCCC;
    padding:15px;
    margin : 10px 0;
    background-color:#d9d9d9;
}
.boxed-with-margin{
    border:1px solid #CCCCCC;
    padding:15px;
    margin : 20px;
}


.breakFloat{
    clear:both;
}
.clearFloat{
    clear:both;
}