@charset "euc-jp";
/*-----------------------------------------------

File Name:	default.css
Style Info:	スタイルリセット＋基本設定

-----------------------------------------------*/
/*-----------------------------------------------
スタイルリセット
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal;}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption,th{ text-align:left;}
object,embed{ vertical-align:top;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
img,abbr,acronym,fieldset{
	border: none;
	text-align: center;
}
ul,ol{ list-style-type:none;}
/*-----------------------------------------------
基本設定
-----------------------------------------------*/
body{
	background: #FFF;
	border-top: 4px solid #4EAEF5;
	color: #000;
	text-align: center;
	/*font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;*/
	line-height: 1.5;
	padding-top: 5px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
}
body p{word-break:break-all;}
body table{word-break:break-all;}
a:hover{ color:#00C; text-decoration:none;}
a:visited{ color:#663366; text-decoration:underline;}
a{ color:#006CB0;}
