@charset "UTF-8";

/*ブラウザごとの差異を要素ごとにリセットする*/
/*軽くリセット、リセットしない要素はコメント化*/


/*各要素のマージン設定*/
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;
}

body {
	/*font-family: verdana,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック","MS PGothic",Sans-Serif;*/
	font-family: "メイリオ",Meiryo,verdana,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラノギ角ゴ Pro W3",Osaka,"MS Pゴシック",sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;*/
	line-height: 1.8;/*行間*/
	/*letter-spacing: 1px;*/
}
table tr td,table tbody tr td{
	line-height: 1.8;/*行間*/
}
/*
* + html body {  
	font-family: "メイリオ","Meiryo";  
}
*/

html{
	overflow-y: scroll;
}

/*ol, ul{
	list-style:none;
}*/
fieldset, img{
	border: 0;
	vertical-align: bottom;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: justify;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}
a img {
	border-style: none;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
