@charset "utf-8";

/*==================================================
  Universal Reset
  Default Style
==================================================*/


/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,del,ins,em,img,hr,q,strong,sub,sup,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
}

ul,ol{
list-style:none;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

img{
border:0;
vertical-align:bottom;
}

dt{
font-weight:normal;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

textarea{
font-size:1em;
}

/*--------------------------------------------------
  Default Style
--------------------------------------------------*/
body{
font-size:100.01%;
color:#333;
}

em{
font-weight:bold;
}

strong{
font-weight:bold;
}

/* 201009 Edit linkColor */
a,
a:link{
/*color:#1155D3;*/
color:#2166e7;
text-decoration:underline;
}

a:visited{
color:#3e4d98;
text-decoration:underline;
}

a:hover,
a:active,
a:focus{
/*color:#3188D3;*/
color:#3baae4;
text-decoration:none;
}

p,ul,ol,dl,table{
/*margin-bottom:0.83em;*/
	margin-bottom: 0;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}


object,
embed {
outline:none;
}
/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
div,ul,li,dl,dt,dd,p{
zoom:1;
}

ul li,
ol li{
zoom:normal;
}









body { font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka; font-size: 12px; line-height: 130%;
 }
#container{
	margin:0 auto;
	width:950px;
	text-align:center;
}
#contents{
	margin:10px auto;
}
#header{
	border-bottom: 1px solid rgb(153, 153, 153);
	text-align:left;
	padding:10px 0 10px 8px;
}
#footer {
	padding: 10px 0px;
	border-top: 1px solid rgb(153, 153, 153);
	text-align: center;
	font-size: 14px;
}
	.copyright {
		padding: 10px 0;
	}
