﻿@charset "UTF-8";


/* ブラウザスタイルの初期化 */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset {
	margin: 0;
	padding: 0;
}
pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
th,td {
	vertical-align: top;
}

/* デフォルトのフォントスタイル */

body {
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small;	/* IE7 */
	*font: x-small; /* IE 6以下 */
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color:#fff;
	color: #222;
	font-weight: normal;
	font-style: normal;
	line-height:1.4;
}
select,input,textarea,button {
	font-size: 99%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

/* 〜IE6 */
* html button {
	font-size: 100%;
	line-height: 1.1;
}
/* IE7 */
*:first-child+html button {
	font-size: 100%;
	line-height: 1.1;
}

/* リンクテキスト (a) */
a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#670099;
	text-decoration:none;
}
a:hover,a:active{
	color:#0056ff;
	text-decoration:underline;
}

