@charset "UTF-8";

/*****************************************************************************
 CSS初期化
 *****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding: 0px;
}
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
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; }
img { vertical-align:top; }


a{
	outline:none;
	}

h1 {
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #666;
}
h6 {
	font-size: 10px;
	color: #090;
}
p {
	font-size: 0.9em;
	color: #333;
	line-height: 1.8em;
	text-align: left;
}
.px10 {
	font-size: 10px;
	color: #666;
	text-align: left;
	margin-top: 10px;
	display: block;
}
.px11 {
	font-size: 11px;
	margin-top: 10px;
}
.px12B {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.orange {
	font-weight: bold;
	color: #F60;
}

/*ここまで*/


/***** links *****/

a{text-decoration:none;}
a:link{color:#36c;}
a:active,
a:visited{color:#369;}
a:hover{
	color:#060;
}
