@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;
	
	zoom:1;

}

html { 
	margin: 0px;
	padding: 0px;
 	font-size: 100%; 

	
	filter: expression(document.execCommand("BackgroundImageCache",false, true));/*IE6背景画像のちらつき*/
}


body {
	margin: 0;
	padding: 0;
	border:0px;
	font-size: 100%;
	background-color: #fff;
	text-align:center;
}

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: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight:normal;
	white-space:normal;	
	font-size: 100%;
}

div,img {
	margin:0;
	padding:0;
	border: 0;
}

ul {
	list-style: none;
}

table, caption, th, td {
	margin: 0;
	padding: 1px 0;/*IE6*/
	/*border: 0;*/
	font-style: normal;
	font-weight: normal;
	font-size: 100%;

	line-height:1.0;
	/*line-height:1.5;*/
}

iframe {
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 1px;
	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: #2E5697;
	text-decoration: underline;
		line-height:1.5;
}

a:visited {
	color: #2E5697;
	text-decoration: underline;
		line-height:1.5;
}

a:hover {
	color: #2E5697;
	text-decoration: none;
		line-height:1.5;
		/*background-color:#FFA92E;*/
}

a:active {
 	color: #2E5697;
 	text-decoration: underline;
		line-height:1.5;
}
