BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#000;
	background: url(../images/grnd.png) center top;
	padding:0px;
	margin:0px;
	font-family: "Times Roman", Times, serif;
	font-size:12px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
BODY.animated {
	background: url(../images/grnd.gif) center center;
}
TH, TD	{
	font-size:inherit;
}
HR {
	margin:20px auto;
	border:none;
	background: url(../images/hline.png) no-repeat center bottom;
	width:100%;
	height:15px;
}
HR.grey {
	width:50%;
	background-position:top;
}
P	{
	margin-bottom:10px;
}

A, A:link, A:visited	{
	color:#9E0B0F; text-decoration: none;
}
A:hover	{
	color:#000; text-decoration:none;
}
OL, UL {
	margin:10px 0px;
	padding-left:20px;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
}
IMG { border:none; }

H1 {
	font-family: inherit;
	font-weight: bold;
	font-size:34px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H2 {
	font-family: inherit;
	font-weight: normal;
	font-size:20px;
	padding:0px;
	margin:0px;
}
H3 {
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	padding:0px;
	margin:0px;
}
.wrapper {
	margin:0px auto;
	width:1000px;
	overflow:hidden;
	background-color:#FFF;
	position:relative;
}
.wrap_top {
	border-left: 5px solid #670000;
	border-right: 5px solid #670000;
	overflow:hidden;
}
.wrap_inside {
	padding:20px;
}
.wrap_content {
	padding:20px;
}
.admin {
}
.content {
	font-size:12px;
}
.content a, .content a:link, .content a:visited {
	color:inherit;
}
.content a:hover {
	color:#9E0B0F;
}
.content img {
	max-width:100%;
	height:auto;
}
.content p {
	line-height:1.4em;
}
/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	width:100%;
	min-height:150px;
}
#divHeader.hasSlide {
	position:absolute;
	z-index:100;
}
ul.lang {
	list-style-type:none;
	margin:10px 0px;
	padding:0px;
	text-align:center;
}
ul.lang.dock {
	right:20px;
	position:absolute;
}
ul.lang > li {
	display:inline-block;
	border-left:1px solid #58595B;
}
ul.lang > li:first-child {
	border-left:none;
}
ul.lang > li a {
	padding:0px 10px;
}
ul.lang > li a:link, ul.lang > li a:visited {
	color:#58595B;
}
ul.lang > li a:hover {
	color:#9E0B0F;
}
ul.lang > li.active {
	font-weight:bold;
}

ul.logo {
	list-style-type:none;
	margin:10px 0px;
	margin-top:30px;
	padding:0px;
	text-align:center;
}
ul.logo > li {
	display:inline-block;
}
ul.mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	top:60px;
	width:100%;
	position:absolute;
	text-align:center;
	background: url(../images/grnd_white.png);
}
ul.mainmenu > li.row {
	display:inline-block;
	padding:0px 20px;
}
ul.mainmenu > li.space {
	margin-left:150px;
}
ul.mainmenu > li.row > div {
	white-space:nowrap;
}
ul.mainmenu > li.row > div > a {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited {
	color:#000;
}
ul.mainmenu > li.row > div > a:hover {
	color:#9E0B0F;
}
ul.mainmenu > li.active > div > a,
ul.mainmenu > li.active > div > a:link, ul.mainmenu > li.active > div > a:visited,
ul.mainmenu > li.active > div > a:hover {
	color:#FFF;
	background-color:#9E0B0F;
}
ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	text-align:left;
	display:none;
	z-index:2000;
}
ul.popmenu > li {
	display:block;
	white-space:nowrap;
	background: url(../images/grnd_white.png);
	margin-top:1px;
}
ul.popmenu > li > a {
	display:block;
	padding:5px 10px;
	font-size:10px;
}
ul.popmenu > li:last-child > a {
	border-bottom:none;
}
ul.popmenu > li > a:link, ul.popmenu > li > a:visited {
	color:#58595B;
}
ul.popmenu > li > a:hover {
	color:#9E0B0F;
}
ul.popmenu > li.active > a {
	color:#9E0B0F;
}

