@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , 
pre , form , fieldset , input , textarea , p , blockquote , th , td , button { 
	margin: 0;
	padding: 0;
}

a{
	TEXT-DECORATION:none;
}
a:link{
	color:#333333;
}
a:hover{
	color:#333333;
}
a:visited{
	color:#333333;
}

body {
	color: #333333;
	font-size: 11px;/**/
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 200%;
}
button {
	line-height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label{
	white-space: nowrap;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

dl , dt , dd , ul , ol , li, ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	width:90%;
	font-size: 100%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	overflow:auto;
}
.clear{
	clear:both;
}
