@charset "utf-8";

/* ブラウザスタイルの初期匁E*/
* {
}

html { 
	margin: 0px;
	padding: 0px;
 	font-size: 100%; 
	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 {
	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%;
}

hr {
	height: 1px;
	border: none;
	clear:both;
	margin:5px 0 3px 0;
	background-image: url(../images/common/dot-x.gif);
	background-repeat: repeat-x;
	color: #d9e7d1;
	background-color: #d9e7d1;
}



/* リンクチE��スチE(a) */
a:link {
	color:#333333;
	text-decoration: none;
}

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

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

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

img {
	vertical-align:bottom;
	/*margin:0px;
	padding:0px;
	border: 0;*/
}
