@charset "utf-8";

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

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

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

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

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

body {
	background: #fff;
	font-size: 13px;
	font-family:arial,verdana,sans-serif;
}

textarea {
	outline: none;
	resize: none;
	overflow: auto;
}

img {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

.fix,.wrap960,.wrap958 {
	*zoom: 1;
}

.fix:after,.wrap960:after,.wrap958:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

label, button,a {
	cursor: pointer;
}

p {
	word-wrap: break-word;
}
.wrap960{ width:960px; margin:0 auto;}

.col_right{
	float:right;
}
.col_left{
	float:left;
}