﻿html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:130%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
	display:block;
}
ul{
	list-style-type:none;
}
body{
	font-size:12px;
	font-family:HelveticaNeue;
	-webkit-text-size-adjust:none;
}
a,a:link,a:visited{
	text-decoration:none;
	color:#000000;
}
section, article, nav {
	margin-bottom:1em;
}
.s{font-size:100%;}

p {
	margin:0px 14px 14px 14px;
}
.clear{
	clear:both;
}
h1{
	text-align:center;
	margin:0px auto;
	height:auto;
	line-height:130%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf2fe));
	padding:11px 0px 11px 0px;
}

nav.totop{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0px;
	background:#ffffff;
}
nav.totop a{
	text-align:left;
	background:url("../images/arrow_totop.png") no-repeat 95% 50%;
	padding:6px 14px;
	display:block;
	font-weight:bold;
}
footer{
	margin:28px 0px 0px 0px;
	background:#e0e0ec;
	text-align:center;
	overflow:hidden;
}
footer dl{
	width:232px;
	margin:12px auto;
	padding-bottom:6px;
	overflow:hidden;
}
footer dt{
	text-align:center;
	float:left;
}
footer dd{
	float:right;
}
footer dd a{
	display:block;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	padding: 8px 6px;
	background: -moz-linear-gradient(center top, #6d7278 0%,#373f47 50%,#2b323b 51%,#434a53 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6d7278),color-stop(0.5, #373f47),color-stop(0.51, #2b323b),color-stop(1, #434a53));
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-moz-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	-ms-box-shadow: 0px 1px 3px rgb(0, 0, 0);
	box-shadow: 0px 1px 3px rgb(0, 0, 0);
}
footer dd a:link,footer dd a:visited{
	font-weight:bold;
	font-size:150%;
	color:#ffffff;
}
footer p{
	clear:both;
}
