html {

}

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

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

table {
}

caption,th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align: top:
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}

* + html body {
	font-family: "???C???I","Meiryo";
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
	color: #0044f2;
}

a:hover {
	text-decoration: underline;
	color: #0044f2;
}

/* other */
.ta-right {
	text-align: right;
}

.ta-center {
	text-align: center;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml6 {
	margin-left: 6px;
}

.pb5 {
	padding-bottom: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pt50 {
	padding-top: 50px;
}

.mt3 {
	margin-top: 3px;
}

.ft11 {
	font-size: 11px;
}