.divTopTrace {
	font-size:small;
	margin:0px;
	margin-bottom:20px;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
.divTopTrace a {
	text-decoration:none;
	padding:0px 10px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a:link, .divTopTrace a:visited {
	color:#333;
}
.divTopTrace a:hover {
	color:#de626e;
}
.divTopTrace a.first {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a.active {
	color:#de626e;
}
/* ================================================== */
/* INTRO */
/* ================================================== */
#divIntro, #divRed {
	width:100%;
	height:100%;
	position:absolute;
}
#divIntro {
	z-index:2;
	pointer-events: none;
}
#divRed {
	background-color:#9E0B0F;
	z-index:1;
}
#divRed ul.lang {
	position:absolute;
	width:100%;
	top:50%;
}
#divRed ul.lang > li a:link, #divRed ul.lang > li a:visited {
	color:#BCBEC0;
}
#divRed ul.lang > li.active a:link, #divRed ul.lang > li.active a:visited,
#divRed ul.lang > li.active, #divRed ul.lang > li a:hover {
	color:#FFF;
	font-weight:bold;
}
#divSkip {
	position:absolute;
	width:100%;
	bottom:30px;
	text-align:center;
	z-index:3;
}
#divSkip a:link, #divSkip a:visited {
	color:#BCBEC0;
}
#divSkip a:hover {
	color:#FFF;
	font-weight:bold;
}

ul.intro {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
ul.intro > li {
	position:absolute;
	width:100%;
	height:100%;
}
/* ================================================== */
/* POST */
/* ================================================== */
#divBody {
}
#divAdmin {
	float:right;
	width: calc(100% - 200px);
}
.contentleft {
	float:left;
	width: calc(50% - 15px);
}
ul.list {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.list > li.row {
	overflow:hidden;
	margin-bottom:5px;
}
ul.submenu {
	list-style-type:none;
	margin:20px 0px;
	padding:0px;
	text-align:center;
}
ul.submenu > li {
	display:inline-block;
	border:1px solid #58595B;
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
	margin:0px 2px;
	text-align:center;
	color:#58595B;
}
ul.submenu > li span {
	display:block;
	padding:2px 6px;
	cursor:pointer;
}
ul.submenu > li a, ul.submenu > li a:link, ul.submenu > li a:visited {
	color:#58595B;
}
ul.submenu > li.active {
	background-color:#58595B;
}
ul.submenu > li.active a, ul.submenu > li.active a:link, ul.submenu > li.active a:visited {
	color:#FFF;
}
ul.related {
	list-style-type:none;
	margin:40px 0px;
	padding:0px;
	text-align:center;
}
ul.related > li {
	display:inline-block;
	border-left:1px solid #58595B;
	padding:0px 10px;
	margin-bottom:5px;
}
ul.related > li:first-child,
ul.related > li:nth-child(5) {
	border-left:none;
}
ul.related > li a, ul.related > li a:link, ul.related > li a:visited {
	color:#58595B;
}
ul.related > li a:hover,
ul.related > li.active a:link, ul.related > li.active a:visited {
	color:#9E0B0F;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.gallery > li {
	margin-bottom:5px;
}
ul.gallery > li img {
	width:100%;
	height:auto;
	display:block;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
.copyright {
	text-align:center;
	padding:20px 10px 100px 10px;
}
#divOnTop {
	background: url(../images/arrow_top.png) no-repeat center center;
	width:210px;
	height:105px;
	margin:50px auto;
	position:relative;
	cursor: pointer;
}
#divOnTop div {
	position:absolute;
	height:30px;
	top:50%;
	width:100%;
	text-align:center;
	pointer-events: none;
}

