@charset "utf-8";

@media print {
body {
_zoom: 0.75;
}
}
html {
font-size: 100%;
filter: expression(document.execCommand("BackgroundImageCache",false, true));/*IE6背景画像のちらつき*/}



/* reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

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

	display:block;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ul{list-style:none;}

/*----------------------------------------
	ol,ul{
		list-style:none;
		}
----------------------------------------*/	

fieldset,img{
	border:0;
}	
	
select option{
	padding:0 5px;
}	

form label{
	cursor:pointer;
}

body{
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #333;
	background-color: transparent;
	text-align:left;
	height: 100%;
	width:100%;
}
	

/*IE・Firefoxにおける画像の下の3px程の隙間を回避*/
img {
	border: none;
	vertical-align: bottom;
}


/* ブラウザスタイルの初期化 */
/** {
  	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;*/
	/*IE6背景画像のちらつき*/
	/*filter: expression(document.execCommand("BackgroundImageCache",false, true));
}*/
/*
body {
	margin: 0;
	padding: 0;
	border:0px;
	font-size: 100%;
	background-color: #fff;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

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%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

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

form, fieldset, optgroup, option, textarea,
label, legend {
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}

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 {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;}

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;

}

a:active {
 	color: #2E5697;
 	text-decoration: underline;
		line-height:1.5;
}
