@charset "UTF-8"; 


/* -- common -------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,div,p,dl,li,a,th,td,caption,label{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	line-height: 1.4;
}

ol,ul{
	list-style: none;
}

caption,th {
	 text-align: left;
}

img{
	border: 0;
	vertical-align: bottom;
}

a{
	text-decoration: underline;
	overflow: hidden;
}



/* -- link ------------------------------- */
a:link{
	color: #111;
	text-decoration: none;
}

a:visited{
	color: #111;
	text-decoration: none;
}

a:hover{
	color: #111;
	text-decoration: underline;
}



/* -- footer ------------------------------- */

#footer{
	clear: both;
}

	address{
		padding: 10px 0 0;
        text-align: center;
	}

	address,
	address a{
		font-size: 12px;
        /*font-weight: bold;*/
		color: #111;
	}


