@charset "utf-8";

/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,input,textarea,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}

*{
	margin:0;
	border:0;
}

body{
	background: #FAFAFA;
}

#wrapper{
	width:960px;
	margin:auto;
	background: url(image/bg.jpg) repeat-y;
	overflow: auto;
}

#content{
	width:950px;
	margin:auto;
	padding:0;
}#footer {
	background: #4939D7;
	height: 70px;
	width: 950px;
	font-size: 75%;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	margin: auto;
}
#footer p {
	line-height: 150%;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}


.a {
	width:296px;
	height:136px;
	background-image:url(image/fatop_03.jpg);
	
}
.b{
	padding-top:14px;
	padding-left:10px;
	font-size:18px;
}

.c{
	margin-top:26px;
}

input {
font-size: 20px;
}