@charset "UTF-8";

.img_left{
	float: left;
	padding: 5px;
}

img{
        margin : 5px 10px 5px 5px;
        vertical-align : middle;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	}
li{
  vertical-align : 2em;
  list-style-type : none;
}
ol{
  margin-left : 0px;
}

a.p:hover {
    position: relative;
    text-decoration: none;
}
a.p span {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}
a.p:hover span {
    border: none;
    display: block;
    width: 210px;
}

h2:first-letter {
  font-size: 1.3em;
  color: #e8380d;
}
h2{
	color: #0078c7;
 	margin-left: 0.5em;
	margin-bottom:0.5em;
	border-bottom: 2px double #e8380d;
}

h3{
	background-color : rgb(0, 204, 204);
	color: #ffffff;
	font-weight: bold;
	padding-left: 1em;
}
