@charset "utf-8";


/* ********************************
   reset
******************************** */
body{
margin-top:0;
margin-bottom:0px;
/text-align:center;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,object{
margin:0;
padding:0;
}

img{
border:none;
vertical-align:bottom;
}

ul,li{
list-style:none;
}


/* ********************************
   base, module
******************************** */
#wrapper{
width:980px;
font-family:"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
line-height:1.5;
color:#000;
margin:0 auto;
/text-align:left;
background:#FFF;
}

#topicPath{
margin-top:5px;
margin-bottom:13px;
color:#009afc;
font-size:62%;
}

#contents{
width:980px;
font-size:87%;
}

#contents h2{
margin-bottom:0;
}

.article{
width:920px;
margin:0 auto;
text-align:left;
}

.pagetop{
text-align:right;
margin-bottom:20px;
}

a:link,
a:visited{
color:#0066cb;
text-decoration:underline;
}


/* ********************************
   common
******************************** */
.mb1{
margin-bottom:1em;
}

.mb15{
margin-bottom:1.5em;
}

.center{
text-align:center;
}


/* ********************************
   header
******************************** */
#header{
height:63px;
background:#09f;
}

/* ********************************
   section01
******************************** */
#section01 {
	padding: 0 0 0 15px;
}

#report_area {
    margin-bottom:10px;
    background: url("../images/houkoku/report_bg.jpg") no-repeat scroll left top transparent;
    height: 1070px;
    width: 951px;
}

#report_area_in {
	padding: 30px 30px 30px 47px;
	float: left;
}

#report_area_in p.phot_01 {
    float: left;
}

#report_area_in dl.tit_01 {
    float: left;
	padding: 10px 0 0 18px;
}

#report_area_in dd.tit_space {
    margin-top: 20px;
	margin-bottom: 18px
}

#report_area_in dl.tit_02 {
    float: left;
		width: 622px;
}

#report_area_in span.bule {
    font-weight: bold;
	color: #0099ff;
	font-size: 87%;
}

#report_area_in span.text {
    width: 622px;
	font-size: 87%;
}

#report_area_in span.text02 {
    width: 445px;
	font-size: 87%;
}


.text_area01 p.phot_01 {
    margin-left: 16px;
}

.text_area01 {
	float: left;
}

#report_area_in dd.space {
    margin-top: 15px;
}

#report_area_in dl.tit_03 {
	margin-top: 15px;
    float: left;
	width: 445px;
}
#report_area_in p.osam {
    float: left;
	width: 231px;
}

#report_area_in p.kodomo {
    float: left;
	width: 219px;
	margin-left: 17px;
	margin-bottom: 5px;
}

#report_area_in p.kodomo span {
	color:#333;
	font-size:87%;
}
#report_area_in dd.copytext{
    text-align: right;
	margin-top: 5px;
    font-size: 72%;
}

#report_area_in p.miyagi {
	width:220px;
	padding-top:10px;
	clear:both;
}
#report_area_in p.miyagi span {
	display:inline-block;
	font-size:87%;
}

.text_area02 {
	margin-top: 9px;
	float: left;
	width:460px;
}


.text_area02 p.phot_02 {
    margin-left: 17px;
	float: left;
}

.text_area03 {
	margin-top: 9px;
	float: left;
	width:400px;
}
.text_area03 dl {
	margin-top:15px;
}

.text_area03 dd {
	font-size:87%;
}

.text_area03 p.phot_02 {
    padding-left: 5px;
	margin-top: 25px;
	float: left;
}


.text_area04 {
	width:858px;
	clear:both;
	padding-top:20px;
}
.text_area04 p {
	font-size:87%;
}

/* ********************************
   footer
******************************** */
#footer{
margin-top:0;
clear:left;
position:relative;
width:980px;
height:29px;
background:url(../images/houkoku/foot_bg.gif) no-repeat;
}

ul#footNavi,
#footer p{
position:absolute;
}

ul#footNavi{
left:10px;
top:0;
overflow:auto;
}

ul#footNavi li{
float:left;
margin-right:19px;
line-height:0;
}

#footer p{
right:20px;
top:0;
}



#pnkuzuL{
	text-align:left;
	font-size:8pt;
	color:#0099FF;
	margin:3px 0;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#pnkuzuL a:link { color: #0099ff; }
#pnkuzuL a:visited { color: #0099ff; }
#pnkuzuL a:hover { color: #0099ff; }
#pnkuzuL a:active { color: #0099ff; }


#footer{
	width:980px;
	height:37px;
	background: url(/thanks2011/images/footer.gif) no-repeat;
	clear:both;
	background-color:#0099FF;
	border:medium none;
}
#footer img{
	margin:8px 0 0 10px;
}



/* ********************************
   clearfix
******************************** */
/* IE以外のモダンブラウザ向け */
.cfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* IE7および、Mac：IE5向け */
.cfix{
display:inline-block;
}

/* IE6以前向け */
/* Hides from IE-mac \*/
* html .cfix{
height:1%;
}

.cfix{
display:block;
}

