@charset "utf-8";

/* -----------------------------------------------
 * ブラウザ解釈値リセット＆設定ファイル
 *
 * Author     : sue
 * LastUpdate : 09/06/11
----------------------------------------------- */

/* ----------------------------------------------
 * リセット
---------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, pre, code, form, fieldset, input, textarea,
p, blockquote, table, th, td { 
	margin: 0;
	padding: 0;
}

address, caption,
cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */
html {
	min-width: 760px; /* Mozillaのみ */
}

body {
	margin: 0;
	padding: 0;
	color: #404040;
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;/* default@font-size: 13px; */
	/*font-size: small;
	font: x-small;*/
	text-align: center; /* box centering */
	background: #ffffff;
}

/* ----------------------------------------------
 * 一般的なパラメーターの設定
---------------------------------------------- */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;/* base line height */
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption,th {
	text-align: left;
}

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

p {
	margin-bottom: 1em;
	line-height: 1.4;
}

li {
	list-style: none;
}

table {
	font-size:inherit;
	font:100%;
}

acronym,abbr {
	cursor: help;
}

hr {
	height: 1px;
	color: #cccccc;
	border: 0;
	background: #cccccc;
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
	color: #00A5DE;

	#text-decoration: none;
}
a:visited {
	color: #FF6633;
	#text-decoration: none;
}

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

a:active {
	color: #FF6633;
	#color: #4f4f4f;
}