﻿@charset "utf-8";

/* IT HIROSHIMA */
#ithiroshima {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 20px;
}
#ithiroshima h2 {
    margin-bottom: 5px;
	border-bottom: 3px solid #cc0000;
}
#ithiroshima h2 span {
    font-size: 15px;
}
#ithiroshima h3 {
    margin-bottom: 10px;
}
#ithiroshima p {
    margin-bottom: 10px;
}
p#goIth {
    margin: 20px 0 50px;;
    padding: 10px 0 0;
    border-top: 1px dashed #cccccc;
    text-align: right;
}

