@charset "utf-8";

/*====================
 display
====================*/
hr {
	display: none;
	}

/*====================
 various blank resets
====================*/
body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,select,
p,blockquote,table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

/*====================
 list-style resets
====================*/
ol,ul {
	list-style: none;
	}

/*====================
 border resets
====================*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	}
abbr,acronym {
	border-bottom: 1px dashed;
	}

/*====================
 font resets
====================*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
h1,h2,h3,h4,h5,h6,
em,strong {
	font-weight: bold;
	}
em {
	font-style: normal;
	}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	}
table {
	font-size: 100%;
	}
select,
input,
textarea {
	font-size: 100%;
	font-weight: bold;
	}
var,code,samp,kbd {
	font-family: monospace;
	}

/*====================
 overflow
====================*/
textarea {
	overflow: auto;
	}

/*====================
 various-align resets
====================*/
caption,
th {
	text-align: left;
	}
img,input {
	vertical-align: middle;
	}

/*====================
 cursor resets
====================*/
a {
	cursor: pointer;
	}
	
/*====================
clear  clearfix
====================*/

.clear{
	clear:both
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*====================
 font , color setting
====================*/

body {
	sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color:#444;
	}	
	
a {
	color: #555;
	text-decoration: none;
	}
a:hover {
	color: #0085BA;
	text-decoration:underline;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
.bule {
	color: #339;
	}
.red {
	color: #d00
	}

.t-small{
	font-size:80%;
	}

/*====================
 IE 6-7
====================*/

* html body {
	font-size: 75%;
	}
* html #header ul li a:link,
* html #header ul li a:visited{
	background-position: 0px 1px;
	}
* html #header ul li a img{
	margin-top:-2px;
	}
	
* html #header ul li a:hover {
	background-position: 0px -10px;
	}
	
