/* Link settings */
A {
	color: #ff0000;
	text-decoration: none;
}
A:hover {
	color: #3333ff;
	text-decoration: underline;
}
.title A {
	color: #3333ff;
	text-decoration: none;
}
.title A:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Box settings */
#box {
	margin: auto;
	padding: 20px 30px;
	width: 700px;
	border-left: 7px #000000 solid;
	border-right: 7px #000000 solid;
	background-color: #FFFFFF;
}

.menu1 {
	padding: 4px 26px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px #444444 solid;
	background-image: url(design/menu1.gif);
	background-repeat: no-repeat;
}

.menu2 {
	padding: 4px 24px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #333333;
	background-image: url(design/menu2.gif);
	background-repeat: no-repeat;
}

.menu2_sub {
	margin-bottom: 5px;
	padding: 0px 5px;
	font-size: 10px;
	line-height: 1.2em;
	color: #ffffff;
	text-align: right;
	background-color: #CC3333;
}

.bottom_comment {
	margin: 5px 0px 15px 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px #CCCCCC solid;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.big_thumb {
	padding: 10px 0px;
	text-align: center;
	background-color: #666666;
}

/* popup settings */
.popup img {
	display:block;
	top: -100000px;
	left: -100000px;
	position: absolute;
}

.popup a:hover {
	position: relative;
}

.popup a:hover img{
	top: -30px;
	left: -110px;
}

/* SEO */
.none { display: none; }

/* Space settings */
.margin		{ margin: 3px; }
.padding	{ padding: 2px; }
.pdr10		{ padding-right: 10px; }
.pdr20		{ padding-right: 20px; }
.bottom2	{ margin-bottom: 2px; }
.bottom5	{ margin-bottom: 5px; }
.bottom10	{ margin-bottom: 10px; }
.spacer_h5	{ height: 5px; font-size: 0px; overflow: hidden; }
.spacer_h10	{ height: 10px; font-size: 0px; overflow: hidden; }
.spacer_h15	{ height: 15px; font-size: 0px; overflow: hidden; }
.spacer_w5	{ width: 5px; font-size: 0px; overflow: hidden; }
.spacer_w10	{ width: 10px; font-size: 0px; overflow: hidden; }

/* Float settings */
.left	{ float: left; }
.right	{ float: right; }
.clear	{ clear: both; height: 10px; }
.center	{ text-align: center; }
.tr		{ text-align: right; }
.tr10	{ text-align: right; }

/* Line settings */
.line	{ margin: 10px 0px; border-top: 1px #999999 solid; }
.line11	{ margin: 10px 0px; border-top: 1px #333333 dotted; }
.line12	{ margin: 3px 0px; border-top: 1px #333333 dotted; }
.line21	{ margin: 10px 0px; border-top: 1px #CCCCCC dotted; }
.line22	{ margin: 3px 0px; border-top: 1px #CCCCCC dotted; }
.c_line	{ margin: 5px 0px; border-top: 1px #999999 solid; clear: both; }

/* Font settings */
.br		{ color: #FF0000; font-weight: bold; }
.bb		{ color: #0000FF; font-weight: bold; }
.red	{ color: #FF0000; }
.blue	{ color: #0000FF; }
.white	{ color: #FFFFFF; }
.bd		{ font-weight: bold; }
.f10	{ font-size: 10px; font-weight: normal; }
.f10r	{ font-size: 10px; font-weight: normal; color: #FF3333; }
.f10b	{ font-size: 10px; font-weight: normal; color: #0080FF; }
.f14	{ font-size: 14px; margin-bottom: 2px; }
.lh13	{ line-height: 1.3em; }
