/* --------------------------------------------------

	base.css

-------------------------------------------------- */

/* ------------------------
	global
------------------------ */
* {
   zoom:1;
}
body {
	margin: 0;
	padding: 0;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	margin: 0;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
br {
	letter-spacing: 0px;
}
a {
	text-decoration: underline;
	color: #333;
	outline:none;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
a.alphv:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
fieldset,img,abbr {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}

/* ------------------------
	font
------------------------ */

body {
    font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
/* for IE6 */
* html body {
    font-size: 88%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 88%;
}
/*
基本サイズ14px
表示したいサイズ 	指定する値

10px 	72%
11px 	79%
12px 	86%
13px 	93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
25px 	179%
26px 	186%
*/

/* ------------------------
	clearfix
------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

