@charset "utf-8";


p,h1,h2,h3,h4,h5,img,a,ul,li,div{
    margin:0px;
    padding:0px;
    border:0px;
}
body {
    width: 270px;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kalu Gthic Pro", Osaka;
}
#iframe {
	width: 270px;
	padding-left: 0px;
}
.clear{
    clear:both;
}


.topic{
    background-image: url(../img/pct_iframe_dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
    padding-bottom: 11px;
	margin-bottom: 15px;
}
h5{
	font-size:12px;
	color:#777777;
	background-image:url(../img/icon_dot_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 0px;
}
p{
	font-size:12px;
	color:#777777;
	padding-left: 0px;
	line-height: 1.3em;
}


#iframe span {
	float: left;
	width: 200px;
}
#iframe img {
	float: right;
}
.blue{
 color:#7290A5;
 }