@charset "utf-8";

/*//////////////////////////////////////////////////////*/
/*///////////////////////tag reset//////////////////////*/
/*//////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	/*font-size: 12px;*/
	font-weight: normal;
}
/*//Win IE6&IE7//*/
/** html body {	font-size: small}
*:first-child+html body {	font-size: small}
* html h1 {	font-size: small}
*:first-child+html h1 {	font-size: small}
* html h2 {	font-size: small}
*:first-child+html h2 {	font-size: small}
* html h3 {	font-size: small}
*:first-child+html h3 {	font-size: small}
* html h4 {	font-size: small}
*:first-child+html h4 {	font-size: small}
* html h5 {	font-size: small}
*:first-child+html h5 {	font-size: small}
* html h6 {	font-size: small}
*:first-child+html h6 {	font-size: small}*/
/*//end Win IE6&IE7//*/

img {
	vertical-align:	text-bottom;
	border: none;
}
table {	
	border-collapse : collapse;
	border-spacing:0;
}




/*//////////////////////////////////////////////////////*/
/*///////////////////////////Tag set////////////////////*/
/*//////////////////////////////////////////////////////*/


body {
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.8;
	text-align: center;

}
/*//Win IE6&IE7//*/
* html body {	font-size: small;}
*:first-child+html body {	font-size: small;}
/*//end Win IE6&IE7//*/

a{	color: #333333;}
a:link {	text-decoration: underline;}
a:visited {	text-decoration: underline;}
a:hover {	text-decoration: underline;}
a:active {	text-decoration: underline;}
