@charset "UTF-8";
@import "reset.css";


/* CSS Document */

/*  */
html {width:100%;height:100%;
}

body {
width:100%;
height:100%;
color:#000000;
background-color:#111111;

background-image:url(../../common/img/bg_header2.jpg);
background-position:top center;
background-repeat:no-repeat;

padding:0px;
margin:0px;
}


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


a:link{
color:#333;
}

a:visited{
color:#333;
}


a:hover{
text-decoration:underline;
color:#666;
}


p a{
padding:0px;
text-decoration:none;
cursor:pointer;
}


img{
margin:0;
padding:0;
border:none;
}

ul{
	list-style-type:none;
}





/* Conteiner ----------------------------------------------------------------*/
#container {
	visibility: hidden;
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}


#container-inner {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}


#maintitle {
	margin:0px auto;
 }

#header div.inner #maincontents{
	margin:0px auto;
	padding:0px;
}

#maincontents {
	height:273px;
}




/* pagebody -----------------------------------------------------------------*/
#pagebody {
	position:relative;
	left:0;
	height:1px;
	margin:0px auto;
}
#grid {
	position:absolute;
	width:auto;
	left:0;
	margin:0px auto;
	visibility:hidden;
}
#grid div.item {
	position:absolute;
	background:#FFFFFF;
	width:148px;
	text-align:left;
	border:10px solid #fff;
}

#grid div.item div.body img{
	margin:0px;
	padding:0px;
}

/** preview **/



.preview{
	cursor:default;
}


.comment4,
.comment9,
.comment14,
.comment16,
.comment17,
.comment20,
.comment22,
.comment23,
.comment27,
.comment28,
.comment29,
.comment32,
.comment33,
.comment34,
.comment35,
.comment41,
.comment43,
.comment44,
.comment45,
.comment46,
.comment47,
.comment48,
.comment49,
.comment50,
.comment51,
.comment52,
.comment53,
.comment54,
.comment55,
.comment56,
.comment57,
.comment58,
.comment59,
.comment60,
.comment61,
.comment62,
.comment65,
.comment66,
.comment67,
.comment70,
.comment71,
.comment72,
.comment73,
.comment75,
.comment76,
.comment78,
.comment79,
.comment80,
.comment81
 {
	display:none;
	position:absolute;
	cursor: default;
}



/*
.comment4{background-image:url(../images/comment_04.jpg); }
.comment9{background-image:url(../images/comment_09.jpg);}
.comment14 {background-image:url(../images/comment_14.jpg); }
.comment16 { background-image:url(../images/comment_16.jpg); }
.comment17 { background-image:url(../images/comment_17.jpg); }
.comment20 { background-image:url(../images/comment_20.jpg); }
.comment22 { background-image:url(../images/comment_22.jpg); }
.comment23 { background-image:url(../images/comment_23.jpg); }
.comment27 { background-image:url(../images/comment_27.jpg); }
.comment28 { background-image:url(../images/comment_28.jpg); }
.comment29 { background-image:url(../images/comment_29.jpg); }
.comment32 { background-image:url(../images/comment_32.jpg); }
.comment33 { background-image:url(../images/comment_33.jpg); }
.comment34 { background-image:url(../images/comment_34.jpg); }
.comment35 { background-image:url(../images/comment_35.jpg); }
.comment41 { background-image:url(../images/comment_41.jpg); }
.comment43 { background-image:url(../images/comment_43.jpg); }
.comment44 { background-image:url(../images/comment_44.jpg); }
.comment45 { background-image:url(../images/comment_45.jpg); }
.comment46 { background-image:url(../images/comment_46.jpg); }
.comment47 { background-image:url(../images/comment_47.jpg); }
.comment48 { background-image:url(../images/comment_48.jpg); }
.comment49 { background-image:url(../images/comment_49.jpg); }
.comment50 { background-image:url(../images/comment_50.jpg); }
.comment51 { background-image:url(../images/comment_51.jpg); }
.comment52 { background-image:url(../images/comment_52.jpg); }
.comment53 { background-image:url(../images/comment_53.jpg); }
.comment54 { background-image:url(../images/comment_54.jpg); }
.comment55 { background-image:url(../images/comment_55.jpg); }
.comment56 { background-image:url(../images/comment_56.jpg); }
.comment57 { background-image:url(../images/comment_57.jpg); }
.comment58 { background-image:url(../images/comment_58.jpg); }
.comment59 { background-image:url(../images/comment_59.jpg); }
.comment60 { background-image:url(../images/comment_60.jpg); }
.comment61 { background-image:url(../images/comment_61.jpg); }
.comment62 { background-image:url(../images/comment_62.jpg); }
.comment65 { background-image:url(../images/comment_65.jpg); }
.comment66 { background-image:url(../images/comment_66.jpg); }
.comment67 { background-image:url(../images/comment_67.jpg); }
.comment70 { background-image:url(../images/comment_70.jpg); }
.comment71 { background-image:url(../images/comment_71.jpg); }
.comment72 { background-image:url(../images/comment_72.jpg); }
.comment73 { background-image:url(../images/comment_73.jpg); }
.comment75 { background-image:url(../images/comment_75.jpg); }
.comment76 { background-image:url(../images/comment_76.jpg); }
.comment78 { background-image:url(../images/comment_78.jpg); }
.comment79 { background-image:url(../images/comment_79.jpg); }
.comment80 { background-image:url(../images/comment_80.jpg); }
.comment81 { background-image:url(../images/comment_81.jpg); }
*/

/**************************************************************************************************

FOOTER

**************************************************************************************************/
#footer{
	width:100%;
	clear:both;
	position:relative;
	top:0;
	left:0;
	margin:0px auto;
	padding:8px 0;

	display:block;
	line-height: 1em;
}


