﻿@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: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;*/
	/*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif, "メイリオ", "Meiryo";*/
/*}*/
table tr td,table tbody tr td{
	line-height: 1.6;/*行間*/
}

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, a:hover  {
	text-decoration: none;
}
*/
a {
 cursor : pointer;
}
ul,li {
padding: 0px;
margin: 0px;
}
li {
padding: 0px;
margin: 0px;
list-style-type: none;
}
