@charset "UTF-8";

/*----------------------------------------------------------
リセットスタイル
------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

address {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

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

q:before, q:after {
	content:'';
}

/* ボタンクリック時の点線を消去(Firefox)*/
input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner {
	border: 0;
}

/* スクロールバーを常に表示させる */
html {
	overflow-y: scroll;
}

/* リンク設定 */
a:link, a:visited {
	color: #c0af56;
	text-decoration: none;
}

a:hover {
	color: #c0af56;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.kaijo{
    clear:left;
}

.spc{
	width:100%;
	height:1px;
	clear:left;
}

.spc5{
	width:100%;
	height:5px;
	clear:left;
}

.spc10{
	width:100%;
	height:10px;
	clear:left;
}