/* ================================================== */
/* RIGHT */
/* ================================================== */
#divLeft {
	float:left;
	width: 180px;
}
ul.leftmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.leftmenu li {
	border-bottom:1px dotted #C2C2C2;
	padding-bottom:5px;
	margin-top:5px;
}
ul.leftmenu li a {
	text-decoration:none;
}
/* ================================================== */
/* FORM */
/* ================================================== */
.divForm {
}
.divForm form {
	margin:0px;
}
.divForm p {
	margin-top:5px;
	margin-bottom:5px;
}
.divForm input[type='text'],
.divForm input[type='password'],
.divForm textarea {
	border:none;
	padding:5px;
	margin:2px 0px;
	width: calc(100% - 10px);
	color:#58595B;
	font-family:inherit;
	font-size:inherit;
	background-color:#e0e1e2;
	-webkit-appearance: none;
	outline:none;
}
.divForm textarea {
	height:40px !important;
	height: 50px;
}
.divForm input[name='numberrandom'] {
	width: 100px !important;
	width: 110px;
}
.divForm input[type='submit'] {
	cursor:pointer;
	border:none;
	width:84px;
	height:43px;
	background: url(../images/arrow_submit.png) no-repeat center center;
	color:#FFF;
	line-height:5em;
}
.divForm input[type='submit']:hover {
	color:#000;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	color:#333;
	background-color:#999;
}
.thead td {
}
.tborder {
	background-color:#CCC;
}
.tborder th {
	color:#333;
	background-color:#DDD;
	text-align:left;
}
.tborder td, .tborder td.trow, .tborder td.trow2, .tborder td.ttotal {
	color:#333;
	background-color:#FFF;
}
.tborder td.trow2 {
	background-color:#F6F6F6;
}
.tborder td.ttotal {
	background-color:#DDD;
}

.divMore {
	margin:0px auto;
	margin-top:15px;
	padding-top:15px;
	text-align:center;
	width:50%;
	white-space:nowrap;
	border-top:1px solid #58595B;
}
a.more {
	display:inline-block;
	padding:3px 0px;
}
a.more, a.more:link, a.more:visited {
	color:#929497;
}
a.more:hover {
	color:#9E0B0F;
}
a.white, a.white:link, a.white:visited {
	color:white;
}
a.white:hover {
	color:#9E0B0F;
}


.message {
	color:#663300;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	background:#ffff99 url(../images/icon_notice.png) no-repeat 9px 1px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
.error {
	color:#FFF;
	background-color:#cc3333;
}

#divPageNav {
	margin:10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
    padding:9px 9px;
    margin-right:4px;
    border-radius:3px;
    border:solid 1px #c0c0c0;
    background:#e9e9e9;
    box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size:.875em;
    font-weight:bold;
    text-decoration:none;
    color:#717171;
    text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	border:none;
    background:#616161!important;
    box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
    color:#f0f0f0!important;
    text-shadow:0px 0px 3px rgba(0,0,0, .5)!important;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background:#fefefe;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	width: calc(100% / 4 - 23px);
	margin-left:30px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li:nth-child(4n+1) {
	clear:both;
	margin-left:0px;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.postdate {
	font-size:small;
	float:right;
	color:#999;
}
.grey, .date	{color:#999; }
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}

.counter {
}
.counter span {
	display:inline-block;
	width:15px;
	height:20px;
	background: url(../images/counter.png) no-repeat left top;
}
.counter span.num_0 {
}
.counter span.num_1 {
	background-position: -17px top;
}
.counter span.num_2 {
	background-position: -34px top;
}
.counter span.num_3 {
	background-position: -51px top;
}
.counter span.num_4 {
	background-position: -68px top;
}
.counter span.num_5 {
	background-position: -85px top;
}
.counter span.num_6 {
	background-position: -102px top;
}
.counter span.num_7 {
	background-position: -119px top;
}
.counter span.num_8 {
	background-position: -136px top;
}
.counter span.num_9 {
	background-position: -153px top;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}

BLOCKQUOTE	{color:#197b30; background:#EEE url(../images/blockquote.gif) no-repeat top left; padding:10px 10px 10px 25px; margin:0px 0px; font-style: italic; }

INPUT.textbox, TEXTAREA.textbox	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	border: 1px #999 solid;
	height:20px;
	margin:0px;
	padding:2px 0px;
}
INPUT.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
INPUT.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
INPUT.button:active {
	position:relative;
	top:1px;
}
INPUT.submit {
	-webkit-box-shadow:inset 0px 1px 0px 0px #707070;
	   -moz-box-shadow:inset 0px 1px 0px 0px #707070;
	        box-shadow:inset 0px 1px 0px 0px #707070;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #474747), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #474747 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#000000');
	background-color:#474747;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:normal;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
INPUT.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #474747) );
	background:-moz-linear-gradient( center top, #000000 5%, #474747 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#474747');
	background-color:#000000;
}
INUT.submit:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
