/*
Theme Name: Reset Css
*/

html{color:#000;background:#f3f3f4;}

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

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

img{ text-decoration:none; border-style:none; vertical-align:baseline;}


/* clearfix */

.clearfix:after { content: ".";  display: block; clear: both; height:0; visibility: hidden;}
.clearfix {min-height:1px;}
* html .clearfix { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }



/* default font set */

.blue_10{font-size:10px; color:#0000FF;}
.blue_12{font-size:12px; color:#0000FF;}
.blue_14{font-size:14px; color:#0000FF;}
.blue_16{font-size:16px; color:#0000FF;}

.gray_10{font-size:10px; color:#999999;}
.gray_12{font-size:12px; color:#999999;}
.gray_14{font-size:14px; color:#999999;}
.gray_16{font-size:16px; color:#999999;}


.black_10{font-size:10px; color:#000000;}
.black_12{font-size:12px; color:#000000;}
.black_14{font-size:14px; color:#000000;}
.black_16{font-size:16px; color:#000000;}
.black_18{font-size:18px; color:#000000;}
.black_20{font-size:20px; color:#000000;}


.white_20{font-size:20px; color:#FFF; margin-top:10px;}

.yellow_20{font-size:20px; color:#FFFF00; margin-top:10px;}
.yellow{color:#FFFF00;}

.mail_20{font-size:20px; color:#66F; margin-top:10px; }


a{ color:#FFFF00; font-style:normal;text-decoration:underline;}
a:link { color:#FFFF00; font-style:normal; text-decoration:underline;}
a:visited { color:#FFFF00; text-decoration:underline;}
a:hover { color:#FFFF00; font-style:normal; text-decoration:underline;}
a:active { text-decoration:none;}

/* default margin set */

.margin_top_15{margin-top:15px;}

.margin_top_15_bottom_15{
	margin-top:15px; 
	margin-bottom:15px;
	}

