@charset "utf-8";
/*__________________________________________________ Common Set */

*{margin:0;padding:0;}

html {
  height:100%;
	margin: 0;
	padding: 0;
}
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: 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 {
	visibility:hidden;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

/*______________________________clearFix*/

.cf:after {
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}
.cf{
    display: inline-block;
    zoom: 100%; 
}

.cl{ 
	clear:both;
	}

/*______________________________clearFix end*/





/*__________________________________________________ Common CSS */



a:link {text-decoration:underline;color:#1e5676;}
a:visited {text-decoration:underline;color:#2748b6;}
a:hover {text-decoration:underline;color:#0099ff;}
a:active {text-decoration:underline;color:#3d72a3;}

.att01 {
	font-weight:bold;
	padding-bottom:0.5em;
	}
.att02 {
	color:red;
	}

/*__________________________________________________ test CSS */



