@charset "utf-8";

/* ブラウザスタイルの初期化 */
* {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.0;
	font-weight:normal;
	word-break:break-all;
	word-wrap:break-word;

}

html { 
	margin: 0px;
	padding: 0px;
 	font-size: 100%; 
	text-align:center;
}

body {
	margin: 0;
	padding: 0;
	border:0px;
	color: #333;
	font-size: 100%;
	background: #fff;
	text-align:left;
}

h1,h2,h3,h4,h5,h6,address{
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
  white-space:normal;
	font-size: 100%;

	display:block;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-style: normal;
	font-weight:normal;
	white-space:normal;	
	font-size: 100%;
}

div,img {
	margin:0px;
	padding:0px;
	border: 0;
}

ul {
	list-style: none;
}

table, caption, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

iframe {
	padding: 0px;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	/*text-align: right;*/
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
}


/* リンクテキスト (a) */
a:link {
	color: #660000;
	text-decoration: none;
}

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

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

a:active {
 	color: #663333;
 	text-decoration: underline;
}
