﻿@charset "utf-8";

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

01:apply to all
02:default valure
03:headding
04:structured text
05:font style elements
06:list
07:clear floating

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

/*-----------------------------
01:apply to all
-----------------------------*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1px;
	color: #333333;
}
/*-----------------------------
02:default valure
-----------------------------*/
a{
	color: #336699;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a:visited{
	color: #336699;
}
img,table{
	border-width:0;
	border-style:none;
	border-color:#CCCCCC;
	}
img{
}
td{
	text-align:left;
	vertical-align:top;
	}
sup{
	vertical-align:super;
	}
/*-----------------------------
03:headding
-----------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-style:normal;
	margin: 0px;
	}
p{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*-----------------------------
04:structured text
-----------------------------*/
em,strong,dfn,code,samp,kbd,var,blockquote,q,cite,pre,abbr,acronym,ins,th{
	font-weight:normal;
	font-style:normal;
	}
/*-----------------------------
05:font style elements
-----------------------------*/
b,strong{font-weight:bold;}
i,em{font-style:italic;}
del{text-decoration:line-through;}
/*-----------------------------
06:lists
-----------------------------*/
ul,ol,dl,menu,dir,li,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
/*-----------------------------
07:clear floating
-----------------------------*/
.all{
	clear: both;
	font-size: 0px;
	display: block;
	height: 0px;
	width: 100%;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.underspace {
	margin-bottom: 40px;
}
