@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;

}

.clear {
	clear: both;
}

/*---------------------------------------base
-----------------------------------------------*/

p,li {
	color: #FFFFFF;
	line-height: 150%;
}

a {
	color: #FFFFFF;
}
address {
	color: #FFFFFF;
	font-style: normal;
	font-size: 10px;
}


img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumb {
	border: 2px solid #000000;
	
}
/*-------------------------------clearfix
--------------------------------------------*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */



/*---------------------------------------body
-----------------------------------------------*/

body {
	background-color: #171c1c;
	-webkit-text-size-adjust:none;

}

#container {
	background-image: url(../images/bg_body2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 320px;
	clear: both;
}

/*---------------------------------------box 
-----------------------------------------------*/

.leftbox {
	float: left;
	width: 210px;
}

.rightbox {
	float: left;
	width: 80px;
	margin-right: 5px;
	margin-left: 5px;
}


/*--------------------------------------footer
-----------------------------------------------*/

#footer {
	background-color: #171c1c;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer #link {
	float: left;
	height: 15px;
	width: 320px;
}

#footer #link ul {
	margin: 0px;
	padding: 0px;
}

#footer #link li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	font-size: 10px;
}

#footer p {
	font-size: 10px;
}
.back {
	padding-top: 10px;
	padding-bottom: 10px;
}

.back p {
	text-align: right;
}

