@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
fieldset, a img {
	border: 0;
}
object, embed, a {
	outline: 0;
}
.accessible, .hidden, .print_only {
	display: none !important;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* end of clearfix */

/*** BASE ***/
/** cols  **/
.mainCol{ overflow: hidden; _overflow: visible; zoom:1; min-height: 1px;}
.fullCol{ clear: both; }
.rightCol{ float: right; width: 200px; margin-left: 20px; _margin-left: 20px; min-height: 1px;}
.leftCol { float: left; width: 180px; margin-right: 20px; _margin-right: 10px; min-height: 1px;}
.thumb {
	width: auto;
	margin-right: 10px;
}
.thinner {
	width: 160px;
}
.w140 {
	width: 140px;
}
.w260 {
	width: 260px;
}
.w305 {
	width: 305px;
}

.w200 {
	width: 200px;
}
.w220 {
	width: 220px;
}
.w320 {
	width: 320px;
}

.toL {
	float: left;
}
.toR {
	float: right;
}
.toN {
	float: none;
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}

.size1of2 {
	width: 50%;
}

.r {
	text-align: right;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.j {
	text-align: justify;
}