@import url(reset.css);


a:link {
	color:#1F539C;
}

a:visited {
	color:#740499;
}

h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
}

h1 em,
h2 em,
h3 em,
a em {
	text-indent:-9999px;
	font-size:3px;
	visibility:hidden;
	display:block;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.ieClear {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	width:99%;
}

/*テンプレート*/
body {
	padding:0px;
	margin:0px;
	text-align:center;
	line-height:140%;
	font-size:80%;
	color:#555;
}

#contents{
width:744px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align:left;
}

.header{
width:744px;
height:85px;
background:url(../img_new/header.jpg) no-repeat 0px 0px;
margin:0 0 1px 0;
}

.header h1,
.header a{
margin:0px;
display:block;
width:744px;
height:85px;
}

.header span{
position:absolute;
top:-9999px;
}


#footer {
	width:744px;
	font-size:80%;
	text-align:center;
	border-top:1px dotted #ccc;
	padding-top:6px;
	margin:10px auto 0px;
	clear:both;
}

a.pdf {
	background:url(img/pdf.gif) no-repeat 0 50%;
	padding:2px 0 2px 20px;
}