/*-----reset css---*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
		border-collapse:collapse; border-spacing:0;
}
img{
	border:0;
	vertical-align:bottom;
}




/*================================================================

熱中症対策特集用ＣＳＳ

=================================================================*/

html { 
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 80%;
}

#clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}


a:link,
a:visited{
	color: #005fc3;
	text-decoration: none;
}

a:hover{
	color: #6296ca;
	text-decoration: none;
}





/*ヘッダー
--------------------------------------*/
#head{
	width:900px;
	height:77px;
	padding: 10px 20px 0;
	margin: 0 auto;
}

#head table{
	font-size: 80%;
    text-align:left;
}

#head td{
	font-size: 80%;
}
#head .close{
	background-image:url(../../common/img/close.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 10px;
}
#head a:link{
	color: #666666;
	text-decoration: none;
}
#head a:visited{
	color: #666666;
	text-decoration: none;
}
#head a:hover{
	color: #3399CC;
	text-decoration: underline;
}






/*フッター
--------------------------------------*/
#bottomwrap{
	width:100%;
	background:url(../../img/bg.jpg) center repeat-x;
	padding-top:30px;
	padding-bottom:30px;
}




