﻿@charset "UTF-8";

/* ブラウザデフォルト設定のリセット */

html{
overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, 
p, blockquote, th, td{
margin: 0px;
padding: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var{
font-style: normal;
}

table{
border-collapse: collapse;
}

caption, th{
text-align: left;
}


hr, legend{
display: none;
}

h1, h2, h3, h4, h5, h6{
/*font-size: 100%;*/
}

img, abbr, acronym, fieldset{
border: 0;
}

li{
list-style-type: none;
}



/*フォントの基本設定*/
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:left;
letter-spacing:1px;
font-size:12px;
}


* + html body{
font-family: "メイリオ","Meiryo";
}

p{
line-height: 1.8em;
}


/* リンクスタイル*/
a, a:link{
text-decoration: none;
}

a:visited{
text-decoration: none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration: none;
}


/* クリアスタイル */
.clear	{
clear: both;
}
.clearfix	{
	clear: both;
/*for mac-ie5.x*/
/*\*//*/
overflow: hidden;
/**/
}
.clearfix:after	{
height:	0;
visibility: hidden;
display: block;
clear: both;
}
