﻿@charset "utf-8";
/* ---------------------------------------------------
リセットスタイル
--------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, oi, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

li {
	list-style-type: none;
}

ins {
	text-decoration: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}

/* ---------------------------------------------------
link text color：リンクテキスト色
--------------------------------------------------- */
/* 20150321 static ページの共通CSSへ統一
a:link {
	color: #6A6A6A;
	text-decoration:underline;
}
a:hover {
	color: #FD3301;
	text-decoration: none;
}
a:visited {
	color: #6A6A6A;
	text-decoration: underline;
}
a:visited:hover {
	color: #FD3301;
	text-decoration: none;
}
*/
/* ---------------------------------------------------
common class：共通クラス
--------------------------------------------------- */
.clear{clear:both;}
